Age | Commit message (Collapse) | Author |
|
This function is used only in SohuIE, which is updated to use a new
extraction logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yan12125-sohu_fix
|
|
|
|
|
|
|
|
|
|
Fixes #2865, closes #5087
|
|
|
|
|
|
Previously, the runtime could be atrocious for longer inputs.
|
|
This functionality is intended to eventually encompass the current format filtering.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported at https://news.ycombinator.com/item?id=8648121
|
|
|
|
|
|
|
|
|
|
|
|
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 .
|
|
|
|
|
|
|