Skip to content

Commit

Permalink
fix: bilibili bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NanmiCoder committed Feb 10, 2025
1 parent 457205e commit 678ce1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media_platform/bilibili/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ async def start(self):
utils.logger.info(
"[BilibiliCrawler.start] Bilibili Crawler finished ...")

async def get_pubtime_datetime(self, start: str = config.START_DAY, end: str = config.END_DAY) -> tuple[str, str]:
@staticmethod
async def get_pubtime_datetime(start: str = config.START_DAY, end: str = config.END_DAY) -> Tuple[str, str]:
"""
获取 bilibili 作品发布日期起始时间戳 pubtime_begin_s 与发布日期结束时间戳 pubtime_end_s
---
Expand Down

0 comments on commit 678ce1b

Please sign in to comment.