Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-16 | release 2014.12.16.22014.12.16.2 | Philipp Hagemeister | |
2014-12-16 | [orf:tvthek] Add support for topic URLs (Fixes #4474) | Philipp Hagemeister | |
2014-12-16 | [brightcove] Add shorter URL scheme for other extractors | Philipp Hagemeister | |
2014-12-16 | release 2014.12.16.12014.12.16.1 | Philipp Hagemeister | |
2014-12-16 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-16 | [allocine] Add test for new URL format | Sergey M․ | |
2014-12-16 | [youtube:feeds] (Fixes #4486) | Philipp Hagemeister | |
2014-12-16 | Merge pull request #4490 from Tailszefox/master | Sergey M. | |
[Allocine] Support for more URLs | |||
2014-12-16 | [aljazeera] Add extractor (closes #4487) | Jaime Marquínez Ferrándiz | |
2014-12-16 | [Allocine] Support for more URLs | Tailszefox | |
2014-12-16 | Drop hash character in downloader output (#4484) | Philipp Hagemeister | |
2014-12-16 | release 2014.12.162014.12.16 | Philipp Hagemeister | |
2014-12-16 | [YoutubeDL] Document where details for format can be found | Philipp Hagemeister | |
2014-12-15 | [youtube:playlist] Work around buggy playlists (fixes #4449) | Jaime Marquínez Ferrándiz | |
They show a "Load more" button, but they don't have more videos. The continuation url in the json file was a link to itself, so we ended up in an infinite loop. | |||
2014-12-15 | Remove unused imports | Jaime Marquínez Ferrándiz | |
2014-12-15 | [streamcloud] Modernize | Naglis Jonaitis | |
2014-12-15 | [mooshare] Modernize | Naglis Jonaitis | |
2014-12-15 | release 2014.12.152014.12.15 | Philipp Hagemeister | |
2014-12-15 | [YoutubeDL] Add declarative version of progress hooks | Philipp Hagemeister | |
2014-12-15 | [YoutubeDL] Make postprocessors declarative | Philipp Hagemeister | |
Instead of having to configure PPs in code, this allows us and embedding programs not to worry about imports or finer details, similarly to how we handle IEs. | |||
2014-12-14 | Improve and test ffmpeg version detection | Philipp Hagemeister | |
2014-12-14 | [yesjapan] Look for datetime inside `submit_info` | Naglis Jonaitis | |
Oops.. | |||
2014-12-14 | [yesjapan] Add new extractor (Closes #4466) | Naglis Jonaitis | |
2014-12-14 | [youtube] Fix player ID detection | Philipp Hagemeister | |
2014-12-14 | release 2014.12.142014.12.14 | Philipp Hagemeister | |
2014-12-14 | [rtp] Also match e-id-less URLs (#4382) | Philipp Hagemeister | |
2014-12-13 | release 2014.12.13.12014.12.13.1 | Philipp Hagemeister | |
2014-12-13 | [bandcamp:album] Do not match plain Bandcamp URLs (#4461) | Philipp Hagemeister | |
The _VALID_URL 1fa174692aae06406c9524fec392a131f10c68fe is to broad, since it matches everything beginning with bandcamp.com. | |||
2014-12-13 | [utils] Do not make an exception for SSLv3 | Philipp Hagemeister | |
SSLv3 is terminally vulnerable to POODLE; web browsers are currently deprecating/removing it. Closes #4459, fixes #4294 | |||
2014-12-13 | [utils] Make ssl work on Python 2.7.8 | Philipp Hagemeister | |
2014-12-13 | release 2014.12.132014.12.13 | Philipp Hagemeister | |
2014-12-13 | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | |
2014-12-13 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-13 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-14 | [restudy] Simplify and extract all formats | Sergey M․ | |
2014-12-13 | [Restudy] Add new extractor for restudy.dk | Mathias Rav | |
2014-12-14 | [bandcamp:album] Make path optional (Closes #4461) | Sergey M․ | |
2014-12-13 | [bbccouk] Fix vpid warning | Sergey M․ | |
2014-12-13 | [adultswim] Improve segment duration extraction | Sergey M․ | |
2014-12-13 | Merge pull request #3927 from qrtt1/master | Philipp Hagemeister | |
apply ratelimit to f4m | |||
2014-12-13 | [orf] Modernize | Philipp Hagemeister | |
2014-12-13 | [keek] remove unused import | Philipp Hagemeister | |
2014-12-13 | [keek] Modernize and extract uploader | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp 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 extractor | Philipp Hagemeister | |
2014-12-13 | [5min] Remove helper method and modernize | Philipp 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.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 | [comcarcoff] add webpage_url datum | felix | |
2014-12-12 | [youtube:playlist] Remove unused property | Jaime Marquínez Ferrándiz | |