add kip log output for is_upcoming or is_live

pull/437/head
simon 2 years ago
parent 34c5b2613c
commit 0fcd6c086b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -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…
Cancel
Save