Parcourir la source

Use cookies on discovery to prevent captcha pages

microtasks
tech234a il y a 3 ans
Parent
révision
8cec0b047f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py Voir le fichier

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


Chargement…
Annuler
Enregistrer