mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-09 02:39:18 +00:00
raise FileNotFoundError to catch for reindex
This commit is contained in:
@@ -174,7 +174,7 @@ class YoutubeVideo(YouTubeItem, YoutubeSubtitle):
|
|||||||
vid_path = os.path.join(cache_path, file_cached)
|
vid_path = os.path.join(cache_path, file_cached)
|
||||||
return vid_path
|
return vid_path
|
||||||
|
|
||||||
return False
|
raise FileNotFoundError
|
||||||
|
|
||||||
def add_player(self):
|
def add_player(self):
|
||||||
"""add player information for new videos"""
|
"""add player information for new videos"""
|
||||||
|
|||||||
Reference in New Issue
Block a user