xulh
commited on
Commit
·
d9cf6d3
1
Parent(s):
305925b
代码初始化
Browse files- video/iqiyi.py +1 -1
video/iqiyi.py
CHANGED
@@ -61,7 +61,7 @@ def video_search(
|
|
61 |
response.raise_for_status() # 确保HTTP请求成功
|
62 |
|
63 |
# 返回第三方API的结果
|
64 |
-
return response.json()
|
65 |
|
66 |
except requests.exceptions.RequestException as e:
|
67 |
# 处理请求错误
|
|
|
61 |
response.raise_for_status() # 确保HTTP请求成功
|
62 |
|
63 |
# 返回第三方API的结果
|
64 |
+
return response.json()
|
65 |
|
66 |
except requests.exceptions.RequestException as e:
|
67 |
# 处理请求错误
|