summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/weibo.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/weibo.py')
-rw-r--r--gallery_dl/extractor/weibo.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gallery_dl/extractor/weibo.py b/gallery_dl/extractor/weibo.py
index 168d5a0..ed05e1f 100644
--- a/gallery_dl/extractor/weibo.py
+++ b/gallery_dl/extractor/weibo.py
@@ -191,7 +191,7 @@ class WeiboExtractor(Extractor):
headers = {"Referer": response.url}
data = {
"cb": "gen_callback",
- "fp": '{"os":"1","browser":"Gecko91,0,0,0","fonts":"undefined",'
+ "fp": '{"os":"1","browser":"Gecko109,0,0,0","fonts":"undefined",'
'"screenInfo":"1920*1080*24","plugins":""}',
}
@@ -203,8 +203,8 @@ class WeiboExtractor(Extractor):
params = {
"a" : "incarnate",
"t" : data["tid"],
- "w" : "2",
- "c" : "{:>03}".format(data["confidence"]),
+ "w" : "3" if data.get("new_tid") else "2",
+ "c" : "{:>03}".format(data.get("confidence") or 100),
"gc" : "",
"cb" : "cross_domain",
"from" : "weibo",