bitdruid / python-wayback-machine-downloader

Query and download archive.org as simple as possible.
MIT License
24 stars 1 forks source link

Is skipset was removed from 1.2.0? #12

Closed Ghost-chu closed 3 months ago

Ghost-chu commented 3 months ago

I noticed skipset stuff was commented out from source code.

Also could you catch the ConnectionRefusedError and TimeoutError in download()?

bitdruid commented 3 months ago

skip uses now the csv instead of an extra file. thats why skip_write was commented out :)

bitdruid commented 3 months ago

I noticed skipset stuff was commented out from source code.

Also could you catch the ConnectionRefusedError and TimeoutError in download()?

this errors should already been catched. have you got one unhandled?

Ghost-chu commented 3 months ago

I noticed skipset stuff was commented out from source code. Also could you catch the ConnectionRefusedError and TimeoutError in download()?

this errors should already been catched. have you got one unhandled?

sry, I mean ConnectionResetError and TimeoutError.

bitdruid commented 3 months ago

fixed with 1.2.2