diff --git a/tubearchivist/home/src/download/queue.py b/tubearchivist/home/src/download/queue.py index ca7487c2..7c81ebf0 100644 --- a/tubearchivist/home/src/download/queue.py +++ b/tubearchivist/home/src/download/queue.py @@ -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":