1
0
Fork 0
mirror of https://codeberg.org/polarisfm/youtube-dl.git synced 2025-01-31 11:21:31 +00:00
youtube-dl/youtube_dl
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
2014-12-13 12:35:45 +01:00
..
downloader Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
extractor Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py Deprecate --auto-number (Closes #2704) 2014-12-12 17:11:53 +01:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py
utils.py [utils] make_HTTPS_handler: Remove try/except block that would always raise an exception 2014-12-12 23:43:25 +01:00
version.py release 2014.12.12.7 2014-12-12 18:25:58 +01:00
YoutubeDL.py