1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-21 19:25:22 +00:00
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.
2021-01-13 09:22:48 +00:00
..
downloader [downloader/hls] Disable decryption in tests (#27660) 2021-01-05 01:24:01 +07:00
extractor [Mixcloud] Harmonize ID generation from lists with full ID generation (#27787) 2021-01-13 09:22:48 +00:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py Fix typos (#27084) 2020-11-21 22:00:05 +07:00
jsinterp.py
options.py [smotri] Remove extractor (#27358) 2020-12-10 02:01:23 +07:00
socks.py
swfinterp.py
update.py
utils.py
version.py release 2021.01.08 2021-01-08 11:03:34 +07:00
YoutubeDL.py