소스 검색

youtube-dl error logging

microtasks
tech234a 3 년 전
부모
커밋
984c42db53
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      worker.py

+ 2
- 2
worker.py 파일 보기

@@ -163,7 +163,7 @@ def threadrunner(jobs: Queue):
jobs.put(("complete", None, "channel:"+args))
break
except:
print("YouTube-DL error, ignoring but not marking as complete...")
print("YouTube-DL error, ignoring but not marking as complete...", "https://www.youtube.com/channel/"+desit.split(":", 1)[1])
elif task == "playlist":
while True:
try:
@@ -173,7 +173,7 @@ def threadrunner(jobs: Queue):
jobs.put(("complete", None, "playlist:"+args))
break
except:
print("YouTube-DL error, ignoring but not marking as complete...")
print("YouTube-DL error, ignoring but not marking as complete...", "https://www.youtube.com/playlist?list="+desit.split(":", 1)[1])
elif task == "complete":
size = 0
if ":" in args:


불러오는 중...
취소
저장