wangkun 2 năm trước cách đây
mục cha
commit
3b8788455a
1 tập tin đã thay đổi với 3 bổ sung11 xóa
  1. 3 11
      kuaishou/kuaishou_follow/kuaishou_follow.py

+ 3 - 11
kuaishou/kuaishou_follow/kuaishou_follow.py

@@ -108,18 +108,14 @@ class KuaiShouFollow:
                 },
                 "query": "query visionProfile($userId: String) {\n  visionProfile(userId: $userId) {\n    result\n    hostName\n    userProfile {\n      ownerCount {\n        fan\n        photo\n        follow\n        photo_public\n        __typename\n      }\n      profile {\n        gender\n        user_name\n        user_id\n        headurl\n        user_text\n        user_profile_bg_url\n        __typename\n      }\n      isFollowing\n      __typename\n    }\n    __typename\n  }\n}\n"
             })
-            s = string.ascii_lowercase
-            r = random.choice(s)
+            # s = string.ascii_lowercase
+            # r = random.choice(s)
             headers = {
                 'Accept': '*/*',
                 'Content-Type': 'application/json',
                 'Origin': 'https://www.kuaishou.com',
-<<<<<<< HEAD
                 'Cookie': 'kpf=PC_WEB; clientid=3; did=web_29de4c3ccc5977aced30922284f71d39; kpn=KUAISHOU_VISION',
-=======
-                'Cookie': 'kpf=PC_WEB; clientid=3; did=web_7cdc486ebd1aba220455a7781d6ae5b5{r}7; kpn=KUAISHOU_VISION;'.format(
-                    r=r),
->>>>>>> wangkun
+                # 'Cookie': 'kpf=PC_WEB; clientid=3; did=web_7cdc486ebd1aba220455a7781d6ae5b5{r}7; kpn=KUAISHOU_VISION;'.format(r=r),
                 'Content-Length': '552',
                 'Accept-Language': 'zh-CN,zh-Hans;q=0.9',
                 'Host': 'www.kuaishou.com',
@@ -304,11 +300,7 @@ class KuaiShouFollow:
             'Accept': '*/*',
             'Content-Type': 'application/json',
             'Origin': 'https://www.kuaishou.com',
-<<<<<<< HEAD
-            'Cookie': 'kpf=PC_WEB; clientid=3; did=web_29de4c3ccc5977aced30922284f71d39; kpn=KUAISHOU_VISION',
-=======
             'Cookie': 'kpf=PC_WEB; clientid=3; did=web_a1aaee86bc76103992906d83d6f100c2; kpn=KUAISHOU_VISION',
->>>>>>> wangkun
             'Content-Length': '1260',
             'Accept-Language': 'zh-CN,zh-Hans;q=0.9',
             'Host': 'www.kuaishou.com',