summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | [jove] Ensure comment count is intSergey M․2017-06-091-2/+2
| | | |
* | | | [golem] Ensure format id is stringSergey M․2017-06-091-1/+2
| | | |
* | | | [gfycat] Ensure filesize is intSergey M․2017-06-091-1/+1
| | | |
* | | | [foxgay] Ensure height is intSergey M․2017-06-091-1/+2
| | | |
* | | | [flickr] Ensure format id is stringSergey M․2017-06-091-2/+5
| | | |
* | | | [sohu] Fix numeric fieldsSergey M․2017-06-091-5/+10
| | | |
* | | | [safari] Improve authentication detection (closes #13319)Sergey M․2017-06-081-11/+10
| | | |
* | | | [liveleak] Ensure height is int (closes #13313)Sergey M․2017-06-081-2/+3
| | | |
* | | | [YoutubeDL] Sanitize more fields (#13313)Sergey M․2017-06-081-15/+37
| | | |
* | | | [README.md] Improve man page formattingSergey M․2017-06-081-1/+3
| | | |
* | | | [README.md] Clarify output template references (closes #13316)Sergey M․2017-06-081-2/+2
| | | |
* | | | [streamango] Skip download for test (closes #13292)Sergey M․2017-06-071-1/+5
| | | |
* | | | [streamango] Make title optionalLuca Steeb2017-06-071-1/+8
| | | |
* | | | [rtlnl] Improve _VALID_URL (closes #13295)Sergey M․2017-06-061-1/+4
| | | |
* | | | [tvplayer] Fix extraction (closes #13291)Sergey M․2017-06-061-1/+1
| | | |
* | | | release 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.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
| | | |