-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix For #1018. Download error coz of Copyright issue #1022
Conversation
Sorry for the delay. My lap was under repair. I'll review this by evening. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like a good fix to me
@phcreery have you check, he is importing |
@Kavan72, you are correct, this merge was from an outdated commit of spotdl. (Before asyncio). The main changes I reviewed are in the function and also
I apologize, I should have been more explicit. I do not think the merge is ready. I think the fix is a good idea though. @dheerain could you apply this to the latest commit of spotDL and create a new pull request? |
Thank you for pointing that out. I will work on that and raise a new Pull Request |
This PR has been reverted in #1053, since it removed asyncio. |
@dheerain could you please recreate this improvement on an up-to-date fork of the |
The Below Fix is for the Copyright songs download issue.
#1018
Upon investigation I found out that out of the full playlist there are only a few songs that got downloaded. and rest failed . The issue seems to be with the Copyright items. Few links can not be downloaded directly. Updated the code to get first 10 best match links from youtube and start parsing till one runs, Upon doing this the success rate increased to around 90%.