You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
10 years ago
..
swftests [swfinterp] Correct array access 10 years ago
__init__.py Add support for single-test tox runs 11 years ago
helper.py [generic] Add a test case for direct links with broken HEAD (#4032) 10 years ago
parameters.json Move playlist tests to extractors. 10 years ago
test_InfoExtractor.py Add a basic test suite for the InfoExtractor class 10 years ago
test_YoutubeDL.py [test_YoutubeDL] Reorder formats (#3542) 10 years ago
test_age_restriction.py Update test_age_restriction.py 10 years ago
test_all_urls.py [twitch] Update tests 10 years ago
test_cache.py [test_cache] Add a dot in the file name 10 years ago
test_compat.py [util] Move compatibility functions out of util 10 years ago
test_download.py [test_download] Improve error message 10 years ago
test_execution.py Improve execution tests 12 years ago
test_subtitles.py [walla] Fix typo 10 years ago
test_swfinterp.py [swfinterp] Fix imports 10 years ago
test_unicode_literals.py [setup.py] Do not use unicode literals 10 years ago
test_utils.py [util] Move compatibility functions out of util 10 years ago
test_write_annotations.py [tests] Remove global_setup function 11 years ago
test_write_info_json.py Update description value for the write_info_json test (required after 27dcce1904) 11 years ago
test_youtube_lists.py [youtube] Move more tests to extractors 10 years ago
test_youtube_signature.py [youtube] Remove swf signature test cases 10 years ago