Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Fixes for crawler into master #278

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove broken async
datawhores committed Nov 14, 2024
commit 441c878e7dcdc32551f99c6db826dcd534164079
2 changes: 1 addition & 1 deletion cyberdrop_dl/scraper/crawlers/simpcity_crawler.py
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ async def forum(self, scrape_item: ScrapeItem) -> None:
.split("/")[-1]
.split("post-")[-1],
)
scrape_post, continue_scraping = await self.check_post_number(post_number, current_post_number)
scrape_post, continue_scraping = self.check_post_number(post_number, current_post_number)

if scrape_post:
date = None