summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [youtube:channel] Fix extraction (fixes #4435)Jaime Marquínez Ferrándiz2014-12-121-8/+13
| | | | | | | | | | | | It uses now the same pagination system as playlists
* | | [urort] Update to new multi-format protocolPhilipp Hagemeister2014-12-121-15/+22
| | |
* | | [comcarcoff] Add unicode_literals declarationPhilipp Hagemeister2014-12-121-0/+2
| | |
* | | [urort] ModernizePhilipp Hagemeister2014-12-121-3/+1
| |/ |/|
* | [comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11Philipp Hagemeister2014-12-121-1/+3
| |
* | [comcarcoff] (#4454)Philipp Hagemeister2014-12-123-47/+53
| |
* | Merge remote-tracking branch 'fstirlitz/master'Philipp Hagemeister2014-12-122-0/+47
|\ \
| * | comediansincarsgettingcoffee.com supportfelix2014-12-122-0/+47
| | |
* | | [ooyala] Remove test md5sumsPhilipp Hagemeister2014-12-121-2/+0
| | |
* | | [ninegag] Test for additional propertiesPhilipp Hagemeister2014-12-121-0/+6
| | |
* | | [pornotube] Adapt to new interfacePhilipp Hagemeister2014-12-121-32/+70
|/ /
* | [rtp] Add new extractor (Closes #4382)Naglis Jonaitis2014-12-122-0/+58
| |
* | release 2014.12.12.7Philipp Hagemeister2014-12-121-1/+1
| |
* | release 2014.12.12.6Philipp Hagemeister2014-12-121-1/+1
| |
* | [nowvideo] Add .li domain (Closes #4453)Sergey M․2014-12-121-1/+1
| |
* | release 2014.12.12.5Philipp Hagemeister2014-12-121-1/+1
| |
* | [groupon] Add extractor (Fixes #4386)Philipp Hagemeister2014-12-122-0/+51
| |
* | [ebaumsworld] ModernizePhilipp Hagemeister2014-12-121-4/+1
| |
* | release 2014.12.12.4Philipp Hagemeister2014-12-122-3/+5
| |
* | [downloader/common] Do not use classic int divisionPhilipp Hagemeister2014-12-121-1/+1
| |
* | Merge remote-tracking branch 'SyxbEaEQ2/rate-limit'Philipp Hagemeister2014-12-122-11/+27
|\ \
| * | [downloader/common] Fix possible negative sleep time in slow_down()SyxbEaEQ22014-08-061-1/+1
| | |
| * | [downloader/(common/http)] Changes calculation of the rate-limit. (Fix ↵SyxbEaEQ22014-07-312-14/+30
| | | | | | | | | | | | #2297, fix #2140, fix #595, fix #2370)
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-121-12/+26
|\ \ \
| * | | [nbc] Fix extraction (Closes #4441)Sergey M․2014-12-121-12/+26
| | | |
* | | | Deprecate --auto-number (Closes #2704)Philipp Hagemeister2014-12-121-4/+4
|/ / /
* | | Remove unused importsPhilipp Hagemeister2014-12-122-5/+0
| | |
* | | [test_unicode_literals] Fix testPhilipp Hagemeister2014-12-122-3/+15
| | |
* | | Download playlist items in reverse orderMark Schreiber2014-12-124-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.3Philipp Hagemeister2014-12-121-1/+1
| | |
* | | [CONTRIBUTING.md] Remove the section about embedding; that is not applicable ↵Philipp Hagemeister2014-12-122-15/+2
| | | | | | | | | | | | for youtube-dl contributors
* | | [Makefile] Add CONTRIBUTING.md (Fixes #2984)Philipp Hagemeister2014-12-123-2/+186
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-122-0/+82
|\ \ \
| * | | [giantbomb] Add extractor (Closes #4432)Sergey M․2014-12-122-0/+82
| | | |
* | | | [README] More concise and nicer bug reporting instructionsPhilipp Hagemeister2014-12-121-4/+2
|/ / /
* | | release 2014.12.12.2Philipp Hagemeister2014-12-121-1/+1
| | |
* | | [cnet] Update to new theplatform infrastructure (Fixes #2736)Philipp Hagemeister2014-12-122-28/+21
| | |
* | | [goldenmoustache] Remove view countPhilipp Hagemeister2014-12-121-6/+0
| | | | | | | | | | | | view count is not present anymore, so we can't extract it.
* | | [channel9] Do not return compat_list results anymorePhilipp Hagemeister2014-12-121-6/+7
| | |
* | | [helsinki] Fix extractionPhilipp Hagemeister2014-12-121-28/+9
| | |
* | | [goshgay] Fix extractionPhilipp Hagemeister2014-12-121-26/+21
| | |
* | | [goshgay] ModernizePhilipp Hagemeister2014-12-121-3/+3
| | |
* | | [compat] Simplify kwarg detection codePhilipp Hagemeister2014-12-121-1/+3
| | | | | | | | | | | | This enables nuitka to compile youtube-dl.
* | | Merge remote-tracking branch 'grompe/patch-1'Philipp Hagemeister2014-12-121-4/+4
|\ \ \
| * | | Fix utils.py for PyPy on WindowsGrom PE2014-12-061-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 Hagemeister2014-12-122-24/+4
| | | | | | | | | | | | | | | | This reverts commit 16040f46d64bad8dcc5f948288ef469dd787d3d3.
* | | | [howstuffworks] Parse only once, but right (#4383)Philipp Hagemeister2014-12-121-25/+28
| | | |
* | | | Merge remote-tracking branch 'Tithen-Firion/hsw-update'Philipp Hagemeister2014-12-122-79/+49
|\ \ \ \
| * | | | [howstuffworks] Update extractorTithen-Firion2014-12-051-26/+51
| | | | |
| * | | | [howstuffworks] Rewrite extractorTithen-Firion2014-12-051-99/+40
| | | | |