get art work for new subscribed channels

This commit is contained in:
simon 2021-10-14 17:47:07 +07:00
parent 0844f7b91a
commit 0d061d8601
1 changed files with 2 additions and 0 deletions

View File

@ -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):