shensong00 3 years ago
parent
commit
cf74be5d0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web_dy.py

+ 1 - 0
web_dy.py

@@ -56,6 +56,7 @@ class WebDouYin:
56 56
             json_data=json.loads(res.content.decode())
57 57
         except Exception as e:
58 58
             json_data = "请求失败" + str(e)
59
+            print(json_data)
59 60
         return json_data
60 61
     def get_user_videos(self,sec_user_id,max_cursor=0,count=10,proxy=None):
61 62
         ua,ck=self.get_ua_ck('get_user_videos')