mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 05:29:27 +00:00
fix is_live status check before adding to queue
This commit is contained in:
@@ -246,7 +246,7 @@ class PendingList(PendingIndex):
|
||||
print(f"{youtube_id}: skipping premium video, id not matching")
|
||||
return False
|
||||
# stop if video is streaming live now
|
||||
if vid["is_live"]:
|
||||
if vid["live_status"] in ["is_upcoming", "is_live"]:
|
||||
return False
|
||||
|
||||
return self._parse_youtube_details(vid)
|
||||
|
||||
Reference in New Issue
Block a user