akamhy / waybackpy

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

Before and After methods #175

Closed ArztKlein closed 1 year ago

ArztKlein commented 1 year ago

Resolves #174. There are before/after methods which gets the nearest snapshot before/after the given datetime.

pep8speaks commented 1 year ago

Hello @ArztKlein! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 230:13: W503 line break before binary operator Line 231:13: W503 line break before binary operator Line 232:13: W503 line break before binary operator Line 271:13: W503 line break before binary operator Line 272:13: W503 line break before binary operator Line 273:13: W503 line break before binary operator