-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add support for .m3u playlists #401
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
Conversation
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.
Except for this one indentation I wouldn't refrain from merging this just because of some code style inconsistencies.
spotdl/youtube_tools.py
Outdated
if content is None: | ||
log.warning('Skipping {}'.format(track)) | ||
else: | ||
log.info('Matched track {0}/{1} ({2})'.format( |
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.
I'd prefer a reformatting here, that indentation looks crazy.
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.
Let's see if black can make it look better.
Looks good! I really look forward to not having to (re)create my playlists manually anymore! |
Welcome back to travis hell. |
Let's quickly increment it by one and start with a special playlist just for our tests ASAP? |
This seems to be a YouTube video mismatch. I changed it to use the same test track as in |
I still can't weight the ups and downs of mock testing https://github.com/ritiek/spotify-downloader/issues/349#issuecomment-428180489. Just hoping, we would find some tracks that would stay consistent when searching them on YouTube and so our tests won't fail.. |
Supersedes #336.