diff --git a/tubearchivist/home/src/download.py b/tubearchivist/home/src/download.py index 3dcf97d..66cd19e 100644 --- a/tubearchivist/home/src/download.py +++ b/tubearchivist/home/src/download.py @@ -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):