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.
yt-dlc/youtube_dl
Aakash Gajjar b19eec0d33
[fix] python 2 "url" field is missing or empty
`try_get` fails for `expected_type=str`, because in python 2
string has `unicode` type.

This commit removes the `expected_type` to disable the comparison.
5 years ago
..
downloader [vzaar] override AES decryption key URL(closes #17521) 5 years ago
extractor [fix] python 2 "url" field is missing or empty 5 years ago
postprocessor [utils] Improve subtitles_filename (closes #22753) 5 years ago
YoutubeDL.py [utils] Improve subtitles_filename (closes #22753) 5 years ago
__init__.py Output batch filename when it could not be read (#21915) 6 years ago
__main__.py
aes.py Switch codebase to use compat_b64decode 7 years ago
cache.py
compat.py Fix W504 and disable W503 (closes #20863) 6 years ago
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 8 years ago
options.py Start moving to ytdl-org 6 years ago
socks.py
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
update.py [update] Hide update URLs behind redirect 6 years ago
utils.py [utils] Improve str_to_int 5 years ago
version.py release 2019.11.28 5 years ago