Skip to content

Commit

Permalink
Use md extension
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanGriesel authored Jan 16, 2025
1 parent 66497c8 commit 7875ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scrape/src/core/webscrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7875ddf

Please sign in to comment.