akamhy / waybackpy

Wayback Machine API interface & a command-line tool
https://pypi.org/project/waybackpy/
MIT License
466 stars 33 forks source link

escape '.' before 'archive.org' #112

Closed akamhy closed 2 years ago

akamhy commented 2 years ago

escape '.' before 'archive.org' on line 88 so it does not match more hosts than expected.

It also closes #110