From e8b51a6ca2f2ac198425e602cc83ce1e9aee8651 Mon Sep 17 00:00:00 2001 From: girst Date: Thu, 17 Jun 2021 14:20:25 +0200 Subject: [PATCH] Revert "simpler fix for failing get_video_info" This reverts commit aaac9569d599056f02befe7b4cbc9bf9763b6920. --- app/common/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/common/common.py b/app/common/common.py index 890c2c8..8012464 100644 --- a/app/common/common.py +++ b/app/common/common.py @@ -218,7 +218,6 @@ def get_video_info(video_id, sts=0, algo=""): "el": el, "sts": sts, "hl": "en_US", - "html5": "1", }, cookies=cookies) if r.status_code == 429: -- 2.39.3