Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 #2297,... | SyxbEaEQ2 | 2014-07-31 | 2 | -14/+30 | |
* | | | 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 | |
* | | | 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 | |
* | | | [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 | |
* | | | [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 | |
* | | | 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 | |
* | | | | Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)" | Philipp Hagemeister | 2014-12-12 | 2 | -24/+4 | |
* | | | | [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 | |
* | | | | | 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 | |
* | | | | | | [screenwavemedia] Simplify (#3766) | Philipp Hagemeister | 2014-12-12 | 3 | -133/+113 |