aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-15[vrt] fix extraction(closes #20527)Remita Amine
2019-05-15[canvas] add support for vrtnieuws and sporza site ids and extract AES HLS ↵Remita Amine
formats
2019-05-15[vrv] extract captions(closes #19238)Remita Amine
2019-05-13[tele5] Improve video id extractionSergey M․
2019-05-13[tele5] Relax _VALID_URL (closes #21020, closes #21063)Sergey M․
2019-05-12[svtplay] Update API URL (closes #21075)Sergey M․
2019-05-12[yahoo:gyao] add X-User-Agent header to dam proxy requests(closes #21071)Remita Amine
2019-05-11release 2019.05.112019.05.11Sergey M․
2019-05-11[ChangeLog] ActualizeSergey M․
[ci skip]
2019-05-11[extractor/common] Fix typoSergey M․
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2019-05-11[tvnow] Fix W605Sergey M․
2019-05-11[commonmistakes] Fix E117Sergey M․
2019-05-11[cloudflarestream] Add support for videodelivery.net (#21049)davex25
2019-05-11[byutv] Improve extraction and update DVR test (closes #20676)Sergey M․
2019-05-11[byutv] Add support for DVR videos (closes #20574)Michael Tilbury
Fix code style on brackets (flake8) Add more information to test info_dict
2019-05-11[gfycat] Add support for URLs with tags (closes #20696) (#20731)biwubo
2019-05-11[utils] Transliterate "þ" as "th" (#20897)Jakub Wilk
Despite visual similarity "þ" is unrelated to "p". It is normally transliterated as "th": $ echo þ-Þ | iconv -t ASCII//TRANSLIT th-TH
2019-05-11[openload] Add support for verystream.com (closes #20701) (#20967)ealgase
2019-05-10[youtube] Use sp field value for signature field name (closes #18841, closes ↵Sergey M․
#18927, closes #21028)
2019-05-09[yahoo:gyao] extend _VALID_URL(closes #21008)Remita Amine
2019-05-09[youtube] Fix channel id extraction (closes #20982) (#21003)pypy
2019-05-07[sky] add support for news.sky.com (closes #13055)Remita Amine
2019-05-06[youtube:entrylistbase] Retry on 5xx HTTP errors (#20965)Sergey M․
2019-05-05[francetvinfo] Extend video id extraction (closes #20619) (#20740)mtilbury
2019-05-04[4tube] Update token hosts (closes #20918)Sergey M․
2019-05-04[hotstar] Move to API v2 (closes #20931)Sergey M․
2019-05-02[fox] fix Uplynk PrePlay error handling under python 2(#20925)Remita Amine
2019-05-02[fox] Fix API error handling under python 2 (closes #20925)Sergey M․
2019-05-01[redbulltv] Extend _VALID_URL (closes #20922)Sergey M․
2019-04-30release 2019.04.302019.04.30Sergey M․
2019-04-30[ChangeLog] ActualizeSergey M․
[ci skip]
2019-04-30[openload] Use real Chrome versions (closes #20902)Sergey M․
2019-04-30[youtube] Remove info el for get_video_info requestSergey M․
Since it does not work for quite a long time
2019-04-30[youtube] Improve extraction robustnessSergey M․
Fail on missing token only when no formats found
2019-04-28[dramafever] Remove extractor(closes #20868)Remita Amine
2019-04-28[adn] fix subtitle extraction(#12724)Remita Amine
2019-04-28[youtube] extract album from Music in this video section(#20301)Remita Amine
2019-04-28[ccc] Improve extraction (closes #14601, closes #20355)Sergey M․
2019-04-28[ccc] Extract creatorTobias Gruetzmacher
2019-04-28[ccc:playlist] Add extractorTobias Kunze
2019-04-28[sverigesradio] improve extraction(closes #18635)Remita Amine
2019-04-28[sverigesradio] Add extractorMattias Wadman
2019-04-28[cinemax] Add new extractorRemita Amine
2019-04-27[sixplay] add missing parenthesisRemita Amine
2019-04-27[sixplay] try to extract non drm protected manifests(closes #20849)Remita Amine
2019-04-27[youtube] improve Youtube Music Auto-generated description parsing(closes ↵Remita Amine
#20742)
2019-04-27[youtube] Extract additional meta data from video description on youtube ↵quinlander
music videos YouTube music videos often have auto-generated video descriptions that can be utilized to extract additional information about the video. This is desirable in order to provide the user with as much meta data as possible. This commit adds extraction methods for the following fields for youtube music videos: - artist (fallback extraction methods added) - track (fallback extraction methods added) - album (new in this commit) - release_date (new in this commit) - release_year (new in this commit) 4 tests have been added to test this new functionality: - YoutubeIE tests 27, 28, 29, and 30 Resolves: #20599
2019-04-27[wrzuta] Remove extractor (closes #20684) (#20801)Jakub Wilk
Wrzuta.pl was shut down in 2017.
2019-04-27[twitch] Prefer source format (closes #20850)Sergey M․