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
Aarni Koskela 7c2d18a13f
[Mixcloud] Harmonize ID generation from lists with full ID generation (#27787)
Mixcloud IDs are generated as `username_slug` when the full ID dict has been
downloaded.  When downloading a list (e.g. uploads, favorites, ...), the temporary
ID is just the `slug`.  This made e.g. archive file usage require the download
of stream metadata before the download can be rejected as already downloaded.

This commit attempts to get the uploader username during the GraphQL query, so the
temporary IDs are generated similarly.
3 years ago
..
downloader [downloader/hls] Disable decryption in tests (#27660) 3 years ago
extractor [Mixcloud] Harmonize ID generation from lists with full ID generation (#27787) 3 years ago
postprocessor [postprocessor/embedthumbnail] Fix issues (closes #25717) 4 years ago
YoutubeDL.py [YoutubeDL] Allow format filtering using audio language(#16209) 3 years ago
__init__.py Output batch filename when it could not be read (#21915) 5 years ago
__main__.py
aes.py Switch codebase to use compat_b64decode 6 years ago
cache.py Use expand_path where appropriate (closes #12556) 7 years ago
compat.py Fix typos (#27084) 4 years ago
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 7 years ago
options.py [smotri] Remove extractor (#27358) 4 years ago
socks.py [socks] Report errors elegantly when credentails are required but missing 7 years ago
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
update.py [update] Fix updating via symlinks (closes #23991) 4 years ago
utils.py [utils] add a function to clean podcast URLs 3 years ago
version.py release 2021.01.08 3 years ago