mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 21:39:32 +00:00
skip video not part of channel, #741
This commit is contained in:
@@ -324,6 +324,10 @@ class PendingList(PendingIndex):
|
|||||||
else:
|
else:
|
||||||
vid_type = VideoTypeEnum.VIDEOS
|
vid_type = VideoTypeEnum.VIDEOS
|
||||||
|
|
||||||
|
if not vid.get("channel"):
|
||||||
|
print(f"{youtube_id}: skip video not part of channel")
|
||||||
|
return False
|
||||||
|
|
||||||
return self._parse_youtube_details(vid, vid_type)
|
return self._parse_youtube_details(vid, vid_type)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user