From 0b2b1b506ecd090a07d5f5805f71121d83dbbec2 Mon Sep 17 00:00:00 2001 From: Xuenew <18188108851@163.com> Date: Thu, 28 Sep 2023 14:55:40 +0800 Subject: [PATCH] =?UTF-8?q?.gitignore=20=E6=B7=BB=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ scraper.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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