diff --git a/scraper.py b/scraper.py index 3b4c7b1..6e946ea 100644 --- a/scraper.py +++ b/scraper.py @@ -17,7 +17,7 @@ from datetime import datetime def scrape_and_store(db: Session, req: ScrapeRequest) -> List[ScrapedPost]: try: - raw_items, log_path = get_media(req.username, max(req.max_count, 12)) + raw_items, log_path = get_media(req.username, max(req.max_count, 30)) except BoxAPIError as e: print(f"❌ BoxAPI error: {e}") return []