Explorar el Código

Use cookies on discovery to prevent captcha pages

microtasks
tech234a hace 3 años
padre
commit
8cec0b047f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar