Tutislav / neodeemer

Spotify/YouTube song downloader with option to download whole albums, playlists and also lyrics. Available on Android, Windows and Linux.
GNU General Public License v3.0
36 stars 2 forks source link

[BUG] Not starting downloads #4

Open xamionex opened 6 months ago

xamionex commented 6 months ago

Not sure if something changed but yesterday it worked fine, but suddenly today it won't let me download anything

image

It just gets stuck on the three dots and there is no logs as to what is happening

xamionex commented 6 months ago

Turns out I was API limited, but neodeemer never said so, should make it error out if that happens

Tutislav commented 6 months ago

That's weird. YouTube playlist downloading shouldn't be API limited, since it doesn't use YouTube API. I'll try to update pytube and yt-dlp in next release, it could fix this.

Tutislav commented 3 weeks ago

Turns out YouTube is now blocking IP adresses when you download too much videos as described in this issue https://github.com/yt-dlp/yt-dlp/issues/3766. So there is not much I can do about it right now :(.