summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2017.06.05 2017.06.05Sergey M․2017-06-054-6/+6
|
* [ChangeLog] ActualizeSergey M․2017-06-051-0/+17
|
* Credit @jktjkt for dvtv formats (#13063)Sergey M․2017-06-051-0/+1
|
* Credit @mikf for beam:vod (#13032)Sergey M․2017-06-051-0/+1
|
* Credit @adamvoss for bandcamp:weekly (#12758)Sergey M․2017-06-041-0/+1
|
* [bandcamp:weekly] Improve and extract more metadata (closes #12758)Sergey M․2017-06-041-22/+52
|
* [bandcamp:weekly] Add extractorAdam Voss2017-06-042-1/+68
|
* [pornhub:uservideos] Add missing raiseSergey M․2017-06-041-0/+1
|
* [pornhub:playlist] Fix extraction (closes #13281)Sergey M․2017-06-041-3/+6
|
* [godtv] Remove extractor (closes #13175)Sergey M․2017-06-032-67/+0
|
* [YoutubeDL] Don't emit ANSI escape codes on WindowsCeruleanSky2017-06-031-6/+7
|
* [safari] Fix typo (closes #13252)Sergey M․2017-06-021-1/+1
|
* [youtube] Improve chapters extraction (closes #13247)Sergey M․2017-06-012-0/+13
|
* [1tv] Lower preference for http formats (closes #13246)Sergey M․2017-06-011-0/+2
|
* [francetv] Relax _VALID_URLSergey M․2017-06-011-1/+4
|
* [drbonanza] Fix extraction (closes #13231)Sergey M․2017-05-311-111/+35
|
* [packtpub] Fix authentication(closes #13240)Remita Amine2017-05-311-15/+8
|
* [README.md] Mention http_dash_segments protocolSergey M․2017-05-301-1/+1
|
* [README.md] Add an example for how to use .netrc on WindowsYen Chi Hsuan2017-05-291-1/+4
| | | | | That's a Python bug: http://bugs.python.org/issue28334 Most likely it will be fixed in Python 3.7: https://github.com/python/cpython/pull/123
* release 2017.05.29 2017.05.29Sergey M․2017-05-294-6/+7
|
* [ChangeLog] ActualizeSergey M․2017-05-291-0/+11
|
* [youtube] Parse player_url if format URLs are encrypted or DASH MPDs are ↵Yen Chi Hsuan2017-05-282-5/+8
| | | | | | requested Fixes #13211
* [xhamster] Simplify (closes #13216)Sergey M․2017-05-281-2/+2
|
* [xhamster] Fix author and like/dislike count extractionfiocfun2017-05-281-2/+2
|
* [xhamster] Extract categories (closes #11728)Sergey M․2017-05-281-0/+11
|
* [abcnews] Improve and remove duplicate test (closes #12851)Sergey M․2017-05-281-13/+9
|
* [abcnews] Add support for embed URLsTithen-Firion2017-05-281-1/+16
|
* [gaskrank] Improve (closes #12493)Sergey M․2017-05-281-38/+36
|
* [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.26 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
|