aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2016-03-05[elpais] Add support for alternative layout (Closes #8744)Sergey M․
2016-03-05[twitter] Provide more metadataYen Chi Hsuan
2016-03-04[foxnews] update testremitamine
2016-03-05[youporn] Fix sources regexSergey M․
2016-03-05[youporn] Fix quality extraction (Closes #8758)Sergey M․
2016-03-04[bleacherreport] update testsremitamine
2016-03-04[audimedia] update _VALID_URL and video_id regex and improve http format_idremitamine
2016-03-05[kusi] Correct test_KUSIYen Chi Hsuan
2016-03-04[kusi] Two fixesYen Chi Hsuan
Thanks @dstftw for pointing out those
2016-03-04[yandexmusic] Capture and output API errorsSergey M․
2016-03-04[kusi] Simplify and improveYen Chi Hsuan
2016-03-04[kusi] Add a test for the alternative form of URLYen Chi Hsuan
2016-03-04Merge branch 'kusi' of https://github.com/mutantmonkey/youtube-dl into ↵Yen Chi Hsuan
mutantmonkey-kusi
2016-03-04[leeco] Skip an invalid test. test_LePlaylist_1 is sufficientYen Chi Hsuan
2016-03-04[leeco] format_id should be stringsYen Chi Hsuan
2016-03-04[douyutv] Fix testsYen Chi Hsuan
2016-03-04[livestream] Fix FutureWarning (Closes #8742)Sergey M․
2016-03-04[indavideo:embed] Fix tags extraction (Closes #8738)Sergey M․
2016-03-03[twitch:playlistbase] Fix all at once fetchSergey M․
2016-03-03[twitch:playlistbase] Restore original _PAGE_LIMITSergey M․
2016-03-03[twitch:playlistsbase] Use orderedSetSergey M․
2016-03-03[twitch] Workaround broken paging (Closes #8740)Sergey M․
2016-03-03[jython] Introduce compat_os_nameYen Chi Hsuan
os.name is always 'java' on Jython
2016-03-03[twitter] Media info is not always in the first entityYen Chi Hsuan
Fixes #8704
2016-03-03[twitter] Now Twitter serves the same file for Firefox and ChromeYen Chi Hsuan
2016-03-03[twitter] Fix extraction of test_Twitter and test_Twitter_1Yen Chi Hsuan
2016-03-03[twitter] Support twitter.com/i/videos/tweet/ URLSYen Chi Hsuan
Closes #8737
2016-03-02[thepltform] detect other types of errorsremitamine
2016-03-03[leeco] Letv renamed to LeEcoYen Chi Hsuan
LeEco is the company name and Le is the domain name. For more information see the Chinese news post http://www.techorz.com/company-news/letv-renamed-to-leeco-and-new-logo/
2016-03-03[letv] Merge LetvTvIE into LetvPlaylistIEYen Chi Hsuan
And 1. Add more URL examples 2. Improve the matching pattern
2016-03-03[letv] Correct regular expressions and fix a typoYen Chi Hsuan
2016-03-03[letv] Order imports alphabeticallyYen Chi Hsuan
2016-03-03[letv] Keep videos' order in playlistsYen Chi Hsuan
2016-03-03[letv] Domain name changedYen Chi Hsuan
2016-03-03[twitch:playlistbase] Mark brokenSergey M․
Twitch paging mechanism is completely broken on twitch side serving all videos all the time and making our travis builds stall.
2016-03-03[vimeo] Extract uploader_url (Closes #8727)Sergey M․
2016-03-02[youtube] Extract uploader_url (Closes #8724)Sergey M․
2016-03-02[extractor/common] Document uploader_urlSergey M․
2016-03-02[youtube] Extract license (Closes #8725)Sergey M․
2016-03-02[extractor/common] Document license metafieldSergey M․
2016-03-02[youtube] improve width and height extraction from fmt_listremitamine
2016-03-02Revert "[youtube] add tbr to _formats extracted from watch_as3.swf"remitamine
This reverts commit 4a5ba28a87a1a1632e58a1de404eb1fa268118a3.
2016-03-02Revert "[youtube] add basic info for some unknown formats extracted from ↵remitamine
watch_as3.swf" This reverts commit 85ca019d9679d75c26b7ee4106dd7d98136f3c88.
2016-03-02[youtube] add basic info for some unknown formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] add tbr to _formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] extract width and height from fmt_listremitamine
2016-03-02[nrk:skole] Relax _VALID_URLSergey M․
2016-03-02[nrk:skole] Add extractor (Closes #8728)Sergey M․
2016-03-01[wistia] Fix extraction (Closes #8707)Sergey M․
2016-03-01Merge pull request #8703 from dstftw/mark-watchedSergey M
Add --mark-watched feature (Closes #5054)