mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix channel_validate in PlaylistSubscription, #223
This commit is contained in:
parent
c4107fc370
commit
6fbac12314
@ -168,7 +168,7 @@ class PlaylistSubscription:
|
|||||||
def channel_validate(channel_id):
|
def channel_validate(channel_id):
|
||||||
"""make sure channel of playlist is there"""
|
"""make sure channel of playlist is there"""
|
||||||
channel = YoutubeChannel(channel_id)
|
channel = YoutubeChannel(channel_id)
|
||||||
channel.build_json()
|
channel.build_json(upload=True)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def change_subscribe(playlist_id, subscribe_status):
|
def change_subscribe(playlist_id, subscribe_status):
|
||||||
|
Loading…
Reference in New Issue
Block a user