Age | Commit message (Collapse) | Author |
|
|
|
|
|
#13087, closes #13103, closes #15012)
|
|
|
|
|
|
they seem to be required now, else we get 403 errors.
|
|
|
|
https://web.archive.org/web/20160312110217/https://www.dmcloud.net/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #9955
|
|
|
|
|
|
|
|
* Don't redefine variable in list comprehension
* Line missing indentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
|
|
|
|
Generating the correct urls for the f4m segments seems to require a lot of work.
Also raise an error if the video is not available from your location.
|