Age | Commit message (Collapse) | Author |
|
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 .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
|
|
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|