aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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․
2019-04-27Move issue template templates into separate folderSergey M․
2019-04-27Issue template overhaulSergey M․
2019-04-26[twitcasting] Add support for private videos (#20843)Mao Zedong
2019-04-26[twitcasting] Fix test: video title (#20840)Mao Zedong
2019-04-26[reddit] check thumbnail URL(closes #20030)Remita Amine
2019-04-26[ISSUE_TEMPLATE.md] Add entry on argument escaping in make-sure checklistSergey M․
[ci skip]
2019-04-25[yandexmusic] fix track url extraction(closes #20820)Remita Amine
2019-04-24release 2019.04.242019.04.24Sergey M․
2019-04-24[ChangeLog] ActualizeSergey M․
[ci skip]
2019-04-24[youtube] Fix extraction (closes #20758, closes #20759, closes #20761, ↵Sergey M․
closes #20762, closes #20764, closes #20766, closes #20767, closes #20769, closes #20771, closes #20768, closes #20770)
2019-04-24[toutv] fix extraction and extract series info(closes #20757)Remita Amine
2019-04-22[vrv] add support for movie listings(closes #19229)Remita Amine
2019-04-22[youtube] raise ExtractorError when no data available(#20737)Remita Amine
2019-04-23[soundcloud] Add support for new rendition and improve extraction (closes ↵Sergey M․
#20699)
2019-04-22[ooyala] add support for geo verification proxyRemita Amine
2019-04-22[nrl] Add new extractor(closes #15991)Remita Amine
2019-04-21[vimeo] extract live archive source format(#19144)Remita Amine