From 224b4c0d4dabd38821ebdbbc874082b9558e132d Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Fri, 18 Sep 2020 16:18:27 -0400 Subject: [PATCH] Request a page in English --- ytcc-exporter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ytcc-exporter.py b/ytcc-exporter.py index e2cbfeb..b867c97 100644 --- a/ytcc-exporter.py +++ b/ytcc-exporter.py @@ -38,6 +38,7 @@ from json import loads, dumps cookies = loads(open("config.json").read()) headers = { "cookie": "HSID="+cookies["HSID"]+"; SSID="+cookies["SSID"]+"; SID="+cookies["SID"], + "Accept-Language": "en-US", } def getsubs(vid):