mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-04 12:00:21 +00:00
log message when skipping video
This commit is contained in:
parent
88e526f5e5
commit
9a31243b1c
@ -172,6 +172,8 @@ class PendingList(PendingIndex):
|
||||
"""add video to list"""
|
||||
if url not in self.missing_videos and url not in self.to_skip:
|
||||
self.missing_videos.append(url)
|
||||
else:
|
||||
print(f"{url}: skipped adding already indexed video to download.")
|
||||
|
||||
def _parse_channel(self, url):
|
||||
"""add all videos of channel to list"""
|
||||
|
Loading…
Reference in New Issue
Block a user