summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [gaskrank] Fix extractionmotophil2017-05-281-29/+9
|
* [medialaan] PEP 8 (closes #12774)Sergey M․2017-05-281-1/+1
|
* [medialaan] Fix videos with missing videoUrlmidas022017-05-281-1/+19
| | | | | | | A rough trick to get around the two different json styles medialaan seems to be using. Fix for these example videos: https://vtmkzoom.be/video?aid=45724 https://vtmkzoom.be/video?aid=45425
* [dvtv] Improve and fix playlists support (closes #13063)Sergey M․2017-05-281-40/+66
|
* [dvtv] Parse adaptive formats as wellJan Kundrát2017-05-281-7/+24
| | | | | | | The old code hit an error when it attempted to parse the string "adaptive" for video height. Actually parsing the returned playlists is a good idea because it adds more output formats, including some audio-only-ones.
* [beam] Improve and add support for mixer.com (closes #13032)Sergey M․2017-05-281-20/+32
|
* [beam:vod] Add extractorMike Fährmann2017-05-282-10/+116
|
* [cbsinteractive] Relax _VALID_URL (closes #13213)Sergey M․2017-05-271-1/+4
|
* [utils] Drop an compatibility wrapper for Python < 2.6Yen Chi Hsuan2017-05-271-10/+2
| | | | | | | addinfourl.getcode is added since Python 2.6a1. As youtube-dl now requires 2.6+, this is no longer necessary. See https://github.com/python/cpython/commit/9b0d46db115c10767b240a0a64286214b50fe6ad
* [adn] fix formats extractionRemita Amine2017-05-261-4/+15
|
* [youku] Extract more metadata (closes #10433)Yen Chi Hsuan2017-05-272-1/+51
|
* [cbsnews] Fix extraction (closes #13205)Sergey M․2017-05-261-4/+10
|
* release 2017.05.26Sergey M․2017-05-264-8/+5
|
* [ChangeLog] ActualizeSergey M․2017-05-261-0/+4
|
* [ChangeLog] Update after the fix for #11381Yen Chi Hsuan2017-05-261-0/+1
|
* Revert "[youtube] Don't use the DASH manifest from 'get_video_info' if ↵Yen Chi Hsuan2017-05-261-2/+1
| | | | | | 'use_cipher_signature' is True (#5118)" This reverts commit 87dc451108b278eb5e5600a0159bdbd337272392.
* [bbc] Add support for authenticationSergey M․2017-05-261-0/+40
|
* [tudou] Merge into youku extractor (fixes #12214)Yen Chi Hsuan2017-05-264-139/+15
| | | | | Also, there are no tudou playlists anymore. All playlist URLs points to youku playlists.
* [youku:show] Fix extractionYen Chi Hsuan2017-05-262-27/+41
|
* [utils] Recognize more patterns in strip_jsonp()Yen Chi Hsuan2017-05-263-1/+15
| | | | Used in Youku Show pages
* [youku] Fix extraction (closes #13191)Yen Chi Hsuan2017-05-262-170/+43
|
* [udemy] Fix extraction for outputs' format entries without URL (closes #13192)Sergey M․2017-05-251-1/+5
|
* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2Yen Chi Hsuan2017-05-252-1/+7
| | | | Fixes #13182
* [vimeo] Fix formats' sorting (closes #13189)Sergey M․2017-05-241-2/+8
|
* [cbsnews] fix extraction for 60 Minutes videosRemita Amine2017-05-241-1/+1
|
* Merge pull request #12861 from Tithen-Firion/cbsinteractive-fixremitamine2017-05-242-33/+28
|\ | | | | [cbsinteractive] update extractor and test cases
| * [cbsinteractive] extract formats with `CBSIE`Tithen-Firion2017-04-272-53/+22
| |
| * [cbsinteractive] update test casesTithen-Firion2017-04-271-4/+12
| |
| * [cbsinteractive] fix extractorTithen-Firion2017-04-271-1/+19
| |
* | Credit @gritstub for vevo fix (#12879)Sergey M․2017-05-231-0/+1
| |
* | Credit @timendum for rai (#11790) and mediaset (#12964)Sergey M․2017-05-231-0/+1
| |
* | release 2017.05.23Sergey M․2017-05-234-6/+6
| |
* | [ChangeLog] ActualizeSergey M․2017-05-231-0/+16
| |
* | Credit @fredbourni for noovo (#12792)Sergey M․2017-05-231-0/+1
| |
* | Credit @mphe for streamango (#12643)Sergey M․2017-05-231-0/+1
| |
* | Credit @zurfyx for atresplayer improvements (#12548)Sergey M․2017-05-231-0/+1
| |
* | [downloader/external] Pass -loglevel to ffmpeg downloader (closes #13183)Sergey M․2017-05-221-0/+5
| |
* | [streamcz] Add support for subtitlesOndřej Caletka2017-05-211-2/+11
| |
* | [youtube] ModernizeSergey M․2017-05-211-8/+19
| |
* | [youtube] Fix DASH manifest signature decryption (closes #8944)Protuhj2017-05-211-2/+4
| |
* | [toggle] Relax _VALID_URL (closes #13172)Sergey M․2017-05-201-1/+7
| |
* | [adobepass] Add support for Brighthouse MSONii-902017-05-201-0/+5
| |
* | [toypics] Improve and modernizeSergey M․2017-05-201-15/+19
| |
* | [toypics] Fix extractionvobe2017-05-201-7/+8
| |
* | [njpwworld] Fix extraction (closes #13162)Sergey M․2017-05-191-7/+15
| |
* | [hitbox] Add support for smashcast.tv (closes #13154)Sergey M․2017-05-191-22/+30
| |
* | [mitele] Update app key regexLogan B2017-05-191-4/+2
| |
* | release 2017.05.18.1Sergey M․2017-05-183-5/+5
| |
* | [ChangeLog] ActualizeSergey M․2017-05-181-0/+6
| |
* | [jsinterp] Fix typo and cleanup regexes (closes #13134)Sergey M․2017-05-181-5/+8
| |