Sfoglia il codice sorgente

Request a page in English

pull/3/head
tech234a 3 anni fa
parent
commit
224b4c0d4d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ytcc-exporter.py

+ 1
- 0
ytcc-exporter.py Vedi 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):


Caricamento…
Annulla
Salva