Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
Direct links fail with 403, fallback on f4m for now until further investigations.
|
|
|
|
|
|
|