소스 검색

Use cookies on discovery to prevent captcha pages

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

+ 1
- 1
worker.py 파일 보기

@@ -129,7 +129,7 @@ def prrun():
print("Video ID:", str(item).strip())
while True:
try:
info = getmetadata(str(item).strip())
info = getmetadata(mysession, str(item).strip())
break
except BaseException as e:
print(e)


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