Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | Let aes_decrypt_text return bytes instead of unicode | rzhxeo | 2013-08-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Fix division bug in aes.py | rzhxeo | 2013-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Add intlist_to_bytes to utils.py | rzhxeo | 2013-08-28 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #1 from phihag/youporn-hd-pr | rzhxeo | 2013-08-28 | 3 | -12/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow changes to run under Python 3 | |||||
| | * | | | | | | | | | | | | | | | | | | | Allow changes to run under Python 3 | Philipp Hagemeister | 2013-08-28 | 3 | -12/+28 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | YoupornIE: Add support for hd videos and update Test | rzhxeo | 2013-08-09 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | add an aes implementation | rzhxeo | 2013-08-09 | 1 | -0/+200 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-08-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | PostProcessingError holds the message in the 'msg' property, not in ↵ | Jaime Marquínez Ferrándiz | 2013-08-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'message' (fixes #1323) Causes DeprecationWarning: http://www.python.org/dev/peps/pep-0352/ | |||||
* | | | | | | | | | | | | | | | | | | | | | [sohu] Handle encoding, and fix tests | Philipp Hagemeister | 2013-08-28 | 2 | -69/+71 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'Huarong/master' | Philipp Hagemeister | 2013-08-28 | 3 | -2/+98 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | improve sohu extractor | huohuarong | 2013-08-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | fix parse title bug | huohuarong | 2013-08-05 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | use ..utils/clean_html() | huohuarong | 2013-08-03 | 1 | -13/+6 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | add an extractor for tv.sohu.com | huohuarong | 2013-08-02 | 2 | -0/+98 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | fix bug: kankan extractor not support http://vod.kankan.com/v/70/70309.shtml | huohuarong | 2013-08-02 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/reuse_ies' | Philipp Hagemeister | 2013-08-28 | 2 | -3/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | YoutubeIE: reuse instances of InfoExtractors (closes #998) | Jaime Marquínez Ferrándiz | 2013-07-08 | 2 | -3/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a IE is added to the list, it's also added to a dictionary. When a IE is requested it first looks in the dictionary and if there's no instance it will create a new one. That way _real_initialize is only called once for each IE, saving time if it needs to login for example. | |||||
* | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-08-28 | 2 | -0/+77 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Add extractors for video.mit.edu and techtv.mit.edu (closes #1327) | Jaime Marquínez Ferrándiz | 2013-08-28 | 2 | -0/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | video.mit.edu just embeds the videos from techtv.mit.edu | |||||
* | | | | | | | | | | | | | | | | | | | | | | | Fix platform name in Python 2 with --verbose (Closes #1228) | Philipp Hagemeister | 2013-08-28 | 2 | -4/+16 | |
|/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Remove unused imports | Philipp Hagemeister | 2013-08-28 | 4 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | [generic] simply use urljoin | Philipp Hagemeister | 2013-08-28 | 1 | -10/+2 | |
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Print playpath with --get-url (Fixes #1334) | Philipp Hagemeister | 2013-08-28 | 1 | -1/+2 | |
| |_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | [generic] Fix URL concatenation | Philipp Hagemeister | 2013-08-28 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4 Fixes #1268. | |||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-08-28 | 1 | -11/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Show the time taken to download in the same format as the ETA | Jaime Marquínez Ferrándiz | 2013-08-28 | 1 | -10/+14 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #1181 from h3xx/master | Jaime Marquínez Ferrándiz | 2013-08-28 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some verbosity when reporting finished downloads Remove the mixed use of tabs and spaces for indentation. | |||||
| | * | | | | | | | | | | | | | | | | | | | Add some verbosity when reporting finished downloads | Dan Church | 2013-08-04 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example: [download] Resuming download at byte 1868140 [download] Destination: Entry #1-Bn59FJ4HrmU.flv [download] 100% of 3.27MiB in 4s This format is meant to somewhat mirror the behavior of wget(1) when reporting finished downloads: 100%[==================>] 54,836,682 788KB/s in 74s 2013-08-04 12:32:05 (728 KB/s) - 'google-chrome-stable_current_x86_64.rpm' saved [54836682/54836682] | |||||
* | | | | | | | | | | | | | | | | | | | | | Tolerate junk at the end of gzip-compressed content (#1268) | Philipp Hagemeister | 2013-08-28 | 1 | -2/+17 | |
|/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | [addanime] add file | Philipp Hagemeister | 2013-08-28 | 1 | -0/+76 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | [youtube] update algo for length 88, thanks to @Ramhack (fixes #1328) | Jaime Marquínez Ferrándiz | 2013-08-28 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | [cnn] remove debug print call. | Jaime Marquínez Ferrándiz | 2013-08-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | HTTPError is in urllib.error in Python 3, not in http.error | Jaime Marquínez Ferrándiz | 2013-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | [addanime] improve | Philipp Hagemeister | 2013-08-28 | 4 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Update AddAnime.py | kkalpakloglou | 2013-08-16 | 1 | -14/+11 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | changes | tsantala | 2013-08-06 | 2 | -0/+56 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | [appletrailers] Add support | Philipp Hagemeister | 2013-08-28 | 2 | -0/+168 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | [cnn] Allow more URLs | Philipp Hagemeister | 2013-08-28 | 1 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | release 2013.08.28 | Philipp Hagemeister | 2013-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Delete default user agent (Fixes #1309) | Philipp Hagemeister | 2013-08-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Revert "Install our own HTTPS handler as well (#1309)" | Philipp Hagemeister | 2013-08-27 | 1 | -17/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 36399e85765a6a04fd84126264af75382fcfd1f6 and fixes #1322. | |||||
* | | | | | | | | | | | | | | | | | | | | Merge pull request #1324 from whydoubt/fix_gplus | Jaime Marquínez Ferrándiz | 2013-08-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial slash in Google+ photos link was removed | |||||
| * | | | | | | | | | | | | | | | | | | | | Initial slash in Google+ photos link was removed | Jeff Smith | 2013-08-27 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | Add an extractor for NBC news (closes #1320) | Jaime Marquínez Ferrándiz | 2013-08-27 | 2 | -0/+34 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Add an extractor for CNN (closes #1318) | Jaime Marquínez Ferrándiz | 2013-08-27 | 2 | -0/+48 | |
| |_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | [canalc2] Small improvements | Philipp Hagemeister | 2013-08-27 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'Rudloff/canalc2' | Philipp Hagemeister | 2013-08-27 | 2 | -0/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | lxml is not part of the standard library. | Pierre Rudloff | 2013-08-22 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Extractor for canalc2.tv | Pierre Rudloff | 2013-08-22 | 2 | -0/+38 | |
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |