mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
auto add videos to playlist
This commit is contained in:
parent
44e1720aab
commit
16833a4377
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user