mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-07-15 13:28:15 +00:00
add kip log output for is_upcoming or is_live
This commit is contained in:
parent
34c5b2613c
commit
0fcd6c086b
@ -264,6 +264,7 @@ class PendingList(PendingIndex):
|
||||
return False
|
||||
# stop if video is streaming live now
|
||||
if vid["live_status"] in ["is_upcoming", "is_live"]:
|
||||
print(f"{youtube_id}: skip is_upcoming or is_live")
|
||||
return False
|
||||
|
||||
if vid["live_status"] == "was_live":
|
||||
|
Loading…
x
Reference in New Issue
Block a user