DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403.
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py
Conflicts: youtube_dl/extractor/youtube.py
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
It works fine from all my machines, no matter where, but from travis, we get lots of 403s. Maybe another project is scraping CSPAN from travis and they're blocking the travis machines?
_real_extract
[space] Add support for mobile URLs
In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt.
The RSS method seems to be defunct.
Fixes #2189
Apparantly, even the advertisers do geoblocking now!? From the US, this isn't outright blocked, but there are no videos returned.
Conflicts: youtube_dl/extractor/mtv.py
Conflicts: youtube_dl/extractor/gametrailers.py
We now prefer the title including the category, because that title is what is presented at the actual sites.
There was a leading ‘:’ in the regex. The ‘flashvars’ parameter is not always available.
It may have the ‘formats’ field instead of ‘url’.
Added a generic _real_extract to MTVServicesInfoExtractor
Allows to use the `_download_xml` method