mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-13 21:09:26 +00:00
Refactored to use spotify_tools.SpotifyAuthorize class
This commit is contained in:
committed by
Ritiek Malhotra
parent
c886ccf603
commit
4fc23a84dc
@@ -48,6 +48,7 @@ def go_pafy(raw_song, meta_tags=None):
|
||||
def match_video_and_metadata(track):
|
||||
""" Get and match track data from YouTube and Spotify. """
|
||||
meta_tags = None
|
||||
spotipy = spotify_tools.SpotifyAuthorize()
|
||||
|
||||
|
||||
def fallback_metadata(meta_tags):
|
||||
|
||||
Reference in New Issue
Block a user