Age | Commit message (Collapse) | Author |
|
fix swrmediathek for new formats.
|
|
|
|
|
|
|
|
|
|
|
|
[generic] indicate when a direct video has been extracted
|
|
The generic extraction no longer works.
|
|
Also remove width and height as they are not of the actual video.
|
|
|
|
|
|
|
|
[channel9] Fix extraction
|
|
#4109)
|
|
|
|
The timestamp fluctuates with DST.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
utils is large enough without these compatibility functions.
Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py .
Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
|
|
|
|
Fixes #4052.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
|
|
|
|
|
|
|
|
|
|
|