mirror of
https://github.com/RYDE-WORK/MediaCrawler.git
synced 2026-02-03 23:23:22 +08:00
fix: bilibili bugfix
This commit is contained in:
parent
457205efd8
commit
678ce1bfac
@ -96,7 +96,8 @@ class BilibiliCrawler(AbstractCrawler):
|
|||||||
utils.logger.info(
|
utils.logger.info(
|
||||||
"[BilibiliCrawler.start] Bilibili Crawler finished ...")
|
"[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
|
获取 bilibili 作品发布日期起始时间戳 pubtime_begin_s 与发布日期结束时间戳 pubtime_end_s
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user