diff --git a/tools/scrape/src/core/webscrape.py b/tools/scrape/src/core/webscrape.py index 70770cb..8be05ae 100644 --- a/tools/scrape/src/core/webscrape.py +++ b/tools/scrape/src/core/webscrape.py @@ -101,7 +101,7 @@ def sanitize_filename(self, url: str) -> str: if not path: path = "index" - return f"{path}.txt" + return f"{path}.md" async def handle_403(self, url: str, attempt: int) -> None: if not self._403_encountered: