Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mixcloud] Harmonize ID generation from lists with full ID generation
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 PR attempts to get the uploader username during the GraphQL query, so the temporary IDs are generated similarly.
- Loading branch information