mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-26 04:48:05 +08:00
更新代码
This commit is contained in:
parent
0ec9f86194
commit
b5f1f859ea
@ -4,7 +4,7 @@ from .Params import HEADERS
|
||||
|
||||
|
||||
def get_html(
|
||||
url,
|
||||
url: str,
|
||||
cookie=None,
|
||||
params=None,
|
||||
proxies=None,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# from .Params import HEADERS
|
||||
from .Params import API
|
||||
from .Params import ID
|
||||
from .Params import IMAGE_API
|
||||
|
||||
|
||||
def get_id(html: str):
|
||||
@ -8,7 +8,7 @@ def get_id(html: str):
|
||||
|
||||
|
||||
def generate_url(ids: list):
|
||||
return [API + i for i in ids]
|
||||
return [IMAGE_API + i for i in ids]
|
||||
|
||||
|
||||
def download(url, path):
|
||||
|
||||
@ -8,5 +8,5 @@ HEADERS = {
|
||||
"Cache-Control": "no-cache",
|
||||
"Cookie": "abRequestId=fd245483-beed-57b0-abfc-440b6a6be2aa; webBuild=3.4.1; xsecappid=xhs-pc-web; a1=189fe37918ezx1jqcbe9fin95cnxqj2ewcbc250yp50000234538; webId=9fff21309cfd3e4f380a6c75ed463803; websectiga=f47eda31ec99545da40c2f731f0630efd2b0959e1dd10d5fedac3dce0bd1e04d; sec_poison_id=003395d3-6520-4a02-851a-17d093203251; web_session=030037a3efee2e602d5d16fca4234a8a44466c; gid=yYjidqWi2KE4yYjidqWjyS28YduCyVASDdjiDvU3Ij2SIS28CAVJdJ888Jq42qY88J44DyjS",
|
||||
}
|
||||
API = "https://sns-img-qc.xhscdn.com/"
|
||||
IMAGE_API = "https://sns-img-qc.xhscdn.com/"
|
||||
ID = compile(r'"traceId":"(.*?)"')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user