mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix playlist deactivate for refresh
This commit is contained in:
parent
0c8fcbd724
commit
d05c00aac6
@ -41,6 +41,10 @@ class YoutubePlaylist(YouTubeItem):
|
||||
|
||||
if scrape or not self.json_data:
|
||||
self.get_from_youtube()
|
||||
if not self.youtube_meta:
|
||||
self.json_data = False
|
||||
return
|
||||
|
||||
self.process_youtube_meta()
|
||||
self.get_entries()
|
||||
self.json_data["playlist_entries"] = self.all_members
|
||||
|
Loading…
Reference in New Issue
Block a user