Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [hotstar] Move to API v2 (closes #20931) | Sergey M․ | 2019-05-04 | 1 | -25/+62 | |
| | ||||||
* | [fox] fix Uplynk PrePlay error handling under python 2(#20925) | Remita Amine | 2019-05-02 | 1 | -1/+1 | |
| | ||||||
* | [fox] Fix API error handling under python 2 (closes #20925) | Sergey M․ | 2019-05-02 | 1 | -1/+1 | |
| | ||||||
* | [redbulltv] Extend _VALID_URL (closes #20922) | Sergey M․ | 2019-05-01 | 1 | -1/+7 | |
| | ||||||
* | release 2019.04.30 | Sergey M․ | 2019-04-30 | 8 | -18/+18 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2019-04-30 | 1 | -0/+21 | |
| | | | | [ci skip] | |||||
* | [openload] Use real Chrome versions (closes #20902) | Sergey M․ | 2019-04-30 | 1 | -6/+1580 | |
| | ||||||
* | [youtube] Remove info el for get_video_info request | Sergey M․ | 2019-04-30 | 1 | -1/+1 | |
| | | | | Since it does not work for quite a long time | |||||
* | [youtube] Improve extraction robustness | Sergey M․ | 2019-04-30 | 1 | -24/+29 | |
| | | | | Fail on missing token only when no formats found | |||||
* | [dramafever] Remove extractor(closes #20868) | Remita Amine | 2019-04-28 | 2 | -270/+0 | |
| | ||||||
* | [adn] fix subtitle extraction(#12724) | Remita Amine | 2019-04-28 | 1 | -2/+3 | |
| | ||||||
* | [youtube] extract album from Music in this video section(#20301) | Remita Amine | 2019-04-28 | 1 | -2/+5 | |
| | ||||||
* | [ccc] Improve extraction (closes #14601, closes #20355) | Sergey M․ | 2019-04-28 | 1 | -17/+13 | |
| | ||||||
* | [ccc] Extract creator | Tobias Gruetzmacher | 2019-04-28 | 1 | -1/+15 | |
| | ||||||
* | [ccc:playlist] Add extractor | Tobias Kunze | 2019-04-28 | 2 | -1/+28 | |
| | ||||||
* | [sverigesradio] improve extraction(closes #18635) | Remita Amine | 2019-04-28 | 1 | -49/+59 | |
| | ||||||
* | [sverigesradio] Add extractor | Mattias Wadman | 2019-04-28 | 2 | -0/+109 | |
| | ||||||
* | [cinemax] Add new extractor | Remita Amine | 2019-04-28 | 3 | -19/+55 | |
| | ||||||
* | [sixplay] add missing parenthesis | Remita Amine | 2019-04-27 | 1 | -1/+1 | |
| | ||||||
* | [sixplay] try to extract non drm protected manifests(closes #20849) | Remita Amine | 2019-04-27 | 1 | -1/+2 | |
| | ||||||
* | [youtube] improve Youtube Music Auto-generated description parsing(closes ↵ | Remita Amine | 2019-04-27 | 1 | -34/+23 | |
| | | | | #20742) | |||||
* | [youtube] Extract additional meta data from video description on youtube ↵ | quinlander | 2019-04-27 | 1 | -1/+122 | |
| | | | | | | | | | | | | | | | | | | | 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 | |||||
* | [wrzuta] Remove extractor (closes #20684) (#20801) | Jakub Wilk | 2019-04-27 | 2 | -162/+0 | |
| | | | Wrzuta.pl was shut down in 2017. | |||||
* | [twitch] Prefer source format (closes #20850) | Sergey M․ | 2019-04-27 | 1 | -2/+2 | |
| | ||||||
* | Move issue template templates into separate folder | Sergey M․ | 2019-04-27 | 6 | -6/+6 | |
| | ||||||
* | Issue template overhaul | Sergey M․ | 2019-04-27 | 15 | -129/+561 | |
| | ||||||
* | [twitcasting] Add support for private videos (#20843) | Mao Zedong | 2019-04-26 | 1 | -3/+24 | |
| | ||||||
* | [twitcasting] Fix test: video title (#20840) | Mao Zedong | 2019-04-26 | 1 | -1/+1 | |
| | ||||||
* | [reddit] check thumbnail URL(closes #20030) | Remita Amine | 2019-04-26 | 1 | -1/+2 | |
| | ||||||
* | [ISSUE_TEMPLATE.md] Add entry on argument escaping in make-sure checklist | Sergey M․ | 2019-04-26 | 2 | -0/+2 | |
| | | | | [ci skip] | |||||
* | [yandexmusic] fix track url extraction(closes #20820) | Remita Amine | 2019-04-25 | 1 | -28/+23 | |
| | ||||||
* | release 2019.04.24 | Sergey M․ | 2019-04-24 | 4 | -5/+7 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2019-04-24 | 1 | -0/+22 | |
| | | | | [ci skip] | |||||
* | [youtube] Fix extraction (closes #20758, closes #20759, closes #20761, ↵ | Sergey M․ | 2019-04-24 | 1 | -3/+6 | |
| | | | | closes #20762, closes #20764, closes #20766, closes #20767, closes #20769, closes #20771, closes #20768, closes #20770) | |||||
* | [toutv] fix extraction and extract series info(closes #20757) | Remita Amine | 2019-04-24 | 1 | -1/+12 | |
| | ||||||
* | [vrv] add support for movie listings(closes #19229) | Remita Amine | 2019-04-22 | 1 | -6/+32 | |
| | ||||||
* | [youtube] raise ExtractorError when no data available(#20737) | Remita Amine | 2019-04-22 | 1 | -0/+7 | |
| | ||||||
* | [soundcloud] Add support for new rendition and improve extraction (closes ↵ | Sergey M․ | 2019-04-23 | 1 | -58/+152 | |
| | | | | #20699) | |||||
* | [ooyala] add support for geo verification proxy | Remita Amine | 2019-04-22 | 1 | -1/+1 | |
| | ||||||
* | [nrl] Add new extractor(closes #15991) | Remita Amine | 2019-04-22 | 2 | -0/+31 | |
| | ||||||
* | [vimeo] extract live archive source format(#19144) | Remita Amine | 2019-04-21 | 1 | -1/+12 | |
| | ||||||
* | [vimeo] add support live streams and improve info extraction(closes #19144) | Remita Amine | 2019-04-21 | 2 | -22/+31 | |
| | ||||||
* | [ntvcojp] Add new extractor | Remita Amine | 2019-04-21 | 2 | -0/+50 | |
| | ||||||
* | [nhk] extract rtmpt format | Remita Amine | 2019-04-21 | 1 | -6/+7 | |
| | ||||||
* | [nhk] add support for audio URLs | Remita Amine | 2019-04-21 | 1 | -33/+59 | |
| | ||||||
* | [udemy] add another course id extraction pattern(closes #20491) | Remita Amine | 2019-04-19 | 1 | -1/+4 | |
| | ||||||
* | [openload] Add support for oload.services (closes #20691) | Sergey M․ | 2019-04-18 | 1 | -1/+4 | |
| | ||||||
* | [openload] Add support for openloed.co (closes #20691) | ealgase | 2019-04-18 | 1 | -1/+4 | |
| | | | | While the .co could be captured directly, I anticipate that there will be more TLD's for openloed in the future. | |||||
* | [bravotv] fix extraction(closes #19213) | Remita Amine | 2019-04-18 | 1 | -15/+25 | |
| | ||||||
* | release 2019.04.17 | Sergey M․ | 2019-04-18 | 4 | -6/+9 | |
| |