mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:39:38 +00:00
fix channel extraction metadata error handling
This commit is contained in:
@@ -42,7 +42,7 @@ class YoutubeChannel(YouTubeItem):
|
|||||||
if not self.youtube_meta and fallback:
|
if not self.youtube_meta and fallback:
|
||||||
self._video_fallback(fallback)
|
self._video_fallback(fallback)
|
||||||
else:
|
else:
|
||||||
if not self.json_data:
|
if not self.youtube_meta:
|
||||||
message = f"{self.youtube_id}: Failed to get metadata"
|
message = f"{self.youtube_id}: Failed to get metadata"
|
||||||
raise ValueError(message)
|
raise ValueError(message)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user