From 0e06415c200a9c4f79cc607a7afa4dbb43775406 Mon Sep 17 00:00:00 2001 From: ingbyr Date: Fri, 29 Jul 2016 20:47:46 +0800 Subject: [PATCH] v0.1.1 Former-commit-id: 691dbad7455140d923f63e57669a37047eb715d0 [formerly a60cd4ac235ff2e1a643407054c664b88bb8584a] Former-commit-id: c0bf101298cc784b811a435e9331548fa27fafef --- .gitignore | 3 + app/config.py | 2 +- app/ui/about_widget.ui | 61 ++- app/ui/main_window.py | 6 +- app/ui/main_window.ui | 801 ++++++++++++++++++++++++++++++++++++-- app/ui/ui_about_widget.py | 24 +- app/ui/ui_main_window.py | 755 ++++++++++++++++++++++++++++++++++- command.txt | 4 +- version.json | 2 +- 9 files changed, 1593 insertions(+), 65 deletions(-) diff --git a/.gitignore b/.gitignore index d7cc339..53f96e0 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,9 @@ app/tmp.py app/build/ app/dist/ app/*.log +*.mp4 +*.flv +*.xml diff --git a/app/config.py b/app/config.py index 5434b75..b76aedd 100644 --- a/app/config.py +++ b/app/config.py @@ -8,7 +8,7 @@ __author__ = 'InG_byr' -version = '0.1.0' +version = '0.1.1' buildtime = date.today() diff --git a/app/ui/about_widget.ui b/app/ui/about_widget.ui index 8204e16..97d74ee 100644 --- a/app/ui/about_widget.ui +++ b/app/ui/about_widget.ui @@ -6,8 +6,8 @@ 0 0 - 500 - 250 + 450 + 200 @@ -20,8 +20,8 @@ - 10 - 70 + 20 + 60 131 121 @@ -36,14 +36,14 @@ - 170 - 50 - 311 - 191 + 190 + 60 + 231 + 131 - <html><head/><body><p><a href="https://github.com/ingbyr/GUI-YouGet"><span style=" text-decoration: underline; color:#0000ff;">GUI-YouGet </span></a>is a video download software </p><p>Follow open source License <a href="https://raw.githubusercontent.com/ingbyr/GUI-YouGet/master/LICENSE.txt"><span style=" text-decoration: underline; color:#0000ff;">MIT</span></a></p><p>Based on the program <a href="https://github.com/soimort/you-get"><span style=" text-decoration: underline; color:#0000ff;">you-get</span></a></p><p>Coder: InG_byr ( <a href="http://www.ingbyr.tk"><span style=" text-decoration: underline; color:#0000ff;">Blog </span></a>/ <a href="http://www.weibo.com/zwkv5"><span style=" text-decoration: underline; color:#0000ff;">Weibo</span></a> )</p><p>UI Designer: No one</p></body></html> + <html><head/><body><p>GitHub Repository: <a href="https://github.com/ingbyr/GUI-YouGet"><span style=" text-decoration: underline; color:#0000ff;">GUI-YouGet</span></a></p><p>License: <a href="https://raw.githubusercontent.com/ingbyr/GUI-YouGet/master/LICENSE.txt"><span style=" text-decoration: underline; color:#0000ff;">MIT</span></a> | Based on: <a href="https://github.com/soimort/you-get"><span style=" text-decoration: underline; color:#0000ff;">you-get</span></a></p><p>Coder: InG_byr ( <a href="http://www.ingbyr.tk"><span style=" text-decoration: underline; color:#0000ff;">Blog</span></a> | <a href="http://www.weibo.com/zwkv5"><span style=" text-decoration: underline; color:#0000ff;">Weibo</span></a> )</p><p>UI Designer: No one</p></body></html> Qt::RichText @@ -54,7 +54,7 @@ 170 10 - 121 + 111 41 @@ -76,12 +76,49 @@ - 309 - 25 + 300 + 20 131 20 + + + + + + + 121 + 121 + 121 + + + + + + + + + 121 + 121 + 121 + + + + + + + + + 159 + 158 + 158 + + + + + + diff --git a/app/ui/main_window.py b/app/ui/main_window.py index 3a37b0e..636d5a2 100644 --- a/app/ui/main_window.py +++ b/app/ui/main_window.py @@ -39,10 +39,10 @@ def set_slot(self): self.action_file_path.triggered.connect(self.set_file_path) self.action_check_for_updates.triggered.connect(self.check_for_updates) self.action_report_bugs.triggered.connect(self.report_bugs) - self.action_supported_sites.triggered.connect(self.get_supported_sites) + # self.action_supported_sites.triggered.connect(self.get_supported_sites) - def get_supported_sites(self): - QDesktopServices.openUrl(QUrl('https://github.com/ingbyr/GUI-YouGet/wiki/Supported-Sites')) + # def get_supported_sites(self): + # QDesktopServices.openUrl(QUrl('https://github.com/ingbyr/GUI-YouGet/wiki/Supported-Sites')) def get_info(self): mconfig.set_default() diff --git a/app/ui/main_window.ui b/app/ui/main_window.ui index 9aaf17e..2d5feb9 100644 --- a/app/ui/main_window.ui +++ b/app/ui/main_window.ui @@ -6,8 +6,8 @@ 0 0 - 453 - 180 + 540 + 350 @@ -20,15 +20,12 @@ Qt::LeftToRight - - false - - 20 - 10 + 10 + 20 31 31 @@ -40,18 +37,15 @@ - 370 - 50 + 470 + 20 61 - 61 + 60 Here we go! - - <html><head/><body><p>Download button</p></body></html> - border-image: url(:/res/download.png); @@ -60,17 +54,776 @@ - + - 20 - 50 - 331 - 71 + 10 + 90 + 121 + 31 - - <html><head/><body><p>Input the target's url</p></body></html> + + Supported Sites + + + + + true + + + + 9 + 120 + 521 + 201 + + + + true + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><thead> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">URL</span></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Videos?</span></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Images?</span></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Audios?</span></p></td></tr></thead> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">YouTube</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.youtube.com/"><span style=" text-decoration: underline; color:#0000ff;">https://www.youtube.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Twitter</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://twitter.com/"><span style=" text-decoration: underline; color:#0000ff;">https://twitter.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">VK</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://vk.com/"><span style=" text-decoration: underline; color:#0000ff;">http://vk.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vine</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://vine.co/"><span style=" text-decoration: underline; color:#0000ff;">https://vine.co/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vimeo</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://vimeo.com/"><span style=" text-decoration: underline; color:#0000ff;">https://vimeo.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vidto</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://vidto.me/"><span style=" text-decoration: underline; color:#0000ff;">http://vidto.me/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Videomega</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://videomega.tv/"><span style=" text-decoration: underline; color:#0000ff;">http://videomega.tv/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Veoh</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.veoh.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.veoh.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tumblr</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.tumblr.com/"><span style=" text-decoration: underline; color:#0000ff;">https://www.tumblr.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TED</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.ted.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.ted.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SoundCloud</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://soundcloud.com/"><span style=" text-decoration: underline; color:#0000ff;">https://soundcloud.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Pinterest</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.pinterest.com/"><span style=" text-decoration: underline; color:#0000ff;">https://www.pinterest.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">MusicPlayOn</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://en.musicplayon.com/"><span style=" text-decoration: underline; color:#0000ff;">http://en.musicplayon.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">MTV81</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.mtv81.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.mtv81.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mixcloud</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.mixcloud.com/"><span style=" text-decoration: underline; color:#0000ff;">https://www.mixcloud.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Metacafe</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.metacafe.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.metacafe.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Magisto</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.magisto.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.magisto.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Khan Academy</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.khanacademy.org/"><span style=" text-decoration: underline; color:#0000ff;">https://www.khanacademy.org/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">JPopsuki TV</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.jpopsuki.tv/"><span style=" text-decoration: underline; color:#0000ff;">http://www.jpopsuki.tv/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Internet Archive</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://archive.org/"><span style=" text-decoration: underline; color:#0000ff;">https://archive.org/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Instagram</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://instagram.com/"><span style=" text-decoration: underline; color:#0000ff;">https://instagram.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">InfoQ</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.infoq.com/presentations/"><span style=" text-decoration: underline; color:#0000ff;">http://www.infoq.com/presentations/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Imgur</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://imgur.com/"><span style=" text-decoration: underline; color:#0000ff;">http://imgur.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Heavy Music Archive</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.heavy-music.ru/"><span style=" text-decoration: underline; color:#0000ff;">http://www.heavy-music.ru/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Google+</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://plus.google.com/"><span style=" text-decoration: underline; color:#0000ff;">https://plus.google.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Freesound</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.freesound.org/"><span style=" text-decoration: underline; color:#0000ff;">http://www.freesound.org/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Flickr</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.flickr.com/"><span style=" text-decoration: underline; color:#0000ff;">https://www.flickr.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">FC2 Video</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://video.fc2.com/"><span style=" text-decoration: underline; color:#0000ff;">http://video.fc2.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Facebook</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.facebook.com/"><span style=" text-decoration: underline; color:#0000ff;">https://www.facebook.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">eHow</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.ehow.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.ehow.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dailymotion</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.dailymotion.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.dailymotion.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">CBS</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.cbs.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.cbs.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bandcamp</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://bandcamp.com/"><span style=" text-decoration: underline; color:#0000ff;">http://bandcamp.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">AliveThai</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://alive.in.th/"><span style=" text-decoration: underline; color:#0000ff;">http://alive.in.th/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interest.me</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://ch.interest.me/tvn"><span style=" text-decoration: underline; color:#0000ff;">http://ch.interest.me/tvn</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">755<br />ナナゴーゴー</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://7gogo.jp/"><span style=" text-decoration: underline; color:#0000ff;">http://7gogo.jp/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">niconico<br />ニコニコ動画</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.nicovideo.jp/"><span style=" text-decoration: underline; color:#0000ff;">http://www.nicovideo.jp/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">163<br />网易视频<br />网易云音乐</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://v.163.com/"><span style=" text-decoration: underline; color:#0000ff;">http://v.163.com/</span></a><br /><a href="http://music.163.com/"><span style=" text-decoration: underline; color:#0000ff;">http://music.163.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">56网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.56.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.56.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">AcFun</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.acfun.tv/"><span style=" text-decoration: underline; color:#0000ff;">http://www.acfun.tv/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Baidu<br />百度贴吧</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://tieba.baidu.com/"><span style=" text-decoration: underline; color:#0000ff;">http://tieba.baidu.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">爆米花网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.baomihua.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.baomihua.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">bilibili<br />哔哩哔哩</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.bilibili.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.bilibili.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dilidili</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.dilidili.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.dilidili.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">豆瓣</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.douban.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.douban.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">斗鱼</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.douyutv.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.douyutv.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Panda<br />熊猫</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.panda.tv/"><span style=" text-decoration: underline; color:#0000ff;">http://www.panda.tv/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">凤凰视频</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://v.ifeng.com/"><span style=" text-decoration: underline; color:#0000ff;">http://v.ifeng.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">风行网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.fun.tv/"><span style=" text-decoration: underline; color:#0000ff;">http://www.fun.tv/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">iQIYI<br />爱奇艺</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.iqiyi.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.iqiyi.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">激动网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.joy.cn/"><span style=" text-decoration: underline; color:#0000ff;">http://www.joy.cn/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">酷6网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.ku6.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.ku6.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">酷狗音乐</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.kugou.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.kugou.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">酷我音乐</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.kuwo.cn/"><span style=" text-decoration: underline; color:#0000ff;">http://www.kuwo.cn/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">乐视网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.le.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.le.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">荔枝FM</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.lizhi.fm/"><span style=" text-decoration: underline; color:#0000ff;">http://www.lizhi.fm/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">秒拍</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.miaopai.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.miaopai.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">MioMio弹幕网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.miomio.tv/"><span style=" text-decoration: underline; color:#0000ff;">http://www.miomio.tv/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">痞客邦</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.pixnet.net/"><span style=" text-decoration: underline; color:#0000ff;">https://www.pixnet.net/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PPTV聚力</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.pptv.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.pptv.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">齐鲁网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://v.iqilu.com/"><span style=" text-decoration: underline; color:#0000ff;">http://v.iqilu.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">QQ<br />腾讯视频</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://v.qq.com/"><span style=" text-decoration: underline; color:#0000ff;">http://v.qq.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">企鹅直播</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://live.qq.com/"><span style=" text-decoration: underline; color:#0000ff;">http://live.qq.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">阡陌视频</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://qianmo.com/"><span style=" text-decoration: underline; color:#0000ff;">http://qianmo.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THVideo</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://thvideo.tv/"><span style=" text-decoration: underline; color:#0000ff;">http://thvideo.tv/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Sina<br />新浪视频<br />微博秒拍视频</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://video.sina.com.cn/"><span style=" text-decoration: underline; color:#0000ff;">http://video.sina.com.cn/</span></a><br /><a href="http://video.weibo.com/"><span style=" text-decoration: underline; color:#0000ff;">http://video.weibo.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Sohu<br />搜狐视频</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://tv.sohu.com/"><span style=" text-decoration: underline; color:#0000ff;">http://tv.sohu.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">天天动听</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.dongting.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.dongting.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tudou<br />土豆</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.tudou.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.tudou.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">虾米</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.xiami.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.xiami.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">阳光卫视</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.isuntv.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.isuntv.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">音悦Tai</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.yinyuetai.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.yinyuetai.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Youku<br />优酷</span></p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.youku.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.youku.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">战旗TV</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.zhanqi.tv/lives"><span style=" text-decoration: underline; color:#0000ff;">http://www.zhanqi.tv/lives</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">央视网</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.cntv.cn/"><span style=" text-decoration: underline; color:#0000ff;">http://www.cntv.cn/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">花瓣</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://huaban.com/"><span style=" text-decoration: underline; color:#0000ff;">http://huaban.com/</span></a></p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Naver<br />네이버</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://tvcast.naver.com/"><span style=" text-decoration: underline; color:#0000ff;">http://tvcast.naver.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr> +<tr> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">芒果TV</p></td> +<td bgcolor="#ffffff"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.mgtv.com/"><span style=" text-decoration: underline; color:#0000ff;">http://www.mgtv.com/</span></a></p></td> +<td bgcolor="#ffffff"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">✓</p></td> +<td bgcolor="#ffffff"></td> +<td bgcolor="#ffffff"></td></tr></table> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p></body></html> + + + Qt::TextBrowserInteraction + + + + + + 50 + 30 + 411 + 51 + @@ -79,7 +832,7 @@ 0 0 - 453 + 540 25 @@ -96,7 +849,6 @@ - @@ -126,11 +878,6 @@ Check for updates - - - Supported Sites - - diff --git a/app/ui/ui_about_widget.py b/app/ui/ui_about_widget.py index 9ab959a..d27d862 100644 --- a/app/ui/ui_about_widget.py +++ b/app/ui/ui_about_widget.py @@ -11,20 +11,20 @@ class Ui_AboutForm(object): def setupUi(self, AboutForm): AboutForm.setObjectName("AboutForm") - AboutForm.resize(500, 250) + AboutForm.resize(450, 200) icon = QtGui.QIcon() icon.addPixmap(QtGui.QPixmap(":/res/favicon.ico"), QtGui.QIcon.Normal, QtGui.QIcon.Off) AboutForm.setWindowIcon(icon) self.label_logo = QtWidgets.QLabel(AboutForm) - self.label_logo.setGeometry(QtCore.QRect(10, 70, 131, 121)) + self.label_logo.setGeometry(QtCore.QRect(20, 60, 131, 121)) self.label_logo.setStyleSheet("image: url(:/res/favicon.ico);") self.label_logo.setObjectName("label_logo") self.label_info = QtWidgets.QLabel(AboutForm) - self.label_info.setGeometry(QtCore.QRect(170, 50, 311, 191)) + self.label_info.setGeometry(QtCore.QRect(190, 60, 231, 131)) self.label_info.setTextFormat(QtCore.Qt.RichText) self.label_info.setObjectName("label_info") self.label_title = QtWidgets.QLabel(AboutForm) - self.label_title.setGeometry(QtCore.QRect(170, 10, 121, 41)) + self.label_title.setGeometry(QtCore.QRect(170, 10, 111, 41)) font = QtGui.QFont() font.setPointSize(16) self.label_title.setFont(font) @@ -32,7 +32,18 @@ def setupUi(self, AboutForm): self.label_title.setIndent(-1) self.label_title.setObjectName("label_title") self.label_version = QtWidgets.QLabel(AboutForm) - self.label_version.setGeometry(QtCore.QRect(309, 25, 131, 20)) + self.label_version.setGeometry(QtCore.QRect(300, 20, 131, 20)) + palette = QtGui.QPalette() + brush = QtGui.QBrush(QtGui.QColor(121, 121, 121)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(121, 121, 121)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(159, 158, 158)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Text, brush) + self.label_version.setPalette(palette) self.label_version.setText("") self.label_version.setObjectName("label_version") @@ -43,6 +54,5 @@ def retranslateUi(self, AboutForm): _translate = QtCore.QCoreApplication.translate AboutForm.setWindowTitle(_translate("AboutForm", "About")) self.label_logo.setText(_translate("AboutForm", "


")) - self.label_info.setText(_translate("AboutForm", "

GUI-YouGet is a video download software

Follow open source License MIT

Based on the program you-get

Coder: InG_byr ( Blog / Weibo )

Designer: InG_byr ( Blog / Weibo)

")) + self.label_info.setText(_translate("AboutForm", "

GitHub Repository: GUI-YouGet

License: MIT | Based on: you-get

Coder: InG_byr ( Blog | Weibo )

UI Designer: No one

")) self.label_title.setText(_translate("AboutForm", "GUI-YouGet")) - diff --git a/app/ui/ui_main_window.py b/app/ui/ui_main_window.py index b7a58d2..24d390f 100644 --- a/app/ui/ui_main_window.py +++ b/app/ui/ui_main_window.py @@ -11,29 +11,765 @@ class Ui_MainWindow(object): def setupUi(self, MainWindow): MainWindow.setObjectName("MainWindow") - MainWindow.resize(453, 180) + MainWindow.resize(540, 350) icon = QtGui.QIcon() icon.addPixmap(QtGui.QPixmap(":/res/favicon.ico"), QtGui.QIcon.Normal, QtGui.QIcon.Off) MainWindow.setWindowIcon(icon) MainWindow.setLayoutDirection(QtCore.Qt.LeftToRight) - MainWindow.setAutoFillBackground(False) self.central_widget = QtWidgets.QWidget(MainWindow) self.central_widget.setObjectName("central_widget") self.label_url = QtWidgets.QLabel(self.central_widget) - self.label_url.setGeometry(QtCore.QRect(20, 10, 31, 31)) + self.label_url.setGeometry(QtCore.QRect(10, 20, 31, 31)) self.label_url.setObjectName("label_url") self.button_download = QtWidgets.QPushButton(self.central_widget) - self.button_download.setGeometry(QtCore.QRect(370, 50, 61, 61)) + self.button_download.setGeometry(QtCore.QRect(470, 20, 61, 60)) self.button_download.setStyleSheet("border-image: url(:/res/download.png);\n" "") self.button_download.setText("") self.button_download.setObjectName("button_download") + self.label_support_sites = QtWidgets.QLabel(self.central_widget) + self.label_support_sites.setGeometry(QtCore.QRect(10, 90, 121, 31)) + self.label_support_sites.setObjectName("label_support_sites") + self.text_sites = QtWidgets.QTextEdit(self.central_widget) + self.text_sites.setEnabled(True) + self.text_sites.setGeometry(QtCore.QRect(9, 120, 521, 201)) + self.text_sites.setReadOnly(True) + self.text_sites.setHtml("\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
\n" +"

Site

\n" +"

URL

\n" +"

Videos?

\n" +"

Images?

\n" +"

Audios?

\n" +"

YouTube

\n" +"

https://www.youtube.com/

\n" +"

\n" +"

Twitter

\n" +"

https://twitter.com/

\n" +"

\n" +"

\n" +"

VK

\n" +"

http://vk.com/

\n" +"

\n" +"

Vine

\n" +"

https://vine.co/

\n" +"

\n" +"

Vimeo

\n" +"

https://vimeo.com/

\n" +"

\n" +"

Vidto

\n" +"

http://vidto.me/

\n" +"

\n" +"

Videomega

\n" +"

http://videomega.tv/

\n" +"

\n" +"

Veoh

\n" +"

http://www.veoh.com/

\n" +"

\n" +"

Tumblr

\n" +"

https://www.tumblr.com/

\n" +"

\n" +"

\n" +"

\n" +"

TED

\n" +"

http://www.ted.com/

\n" +"

\n" +"

SoundCloud

\n" +"

https://soundcloud.com/

\n" +"

\n" +"

Pinterest

\n" +"

https://www.pinterest.com/

\n" +"

\n" +"

MusicPlayOn

\n" +"

http://en.musicplayon.com/

\n" +"

\n" +"

MTV81

\n" +"

http://www.mtv81.com/

\n" +"

\n" +"

Mixcloud

\n" +"

https://www.mixcloud.com/

\n" +"

\n" +"

Metacafe

\n" +"

http://www.metacafe.com/

\n" +"

\n" +"

Magisto

\n" +"

http://www.magisto.com/

\n" +"

\n" +"

Khan Academy

\n" +"

https://www.khanacademy.org/

\n" +"

\n" +"

JPopsuki TV

\n" +"

http://www.jpopsuki.tv/

\n" +"

\n" +"

Internet Archive

\n" +"

https://archive.org/

\n" +"

\n" +"

Instagram

\n" +"

https://instagram.com/

\n" +"

\n" +"

\n" +"

InfoQ

\n" +"

http://www.infoq.com/presentations/

\n" +"

\n" +"

Imgur

\n" +"

http://imgur.com/

\n" +"

\n" +"

Heavy Music Archive

\n" +"

http://www.heavy-music.ru/

\n" +"

\n" +"

Google+

\n" +"

https://plus.google.com/

\n" +"

\n" +"

\n" +"

Freesound

\n" +"

http://www.freesound.org/

\n" +"

\n" +"

Flickr

\n" +"

https://www.flickr.com/

\n" +"

\n" +"

\n" +"

FC2 Video

\n" +"

http://video.fc2.com/

\n" +"

\n" +"

Facebook

\n" +"

https://www.facebook.com/

\n" +"

\n" +"

eHow

\n" +"

http://www.ehow.com/

\n" +"

\n" +"

Dailymotion

\n" +"

http://www.dailymotion.com/

\n" +"

\n" +"

CBS

\n" +"

http://www.cbs.com/

\n" +"

\n" +"

Bandcamp

\n" +"

http://bandcamp.com/

\n" +"

\n" +"

AliveThai

\n" +"

http://alive.in.th/

\n" +"

\n" +"

interest.me

\n" +"

http://ch.interest.me/tvn

\n" +"

\n" +"

755
ナナゴーゴー

\n" +"

http://7gogo.jp/

\n" +"

\n" +"

\n" +"

niconico
ニコニコ動画

\n" +"

http://www.nicovideo.jp/

\n" +"

\n" +"

163
网易视频
网易云音乐

\n" +"

http://v.163.com/
http://music.163.com/

\n" +"

\n" +"

\n" +"

56网

\n" +"

http://www.56.com/

\n" +"

\n" +"

AcFun

\n" +"

http://www.acfun.tv/

\n" +"

\n" +"

Baidu
百度贴吧

\n" +"

http://tieba.baidu.com/

\n" +"

\n" +"

\n" +"

爆米花网

\n" +"

http://www.baomihua.com/

\n" +"

\n" +"

bilibili
哔哩哔哩

\n" +"

http://www.bilibili.com/

\n" +"

\n" +"

Dilidili

\n" +"

http://www.dilidili.com/

\n" +"

\n" +"

豆瓣

\n" +"

http://www.douban.com/

\n" +"

\n" +"

斗鱼

\n" +"

http://www.douyutv.com/

\n" +"

\n" +"

Panda
熊猫

\n" +"

http://www.panda.tv/

\n" +"

\n" +"

凤凰视频

\n" +"

http://v.ifeng.com/

\n" +"

\n" +"

风行网

\n" +"

http://www.fun.tv/

\n" +"

\n" +"

iQIYI
爱奇艺

\n" +"

http://www.iqiyi.com/

\n" +"

\n" +"

激动网

\n" +"

http://www.joy.cn/

\n" +"

\n" +"

酷6网

\n" +"

http://www.ku6.com/

\n" +"

\n" +"

酷狗音乐

\n" +"

http://www.kugou.com/

\n" +"

\n" +"

酷我音乐

\n" +"

http://www.kuwo.cn/

\n" +"

\n" +"

乐视网

\n" +"

http://www.le.com/

\n" +"

\n" +"

荔枝FM

\n" +"

http://www.lizhi.fm/

\n" +"

\n" +"

秒拍

\n" +"

http://www.miaopai.com/

\n" +"

\n" +"

MioMio弹幕网

\n" +"

http://www.miomio.tv/

\n" +"

\n" +"

痞客邦

\n" +"

https://www.pixnet.net/

\n" +"

\n" +"

PPTV聚力

\n" +"

http://www.pptv.com/

\n" +"

\n" +"

齐鲁网

\n" +"

http://v.iqilu.com/

\n" +"

\n" +"

QQ
腾讯视频

\n" +"

http://v.qq.com/

\n" +"

\n" +"

企鹅直播

\n" +"

http://live.qq.com/

\n" +"

\n" +"

阡陌视频

\n" +"

http://qianmo.com/

\n" +"

\n" +"

THVideo

\n" +"

http://thvideo.tv/

\n" +"

\n" +"

Sina
新浪视频
微博秒拍视频

\n" +"

http://video.sina.com.cn/
http://video.weibo.com/

\n" +"

\n" +"

Sohu
搜狐视频

\n" +"

http://tv.sohu.com/

\n" +"

\n" +"

天天动听

\n" +"

http://www.dongting.com/

\n" +"

\n" +"

Tudou
土豆

\n" +"

http://www.tudou.com/

\n" +"

\n" +"

虾米

\n" +"

http://www.xiami.com/

\n" +"

\n" +"

阳光卫视

\n" +"

http://www.isuntv.com/

\n" +"

\n" +"

音悦Tai

\n" +"

http://www.yinyuetai.com/

\n" +"

\n" +"

Youku
优酷

\n" +"

http://www.youku.com/

\n" +"

\n" +"

战旗TV

\n" +"

http://www.zhanqi.tv/lives

\n" +"

\n" +"

央视网

\n" +"

http://www.cntv.cn/

\n" +"

\n" +"

花瓣

\n" +"

http://huaban.com/

\n" +"

\n" +"

Naver
네이버

\n" +"

http://tvcast.naver.com/

\n" +"

\n" +"

芒果TV

\n" +"

http://www.mgtv.com/

\n" +"

\n" +"

") + self.text_sites.setTextInteractionFlags(QtCore.Qt.TextBrowserInteraction) + self.text_sites.setObjectName("text_sites") self.text_edit_urls = QtWidgets.QTextEdit(self.central_widget) - self.text_edit_urls.setGeometry(QtCore.QRect(20, 50, 331, 71)) + self.text_edit_urls.setGeometry(QtCore.QRect(50, 30, 411, 51)) self.text_edit_urls.setObjectName("text_edit_urls") MainWindow.setCentralWidget(self.central_widget) self.menu_bar = QtWidgets.QMenuBar(MainWindow) - self.menu_bar.setGeometry(QtCore.QRect(0, 0, 453, 25)) + self.menu_bar.setGeometry(QtCore.QRect(0, 0, 540, 25)) self.menu_bar.setObjectName("menu_bar") self.menu_settings = QtWidgets.QMenu(self.menu_bar) self.menu_settings.setObjectName("menu_settings") @@ -52,13 +788,10 @@ def setupUi(self, MainWindow): self.action_about.setObjectName("action_about") self.action_check_for_updates = QtWidgets.QAction(MainWindow) self.action_check_for_updates.setObjectName("action_check_for_updates") - self.action_supported_sites = QtWidgets.QAction(MainWindow) - self.action_supported_sites.setObjectName("action_supported_sites") self.menu_settings.addAction(self.action_file_path) self.menu_help.addAction(self.action_check_for_updates) self.menu_help.addAction(self.action_report_bugs) self.menu_help.addAction(self.action_about) - self.menu_help.addAction(self.action_supported_sites) self.menu_bar.addAction(self.menu_settings.menuAction()) self.menu_bar.addAction(self.menu_help.menuAction()) @@ -70,12 +803,10 @@ def retranslateUi(self, MainWindow): MainWindow.setWindowTitle(_translate("MainWindow", "YouGet")) self.label_url.setText(_translate("MainWindow", "URL")) self.button_download.setStatusTip(_translate("MainWindow", "Here we go!")) - self.button_download.setWhatsThis(_translate("MainWindow", "

Download button

")) - self.text_edit_urls.setWhatsThis(_translate("MainWindow", "

Input the target\'s url

")) + self.label_support_sites.setText(_translate("MainWindow", "Supported Sites")) self.menu_settings.setTitle(_translate("MainWindow", "Settings")) self.menu_help.setTitle(_translate("MainWindow", "Help")) self.action_file_path.setText(_translate("MainWindow", "File path")) self.action_report_bugs.setText(_translate("MainWindow", "Report bugs")) self.action_about.setText(_translate("MainWindow", "About")) self.action_check_for_updates.setText(_translate("MainWindow", "Check for updates")) - self.action_supported_sites.setText(_translate("MainWindow", "Supported Sites")) diff --git a/command.txt b/command.txt index ac8559e..ca741ac 100644 --- a/command.txt +++ b/command.txt @@ -1,3 +1,3 @@ -Linux: pyinstaller gui_you_get.py -F --hiddenimport app.you_get.extractors --noconsole -n YouGet-0.1.0Linux --icon /home/ing/PythonProjects/GUI-YouGet/app/favicon.ico +Linux: pyinstaller gui_you_get.py -F --hiddenimport app.you_get.extractors --noconsole -n YouGet-0.1.1Linux --icon /home/ing/PythonProjects/GUI-YouGet/app/favicon.ico -Windows: pyinstaller gui_you_get.py -F --windowed --hiddenimport app.you_get.extractors --name YouGet-0.1.0Win --icon G:\\GUI-YouGet\\app\\favicon.ico \ No newline at end of file +Windows: pyinstaller gui_you_get.py -F --windowed --hiddenimport app.you_get.extractors --name YouGet-0.1.1Win --icon G:\\GUI-YouGet\\app\\favicon.ico \ No newline at end of file diff --git a/version.json b/version.json index 4a7a0a2..3a833ce 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"build time": "2016-07-08", "version": "0.1.0", "you-get": "0.4.455"} \ No newline at end of file +{"you-get": "0.4.486", "build time": "2016-07-29", "version": "0.1.1"} \ No newline at end of file