diff --git a/.gitignore b/.gitignore index b6e4761..4402047 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# pycharm +.idea \ No newline at end of file diff --git a/scraper.py b/scraper.py index d826933..60c1bf6 100644 --- a/scraper.py +++ b/scraper.py @@ -488,7 +488,7 @@ class Scraper: s = crc32(url_part.encode()) json_url = "https://ib.365yg.com{}&s={}&nobase64=true".format(url_part, s) 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]: """ 获取视频id