mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 01:20:44 +00:00
8c25f81bee
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 . |
||
---|---|---|
.. | ||
swftests | ||
__init__.py | ||
helper.py | ||
parameters.json | ||
test_age_restriction.py | ||
test_all_urls.py | ||
test_cache.py | ||
test_compat.py | ||
test_download.py | ||
test_execution.py | ||
test_InfoExtractor.py | ||
test_subtitles.py | ||
test_swfinterp.py | ||
test_unicode_literals.py | ||
test_utils.py | ||
test_write_annotations.py | ||
test_write_info_json.py | ||
test_youtube_lists.py | ||
test_youtube_signature.py | ||
test_YoutubeDL.py |