Skip to content

Commit 6ab3de5

Browse files
committed
update ixigua
1 parent 9c2ab82 commit 6ab3de5

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Supports:
1010
|Site|Name|Status|
1111
|-|-|-|
1212
|<img alt='kuaishou' src="https://static.yximgs.com/udata/pkg/frontend-explore/material-lib-www/word-logo-1-min.png" height=40 />| [kuaishou](https://www.kuaishou.com/)| :heavy_check_mark: |
13-
|<img alt='xigua' src="https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/logo.6aae7c46.svg" height=40 />| [ixigua](https://www.ixigua.com/)| :heavy_check_mark: |
13+
|<img alt='xigua' src="https://lf3-cdn-tos.bdxiguastatic.com/obj/ixigua-static/xigua_fe/xigua_video_web_pc/static/media/logo.6aae7c46.svg" height=40 />| [ixigua](https://www.ixigua.com/)| :construction: |
1414
|新片场|[xinpianchang](https://www.xinpianchang.com/)| :heavy_check_mark: |
1515
|<img alt='haokan' src="https://pic.rmb.bdstatic.com/baidu-rmb-video-cover-1/2022-2/1645100826352/418a3aceca30.png" height=40 />|[haokan](https://haokan.baidu.com/)| :construction: |
1616
|度小视/全民小视频*|quanmin| :heavy_check_mark: |
@@ -50,7 +50,7 @@ cd shortvideocrawl
5050
scrapy crawl kuaishou -a query='蔡徐坤' -a count=50
5151

5252
# xigua, with highest resolution and size smaller than 64 MB, duration smaller than 5 min
53-
scrapy crawl ixigua -a query='蔡徐坤' -a count=50
53+
# scrapy crawl ixigua -a query='蔡徐坤' -a count=50
5454

5555
# xinpianchang, with highest resolution and size smaller than 64 MB, duration smaller than 5 min, but can only get a fixed number of video
5656
scrapy crawl xinpianchang -a query='蔡徐坤'

shortvideocrawl/shortvideocrawl/spiders/ixigua.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@
1313
"referer": "https://www.ixigua.com/",
1414
}
1515
cookies = {
16-
"__ac_signature": "_02B4Z6wo00f01Sj4t4gAAIDCBbxbkkVvcDEo2LMAAC5seeqMJOpxBgStyAHJmJnxEMVp8eHfV7hPj7whlIXMDNuERx70NeEFGGAxa7w6i1d875gavAns6E0ND8KsFRJzp298-Lydlw5d4.luf5",
17-
"ixigua-a-s": 0,
16+
"csrf_session_id": "812a63a05b0adb796737198645a7db48",
1817
"support_webp": "true",
1918
"support_avif": "true",
20-
"csrf_session_id": "d28c89dc9d551c164e5affe587843926",
21-
"ttwid": "1%7CT8jjz5QwK63e1AP_ya2CTrpepvN_ChfDJgtbI-lp3aw%7C1702714736%7C639231539d40b73487625e1d90902dfa8587aadd9fe13aaa0d286fd889532e2b",
22-
"msToken": "Qj3DmdHUf10MnlDDm7dWEqMstbeXO9TWwiXyA5x-B9m5XkIEj3gEVZDq1LHF066hDr_pwqUk2wBz2TCWCAvKn8xUsNpSbiXIuPtEHpX7W_j9zunpCqQM0UFSCdIsugVQ",
23-
"tt_scid": "rc8TLJEYWomWR7f78oQ2OsttbOP2ztWVVRbnPUqtO99Cc-4wsD8ufCFQAdBveE2P968e",
19+
"msToken": "Ty1J7te-X2i7QNFCtXSru4Ynpvmh7B6j86CVTFcV3TxacHWwyTfweP_UvK54EuLEx3v7O_NDZPvgkDOqHZmMwXJTKEL3DC5-P5Fyqg8=",
20+
"fpk1": "U2FsdGVkX1+kemf8xYpe3wksHjGni1kMAfW8OpsdXThDsx8SaJ2kwcHajsP6Gpnfb9P8kkxnuIdyfipJez8j8w==",
21+
"fpk2": "d72690806e05ab108412ee33b4c5c3e1",
22+
"_tea_utm_cache_2285": "undefined",
23+
"ixigua-a-s": "1",
24+
"tt_scid": "LSErAHS5pGlnI2UJwICxaT4WdMNw36koPGT19HAcl7kBgJR378u6-Ggkhq.W7F7zc389",
25+
"ttwid": "1%7CLr-_X8mdYVnrdMcniUQYfLP0oRZwKi3caPq8oLe1wlg%7C1717690469%7C12dec422a6ddd831b29b75e8886f79caa4d1ca13a741c2557b10de86fad89446",
26+
"msToken": "uAbhlpb9Iw4kbIb3SF_Gcwvh9RcpOKJp4VUOy1x9k2q56nU_2kOaVWP6jbP-bWmBj_hcNvgbUB-ORByLnoxKS_M5Q-Cn0FUly-BpbJPmChvTGxeSercQKbn8Um6i3SA=",
2427
}
2528

2629

0 commit comments

Comments
 (0)