aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-12-13[streamcz] Update extractorPhilipp Hagemeister
2014-12-13[5min] Remove helper method and modernizePhilipp Hagemeister
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.
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.9Jaime 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[comcarcoff] add webpage_url datumfelix
2014-12-12[youtube:playlist] Remove unused propertyJaime 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 protocolPhilipp Hagemeister
2014-12-12[comcarcoff] Add unicode_literals declarationPhilipp Hagemeister
2014-12-12[urort] ModernizePhilipp Hagemeister
2014-12-12[comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11Philipp Hagemeister
2014-12-12[comcarcoff] (#4454)Philipp Hagemeister
2014-12-12Merge remote-tracking branch 'fstirlitz/master'Philipp Hagemeister
2014-12-12[ooyala] Remove test md5sumsPhilipp Hagemeister
2014-12-12[ninegag] Test for additional propertiesPhilipp Hagemeister
2014-12-12comediansincarsgettingcoffee.com supportfelix
2014-12-12[pornotube] Adapt to new interfacePhilipp Hagemeister
2014-12-12[rtp] Add new extractor (Closes #4382)Naglis Jonaitis
2014-12-12release 2014.12.12.72014.12.12.7Philipp Hagemeister
2014-12-12release 2014.12.12.62014.12.12.6Philipp Hagemeister
2014-12-12[nowvideo] Add .li domain (Closes #4453)Sergey M․
2014-12-12release 2014.12.12.52014.12.12.5Philipp Hagemeister
2014-12-12[groupon] Add extractor (Fixes #4386)Philipp Hagemeister
2014-12-12[ebaumsworld] ModernizePhilipp Hagemeister
2014-12-12release 2014.12.12.42014.12.12.4Philipp Hagemeister
2014-12-12[downloader/common] Do not use classic int divisionPhilipp Hagemeister
2014-12-12Merge remote-tracking branch 'SyxbEaEQ2/rate-limit'Philipp Hagemeister
2014-12-12Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-12Deprecate --auto-number (Closes #2704)Philipp Hagemeister
2014-12-12[nbc] Fix extraction (Closes #4441)Sergey M․
2014-12-12Remove unused importsPhilipp Hagemeister
2014-12-12[test_unicode_literals] Fix testPhilipp Hagemeister
2014-12-12Download playlist items in reverse orderMark 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-12release 2014.12.12.32014.12.12.3Philipp Hagemeister
2014-12-12[CONTRIBUTING.md] Remove the section about embedding; that is not applicable ↵Philipp Hagemeister
for youtube-dl contributors
2014-12-12[Makefile] Add CONTRIBUTING.md (Fixes #2984)Philipp Hagemeister
2014-12-12Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-12[README] More concise and nicer bug reporting instructionsPhilipp Hagemeister
2014-12-12[giantbomb] Add extractor (Closes #4432)Sergey M․
2014-12-12release 2014.12.12.22014.12.12.2Philipp Hagemeister
2014-12-12[cnet] Update to new theplatform infrastructure (Fixes #2736)Philipp Hagemeister
2014-12-12[goldenmoustache] Remove view countPhilipp Hagemeister
view count is not present anymore, so we can't extract it.
2014-12-12[channel9] Do not return compat_list results anymorePhilipp Hagemeister
2014-12-12[helsinki] Fix extractionPhilipp Hagemeister
2014-12-12[goshgay] Fix extractionPhilipp Hagemeister
2014-12-12[goshgay] ModernizePhilipp Hagemeister
2014-12-12[compat] Simplify kwarg detection codePhilipp Hagemeister
This enables nuitka to compile youtube-dl.
2014-12-12Merge remote-tracking branch 'grompe/patch-1'Philipp Hagemeister
2014-12-12Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)"Philipp Hagemeister
This reverts commit 16040f46d64bad8dcc5f948288ef469dd787d3d3.