浏览代码

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)


正在加载...
取消
保存