mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 02:14:56 +08:00
.gitignore 添加文件
This commit is contained in:
parent
9a13424d33
commit
0b2b1b506e
3
.gitignore
vendored
3
.gitignore
vendored
@ -127,3 +127,6 @@ dmypy.json
|
|||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
# pycharm
|
||||||
|
.idea
|
@ -488,7 +488,7 @@ class Scraper:
|
|||||||
s = crc32(url_part.encode())
|
s = crc32(url_part.encode())
|
||||||
json_url = "https://ib.365yg.com{}&s={}&nobase64=true".format(url_part, s)
|
json_url = "https://ib.365yg.com{}&s={}&nobase64=true".format(url_part, s)
|
||||||
return json_url
|
return json_url
|
||||||
# 获取西瓜视频ID/Get xigua video ID
|
# 获取西瓜视频ID/Get xigua video ID cspr
|
||||||
async def get_ixigua_video_id(self, original_url: str) -> Union[str, None]:
|
async def get_ixigua_video_id(self, original_url: str) -> Union[str, None]:
|
||||||
"""
|
"""
|
||||||
获取视频id
|
获取视频id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user