The video that we used to test the previous version of porntrex.py is no
longer on the website. This led to failures in the tests. Here we have a
corrected version with working URL.
* '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
Extracting video identifier from the data-share-params attribute has proven to
be brittle: the attribute is bogus for some videos and completely missing for
some others.
Extract the identifier from the numeric part of the data-video-id attribute
instead.
Both W504 (line break after binary operator) and W503 (line break before binary
operator) were implicitly enabled, even though conceptually they are mutually
exclusive.
W504 had over 100 hits, while W503 had none, so let's disable the former.
Error messaged will use the 'statusMessage', if available.
This will give messages like:
* "This episode is no longer available in iview."
* "This episode is not yet available in iview."
These additional lines are removed from the 'statusMessage':
"Programs are normally available for 14 days."
"You may enjoy similar programs to this, shown below."
"Learn more about program availability in the FAQs, under Support."