mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-07-13 04:28:15 +00:00
revert unreachable playlist delete check
This commit is contained in:
parent
3bd0b794b8
commit
8b332566d4
@ -214,12 +214,7 @@ class YoutubeChannel(YouTubeItem):
|
||||
for playlist in all_playlists:
|
||||
playlist_id = playlist["playlist_id"]
|
||||
playlist = YoutubePlaylist(playlist_id)
|
||||
if playlist.is_custom_playlist():
|
||||
YoutubePlaylist(playlist_id).delete_videos_metadata(
|
||||
self.youtube_id
|
||||
)
|
||||
else:
|
||||
YoutubePlaylist(playlist_id).delete_metadata()
|
||||
YoutubePlaylist(playlist_id).delete_metadata()
|
||||
|
||||
def delete_channel(self):
|
||||
"""delete channel and all videos"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user