Browse Source

Request a page in English

pull/3/head
tech234a 3 years ago
parent
commit
224b4c0d4d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ytcc-exporter.py

+ 1
- 0
ytcc-exporter.py View File

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


Loading…
Cancel
Save