* 'master' of github.com:rg3/youtube-dl:
release 2019.04.30
[ChangeLog] Actualize [ci skip]
[openload] Use real Chrome versions (closes#20902)
[youtube] Remove info el for get_video_info request Since it does not work for quite a long time
[youtube] Improve extraction robustness Fail on missing token only when no formats found
* 'master' of github.com:rg3/youtube-dl:
[dramafever] Remove extractor(closes#20868)
[adn] fix subtitle extraction(#12724)
[youtube] extract album from Music in this video section(#20301)
[ccc] Improve extraction (closes#14601, closes#20355)
[ccc] Extract creator
[ccc:playlist] Add extractor
[sverigesradio] improve extraction(closes#18635)
[sverigesradio] Add extractor
[cinemax] Add new extractor
[sixplay] add missing parenthesis
[sixplay] try to extract non drm protected manifests(closes#20849)
[youtube] improve Youtube Music Auto-generated description parsing(closes#20742)
[youtube] Extract additional meta data from video description on youtube 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
* 'master' of github.com:rg3/youtube-dl:
[vrv] add support for movie listings(closes#19229)
[youtube] raise ExtractorError when no data available(#20737)
* 'master' of github.com:rg3/youtube-dl:
[soundcloud] Add support for new rendition and improve extraction (closes#20699)
[ooyala] add support for geo verification proxy
[nrl] Add new extractor(closes#15991)
[vimeo] extract live archive source format(#19144)
[vimeo] add support live streams and improve info extraction(closes#19144)
[ntvcojp] Add new extractor
[nhk] extract rtmpt format
[nhk] add support for audio URLs
[udemy] add another course id extraction pattern(closes#20491)