Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-12 | [utils] make_HTTPS_handler: Remove try/except block that would always raise ↵ | Jaime Marquínez Ferrándiz | |
an exception This code is only run for Python < 3.4, where context.load_default_certs doesn't exist | |||
2014-12-12 | [utils] make_HTTPS_handler: Use ssl.create_default_context in Python 2.7.9 | Jaime Marquínez Ferrándiz | |
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 | |||
2014-12-12 | [youtube:playlist] Remove unused property | Jaime Marquínez Ferrándiz | |
2014-12-12 | [youtube:channel] Fix extraction (fixes #4435) | Jaime Marquínez Ferrándiz | |
It uses now the same pagination system as playlists | |||
2014-12-12 | [urort] Update to new multi-format protocol | Philipp Hagemeister | |
2014-12-12 | [comcarcoff] Add unicode_literals declaration | Philipp Hagemeister | |
2014-12-12 | [urort] Modernize | Philipp Hagemeister | |
2014-12-12 | [comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11 | Philipp Hagemeister | |
2014-12-12 | [comcarcoff] (#4454) | Philipp Hagemeister | |
2014-12-12 | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | |
2014-12-12 | [ooyala] Remove test md5sums | Philipp Hagemeister | |
2014-12-12 | [ninegag] Test for additional properties | Philipp Hagemeister | |
2014-12-12 | comediansincarsgettingcoffee.com support | felix | |
2014-12-12 | [pornotube] Adapt to new interface | Philipp Hagemeister | |
2014-12-12 | [rtp] Add new extractor (Closes #4382) | Naglis Jonaitis | |
2014-12-12 | release 2014.12.12.72014.12.12.7 | Philipp Hagemeister | |
2014-12-12 | release 2014.12.12.62014.12.12.6 | Philipp Hagemeister | |
2014-12-12 | [nowvideo] Add .li domain (Closes #4453) | Sergey M․ | |
2014-12-12 | release 2014.12.12.52014.12.12.5 | Philipp Hagemeister | |
2014-12-12 | [groupon] Add extractor (Fixes #4386) | Philipp Hagemeister | |
2014-12-12 | [ebaumsworld] Modernize | Philipp Hagemeister | |
2014-12-12 | release 2014.12.12.42014.12.12.4 | Philipp Hagemeister | |
2014-12-12 | [downloader/common] Do not use classic int division | Philipp Hagemeister | |
2014-12-12 | Merge remote-tracking branch 'SyxbEaEQ2/rate-limit' | Philipp Hagemeister | |
2014-12-12 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-12 | Deprecate --auto-number (Closes #2704) | Philipp Hagemeister | |
2014-12-12 | [nbc] Fix extraction (Closes #4441) | Sergey M․ | |
2014-12-12 | Remove unused imports | Philipp Hagemeister | |
2014-12-12 | Download playlist items in reverse order | Mark Schreiber | |
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 | |||
2014-12-12 | release 2014.12.12.32014.12.12.3 | Philipp Hagemeister | |
2014-12-12 | [giantbomb] Add extractor (Closes #4432) | Sergey M․ | |
2014-12-12 | release 2014.12.12.22014.12.12.2 | Philipp Hagemeister | |
2014-12-12 | [cnet] Update to new theplatform infrastructure (Fixes #2736) | Philipp Hagemeister | |
2014-12-12 | [goldenmoustache] Remove view count | Philipp Hagemeister | |
view count is not present anymore, so we can't extract it. | |||
2014-12-12 | [channel9] Do not return compat_list results anymore | Philipp Hagemeister | |
2014-12-12 | [helsinki] Fix extraction | Philipp Hagemeister | |
2014-12-12 | [goshgay] Fix extraction | Philipp Hagemeister | |
2014-12-12 | [goshgay] Modernize | Philipp Hagemeister | |
2014-12-12 | [compat] Simplify kwarg detection code | Philipp Hagemeister | |
This enables nuitka to compile youtube-dl. | |||
2014-12-12 | Merge remote-tracking branch 'grompe/patch-1' | Philipp Hagemeister | |
2014-12-12 | Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)" | Philipp Hagemeister | |
This reverts commit 16040f46d64bad8dcc5f948288ef469dd787d3d3. | |||
2014-12-12 | [howstuffworks] Parse only once, but right (#4383) | Philipp Hagemeister | |
2014-12-12 | Merge remote-tracking branch 'Tithen-Firion/hsw-update' | Philipp Hagemeister | |
2014-12-12 | Remove unused imports | Philipp Hagemeister | |
2014-12-12 | [utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392) | Philipp Hagemeister | |
2014-12-12 | release 2014.12.12.12014.12.12.1 | Philipp Hagemeister | |
2014-12-12 | [vine] Provide alt_title (Fixes #4448) | Philipp Hagemeister | |
2014-12-12 | release 2014.12.122014.12.12 | Philipp Hagemeister | |
2014-12-12 | [vine] Modernize | Philipp Hagemeister | |
2014-12-12 | [cinchcast] Add new extractor (Fixes #4428) | Philipp Hagemeister | |