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.
youtube-dl/youtube_dl/downloader
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
10 years ago
..
__init__.py [downloader/__init__] Define proper __all__ 10 years ago
common.py Fix imports and general cleanup 10 years ago
f4m.py Fix imports and general cleanup 10 years ago
hls.py Fix imports and general cleanup 10 years ago
http.py Fix imports and general cleanup 10 years ago
mplayer.py [mplayer] Modernize 10 years ago
rtmp.py Fix imports and general cleanup 10 years ago