Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [youtube] Fix player ID detection | Philipp Hagemeister | 2014-12-14 | 1 | -1/+1 | |
| | ||||||
* | release 2014.12.14 | Philipp Hagemeister | 2014-12-14 | 1 | -1/+1 | |
| | ||||||
* | [rtp] Also match e-id-less URLs (#4382) | Philipp Hagemeister | 2014-12-14 | 1 | -3/+6 | |
| | ||||||
* | release 2014.12.13.1 | Philipp Hagemeister | 2014-12-13 | 1 | -1/+1 | |
| | ||||||
* | [bandcamp:album] Do not match plain Bandcamp URLs (#4461) | Philipp Hagemeister | 2014-12-13 | 1 | -1/+1 | |
| | | | | The _VALID_URL 1fa174692aae06406c9524fec392a131f10c68fe is to broad, since it matches everything beginning with bandcamp.com. | |||||
* | [utils] Do not make an exception for SSLv3 | Philipp Hagemeister | 2014-12-13 | 1 | -1/+0 | |
| | | | | | SSLv3 is terminally vulnerable to POODLE; web browsers are currently deprecating/removing it. Closes #4459, fixes #4294 | |||||
* | [utils] Make ssl work on Python 2.7.8 | Philipp Hagemeister | 2014-12-13 | 1 | -2/+8 | |
| | ||||||
* | release 2014.12.13 | Philipp Hagemeister | 2014-12-13 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | 2014-12-13 | 1 | -0/+1 | |
|\ | ||||||
| * | [comcarcoff] add webpage_url datum | felix | 2014-12-12 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-13 | 4 | -1/+49 | |
|\ \ | ||||||
| * | | Credit @Mortal for restudy (#4463) | Sergey M․ | 2014-12-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge branch 'Mortal-restudy' | Sergey M․ | 2014-12-14 | 2 | -0/+41 | |
| |\ \ | ||||||
| | * | | [restudy] Simplify and extract all formats | Sergey M․ | 2014-12-14 | 1 | -19/+18 | |
| | | | | ||||||
| | * | | [Restudy] Add new extractor for restudy.dk | Mathias Rav | 2014-12-13 | 2 | -0/+42 | |
| |/ / | ||||||
| * | | [bandcamp:album] Make path optional (Closes #4461) | Sergey M․ | 2014-12-14 | 1 | -1/+7 | |
| | | | ||||||
| * | | [bbccouk] Fix vpid warning | Sergey M․ | 2014-12-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | [adultswim] Improve segment duration extraction | Sergey M․ | 2014-12-13 | 1 | -1/+4 | |
| | | | ||||||
| * | | Merge pull request #3927 from qrtt1/master | Philipp Hagemeister | 2014-12-13 | 1 | -0/+1 | |
| |\ \ | | | | | | | | | apply ratelimit to f4m | |||||
| | * | | apply ratelimit to f4m | Ching Yi, Chan | 2014-10-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | [test_unicode_literals] Import from test.helper | Jaime Marquínez Ferrándiz | 2014-12-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-13 | 4 | -3/+7 | |
| | | | | ||||||
* | | | | [orf] Modernize | Philipp Hagemeister | 2014-12-13 | 1 | -14/+14 | |
| | | | | ||||||
* | | | | [keek] remove unused import | Philipp Hagemeister | 2014-12-13 | 1 | -2/+0 | |
|/ / / | ||||||
* | | | [keek] Modernize and extract uploader | Philipp Hagemeister | 2014-12-13 | 1 | -10/+18 | |
| | | | ||||||
* | | | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 120 | -378/+437 | |
| | | | | | | | | | | | | | | | | | | | | | | | | · 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 | |||||
* | | | [streamcz] Update extractor | Philipp Hagemeister | 2014-12-13 | 1 | -37/+41 | |
| | | | ||||||
* | | | [5min] Remove helper method and modernize | Philipp Hagemeister | 2014-12-13 | 3 | -40/+32 | |
| | | | | | | | | | | | | 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. | |||||
* | | | [utils] make_HTTPS_handler: Remove try/except block that would always raise ↵ | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | an exception This code is only run for Python < 3.4, where context.load_default_certs doesn't exist | |||||
* | | | [utils] make_HTTPS_handler: Use ssl.create_default_context in Python 2.7.9 | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -7/+7 | |
| | | | | | | | | | | | | 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 | |||||
* | | | [youtube:playlist] Remove unused property | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -1/+0 | |
| | | | ||||||
* | | | [youtube:channel] Fix extraction (fixes #4435) | Jaime Marquínez Ferrándiz | 2014-12-12 | 1 | -8/+13 | |
| | | | | | | | | | | | | It uses now the same pagination system as playlists | |||||
* | | | [urort] Update to new multi-format protocol | Philipp Hagemeister | 2014-12-12 | 1 | -15/+22 | |
| | | | ||||||
* | | | [comcarcoff] Add unicode_literals declaration | Philipp Hagemeister | 2014-12-12 | 1 | -0/+2 | |
| | | | ||||||
* | | | [urort] Modernize | Philipp Hagemeister | 2014-12-12 | 1 | -3/+1 | |
| |/ |/| | ||||||
* | | [comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+3 | |
| | | ||||||
* | | [comcarcoff] (#4454) | Philipp Hagemeister | 2014-12-12 | 3 | -47/+53 | |
| | | ||||||
* | | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | 2014-12-12 | 2 | -0/+47 | |
|\ \ | ||||||
| * | | comediansincarsgettingcoffee.com support | felix | 2014-12-12 | 2 | -0/+47 | |
| | | | ||||||
* | | | [ooyala] Remove test md5sums | Philipp Hagemeister | 2014-12-12 | 1 | -2/+0 | |
| | | | ||||||
* | | | [ninegag] Test for additional properties | Philipp Hagemeister | 2014-12-12 | 1 | -0/+6 | |
| | | | ||||||
* | | | [pornotube] Adapt to new interface | Philipp Hagemeister | 2014-12-12 | 1 | -32/+70 | |
|/ / | ||||||
* | | [rtp] Add new extractor (Closes #4382) | Naglis Jonaitis | 2014-12-12 | 2 | -0/+58 | |
| | | ||||||
* | | 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 | |
| | |