sangaline / wayback-machine-scraper

A command-line utility and Scrapy middleware for scraping time series data from Archive.org's Wayback Machine.
http://sangaline.com/post/wayback-machine-scraper/
ISC License
423 stars 74 forks source link

Escape output paths on Windows #14

Closed sangaline closed 3 years ago

sangaline commented 3 years ago

As reported in #4, question marks and certain other characters are illegal in certain filesystems. It isn't a perfect fix, but this escapes question marks and other characters on Windows. That should cover the main cause of people running into the issue.

Closes #4