Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [keek] remove unused import | Philipp Hagemeister | 2014-12-13 | 1 | -2/+0 | |
|/ / / | ||||||
* | | | [keek] Modernize and extract uploader | Philipp Hagemeister | 2014-12-13 | 1 | -10/+18 | |
| | | | ||||||
* | | | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 120 | -378/+437 | |
| | | | | | | | | | | | | | | | | | | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||||
* | | | [streamcz] Update extractor | Philipp Hagemeister | 2014-12-13 | 1 | -37/+41 | |
| | | | ||||||
* | | | [5min] Remove helper method and modernize | Philipp Hagemeister | 2014-12-13 | 3 | -40/+32 | |
| | | | | | | | | | | | | Previously, other extractor would go call a private(!) helper method. Instead, just hardcode the 5min:video_id format - it's not if that would ever change. | |||||
* | | | [utils] make_HTTPS_handler: Remove try/except block that would always raise ↵ | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | an exception This code is only run for Python < 3.4, where context.load_default_certs doesn't exist | |||||
* | | | [utils] make_HTTPS_handler: Use ssl.create_default_context in Python 2.7.9 | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -7/+7 | |
| | | | | | | | | | | | | The new features in the ssl module have been backported from 3.4, see https://docs.python.org/dev/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7 | |||||
* | | | [youtube:playlist] Remove unused property | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -1/+0 | |
| | | | ||||||
* | | | [youtube:channel] Fix extraction (fixes #4435) | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -8/+13 | |
| | | | | | | | | | | | | It uses now the same pagination system as playlists | |||||
* | | | [urort] Update to new multi-format protocol | Philipp Hagemeister | 2014-12-12 | 1 | -15/+22 | |
| | | | ||||||
* | | | [comcarcoff] Add unicode_literals declaration | Philipp Hagemeister | 2014-12-12 | 1 | -0/+2 | |
| | | | ||||||
* | | | [urort] Modernize | Philipp Hagemeister | 2014-12-12 | 1 | -3/+1 | |
| |/ |/| | ||||||
* | | [comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+3 | |
| | | ||||||
* | | [comcarcoff] (#4454) | Philipp Hagemeister | 2014-12-12 | 3 | -47/+53 | |
| | | ||||||
* | | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | 2014-12-12 | 2 | -0/+47 | |
|\ \ | ||||||
| * | | comediansincarsgettingcoffee.com support | felix | 2014-12-12 | 2 | -0/+47 | |
| | | | ||||||
* | | | [ooyala] Remove test md5sums | Philipp Hagemeister | 2014-12-12 | 1 | -2/+0 | |
| | | | ||||||
* | | | [ninegag] Test for additional properties | Philipp Hagemeister | 2014-12-12 | 1 | -0/+6 | |
| | | | ||||||
* | | | [pornotube] Adapt to new interface | Philipp Hagemeister | 2014-12-12 | 1 | -32/+70 | |
|/ / | ||||||
* | | [rtp] Add new extractor (Closes #4382) | Naglis Jonaitis | 2014-12-12 | 2 | -0/+58 | |
| | | ||||||
* | | release 2014.12.12.7 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | release 2014.12.12.6 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | [nowvideo] Add .li domain (Closes #4453) | Sergey M․ | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | release 2014.12.12.5 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | [groupon] Add extractor (Fixes #4386) | Philipp Hagemeister | 2014-12-12 | 2 | -0/+51 | |
| | | ||||||
* | | [ebaumsworld] Modernize | Philipp Hagemeister | 2014-12-12 | 1 | -4/+1 | |
| | | ||||||
* | | release 2014.12.12.4 | Philipp Hagemeister | 2014-12-12 | 2 | -3/+5 | |
| | | ||||||
* | | [downloader/common] Do not use classic int division | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'SyxbEaEQ2/rate-limit' | Philipp Hagemeister | 2014-12-12 | 2 | -11/+27 | |
|\ \ | ||||||
| * | | [downloader/common] Fix possible negative sleep time in slow_down() | SyxbEaEQ2 | 2014-08-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | [downloader/(common/http)] Changes calculation of the rate-limit. (Fix ↵ | SyxbEaEQ2 | 2014-07-31 | 2 | -14/+30 | |
| | | | | | | | | | | | | #2297, fix #2140, fix #595, fix #2370) | |||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-12 | 1 | -12/+26 | |
|\ \ \ | ||||||
| * | | | [nbc] Fix extraction (Closes #4441) | Sergey M․ | 2014-12-12 | 1 | -12/+26 | |
| | | | | ||||||
* | | | | Deprecate --auto-number (Closes #2704) | Philipp Hagemeister | 2014-12-12 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Remove unused imports | Philipp Hagemeister | 2014-12-12 | 2 | -5/+0 | |
| | | | ||||||
* | | | [test_unicode_literals] Fix test | Philipp Hagemeister | 2014-12-12 | 2 | -3/+15 | |
| | | | ||||||
* | | | Download playlist items in reverse order | Mark Schreiber | 2014-12-12 | 4 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Series of videos are typically uploaded to YouTube playlists in chronological order. By default, these videos are downloaded latest-to-earliest; this is great for seeing the latest videos in a series, but prevents streaming video in the order that the videos were produced. Add an option to download videos in reverse order, earliest-to-latest. Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py | |||||
* | | | release 2014.12.12.3 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | [CONTRIBUTING.md] Remove the section about embedding; that is not applicable ↵ | Philipp Hagemeister | 2014-12-12 | 2 | -15/+2 | |
| | | | | | | | | | | | | for youtube-dl contributors | |||||
* | | | [Makefile] Add CONTRIBUTING.md (Fixes #2984) | Philipp Hagemeister | 2014-12-12 | 3 | -2/+186 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-12 | 2 | -0/+82 | |
|\ \ \ | ||||||
| * | | | [giantbomb] Add extractor (Closes #4432) | Sergey M․ | 2014-12-12 | 2 | -0/+82 | |
| | | | | ||||||
* | | | | [README] More concise and nicer bug reporting instructions | Philipp Hagemeister | 2014-12-12 | 1 | -4/+2 | |
|/ / / | ||||||
* | | | release 2014.12.12.2 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | [cnet] Update to new theplatform infrastructure (Fixes #2736) | Philipp Hagemeister | 2014-12-12 | 2 | -28/+21 | |
| | | | ||||||
* | | | [goldenmoustache] Remove view count | Philipp Hagemeister | 2014-12-12 | 1 | -6/+0 | |
| | | | | | | | | | | | | view count is not present anymore, so we can't extract it. | |||||
* | | | [channel9] Do not return compat_list results anymore | Philipp Hagemeister | 2014-12-12 | 1 | -6/+7 | |
| | | | ||||||
* | | | [helsinki] Fix extraction | Philipp Hagemeister | 2014-12-12 | 1 | -28/+9 | |
| | | | ||||||
* | | | [goshgay] Fix extraction | Philipp Hagemeister | 2014-12-12 | 1 | -26/+21 | |
| | | | ||||||
* | | | [goshgay] Modernize | Philipp Hagemeister | 2014-12-12 | 1 | -3/+3 | |
| | | |