Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | |||||
* | | [compat] Simplify kwarg detection code | Philipp Hagemeister | 2014-12-12 | 1 | -1/+3 |
| | | | | | | | | This enables nuitka to compile youtube-dl. | ||||
* | | Merge remote-tracking branch 'grompe/patch-1' | Philipp Hagemeister | 2014-12-12 | 1 | -4/+4 |
|\ \ | |||||
| * | | Fix utils.py for PyPy on Windows | Grom PE | 2014-12-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The line ```python from __future__ import unicode_literals ``` introduced in commit [ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c](https://github.com/rg3/youtube-dl/commit/ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c) broke youtube-dl for PyPy on Windows, making it unable to locate WinAPI functions. Error: "TypeError: function name must be a string or integer" Adding "b" prefix to strings with WinAPI function names fixes it. | ||||
* | | | Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)" | Philipp Hagemeister | 2014-12-12 | 2 | -24/+4 |
| | | | | | | | | | | | | This reverts commit 16040f46d64bad8dcc5f948288ef469dd787d3d3. | ||||
* | | | [howstuffworks] Parse only once, but right (#4383) | Philipp Hagemeister | 2014-12-12 | 1 | -25/+28 |
| | | | |||||
* | | | Merge remote-tracking branch 'Tithen-Firion/hsw-update' | Philipp Hagemeister | 2014-12-12 | 2 | -79/+49 |
|\ \ \ | |||||
| * | | | [howstuffworks] Update extractor | Tithen-Firion | 2014-12-05 | 1 | -26/+51 |
| | | | | |||||
| * | | | [howstuffworks] Rewrite extractor | Tithen-Firion | 2014-12-05 | 1 | -99/+40 |
| | | | | |||||
| * | | | [common] Split _download_json | Tithen-Firion | 2014-12-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Add ability for extractor to use _parse_json | ||||
* | | | | Remove unused imports | Philipp Hagemeister | 2014-12-12 | 4 | -5/+0 |
| | | | | |||||
* | | | | [utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392) | Philipp Hagemeister | 2014-12-12 | 2 | -4/+24 |
| | | | | |||||
* | | | | release 2014.12.12.1 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | [vine] Provide alt_title (Fixes #4448) | Philipp Hagemeister | 2014-12-12 | 2 | -1/+4 |
| | | | | |||||
* | | | | release 2014.12.12 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | [vine] Modernize | Philipp Hagemeister | 2014-12-12 | 1 | -15/+10 |
| | | | | |||||
* | | | | [cinchcast] Add new extractor (Fixes #4428) | Philipp Hagemeister | 2014-12-12 | 5 | -6/+88 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | [mixcloud] Fix metadata extraction (fixes #4443) | Jaime Marquínez Ferrándiz | 2014-12-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [Makefile] remove *.info.json in clean target | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 |
| | | | | |