Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
_extract_theplatform_smil
|
|
|
|
|
|
extraction
|
|
|
|
|
|
|
|
This reverts commit ffbc0baf72f456b1f4f4ac989e4a7b75b69c7a54.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #6546.
Not adding a test case as test_NBC has the same problem.
|
|
|
|
|
|
|
|
|
|
At least single depth level extraction...
|
|
Bare `wget` on http://link.theplatform.com/s/kYEXFC/22d_qsQ6MIRTl results in an XML without <switch> at all
but with <par> and <video> inside it. Let's handle this possible outcome as well.
|
|
|
|
In SMIL 2.1, <switch> nodes may be enclosed in <par>. See
http://www.w3.org/TR/SMIL2/smil-timing.html#edef-par
|
|
enhance error detection in ThePlatformIE
|
|
(Closes PR #4964)
|
|
|
|
|
|
|
|
|
|
· 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
|
|
|
|
|
|
|
|
|
|
|
|
in #3176)
|
|
|
|
|
|
|
|
Some of the videos are encrypted, the f4m downloader doesn’t support them.
|