|
@@ -13,7 +13,7 @@ class KSLS:
|
|
|
next_cursor = ""
|
|
|
for i in range(50):
|
|
|
payload = json.dumps({
|
|
|
- "account_id": "3xk3dc57x4vpkg6",
|
|
|
+ "account_id": url_id,
|
|
|
"sort_type": "最热",
|
|
|
"cursor": next_cursor
|
|
|
})
|
|
@@ -86,4 +86,4 @@ class KSLS:
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
# DYLS.get_video("7314923922602954022")
|
|
|
- KSLS.get_ksls_list("1","3xk3dc57x4vpkg6",1,"1")
|
|
|
+ KSLS.get_ksls_list("1","3xzicxg2nandemc",1,"1")
|