onnowhere / youtube_music_playlist_downloader

YouTube Music Playlist Downloader
MIT License
113 stars 7 forks source link

Threading? #11

Open Ethanscharlie opened 8 months ago

Ethanscharlie commented 8 months ago

I'd be nice to have an option for threading for faster downloads

shachashou commented 3 months ago

Decorate download_song() with tomorrow3's threads, then comment out generate_metadata(), and it will be very fast.

onnowhere commented 3 months ago

Added threading support in https://github.com/onnowhere/youtube_music_playlist_downloader/commit/aaf7253f7f17c9067006a649086c34c233f2a498 Please feel free to test it before release. Currently waiting for a yt-dlp issue https://github.com/yt-dlp/yt-dlp/issues/9554 to get resolved before making another release.

shachashou commented 1 month ago

very strong