mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-06 18:07:26 +08:00
debug & resume default configuration
This commit is contained in:
@@ -329,6 +329,8 @@ class BilibiliCrawler(AbstractCrawler):
|
||||
except Exception as e:
|
||||
utils.logger.error(
|
||||
f"[BilibiliCrawler.get_comments] may be been blocked, err:{e}")
|
||||
# Propagate the exception to be caught by the main loop
|
||||
raise
|
||||
|
||||
async def get_creator_videos(self, creator_id: int):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user