mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-19 15:25:51 +00:00
get art work for new subscribed channels
This commit is contained in:
parent
0844f7b91a
commit
0d061d8601
@ -394,6 +394,8 @@ class ChannelSubscription:
|
|||||||
print(request.text)
|
print(request.text)
|
||||||
# sync to videos
|
# sync to videos
|
||||||
channel_handler.sync_to_videos()
|
channel_handler.sync_to_videos()
|
||||||
|
if channel_handler.source == "scraped":
|
||||||
|
channel_handler.get_channel_art()
|
||||||
|
|
||||||
|
|
||||||
def playlist_extractor(playlist_id):
|
def playlist_extractor(playlist_id):
|
||||||
|
Loading…
Reference in New Issue
Block a user