add kip log output for is_upcoming or is_live

This commit is contained in:
simon 2023-02-10 22:16:04 +07:00
parent 34c5b2613c
commit 0fcd6c086b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -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":