Explorar el Código

Request a page in English

pull/3/head
tech234a hace 3 años
padre
commit
224b4c0d4d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ytcc-exporter.py

+ 1
- 0
ytcc-exporter.py Ver fichero

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


Cargando…
Cancelar
Guardar