diff --git a/worker.py b/worker.py index 95b34d4..4b46c7d 100644 --- a/worker.py +++ b/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)