get art work for new subscribed channels

pull/57/head
simon 3 years ago
parent 0844f7b91a
commit 0d061d8601

@ -394,6 +394,8 @@ class ChannelSubscription:
print(request.text)
# sync to videos
channel_handler.sync_to_videos()
if channel_handler.source == "scraped":
channel_handler.get_channel_art()
def playlist_extractor(playlist_id):

Loading…
Cancel
Save