mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:49:31 +00:00
auto add videos to playlist
This commit is contained in:
@@ -212,6 +212,8 @@ def index_channel_playlists(channel_id):
|
||||
playlist_handler = YoutubePlaylist(playlist_id)
|
||||
playlist_handler.get_playlist_dict()
|
||||
playlist_handler.upload_to_es()
|
||||
playlist_handler.add_vids_to_playlist()
|
||||
playlist_handler.playlist_position()
|
||||
|
||||
if all_playlists:
|
||||
handler = ThumbManager()
|
||||
|
||||
Reference in New Issue
Block a user