fix/clean_feature_artists #38
@ -589,6 +589,8 @@ class YoutubeMusic(SuperYouTube):
|
||||
},
|
||||
name=f"fetch_song_lyrics_{video_id}.json"
|
||||
)
|
||||
if r is None:
|
||||
return None
|
||||
|
||||
dump_to_file(f"fetch_song_lyrics_{video_id}.json", r.text, is_json=True, exit_after_dump=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user