Age | Commit message (Collapse) | Author |
|
|
|
#4674)
|
|
|
|
|
|
|
|
|
|
formats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add ability for extractor to use _parse_json
|
|
|
|
|
|
This way, we don't have to do an aditional request
|
|
|
|
|
|
|
|
|
|
We now use our standard sorting facilities. As a side effect, it's finally possible to download German videos from French URLs and vice versa.
|
|
|
|
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 .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If we can't parse it, it means we don't have any information, not that the content is unrestricted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|