webrecorder / warcio

Streaming WARC/ARC library for fast web archive IO
https://pypi.python.org/pypi/warcio
Apache License 2.0
387 stars 58 forks source link

Add support for the 1995 NCSA 1.5.1 webserver #153

Open omgoo opened 1 year ago

omgoo commented 1 year ago

I'm not sure this is the best solution here but it does allow archives of sites archived from the NCSA 1.5.1 webserver to replay.

omgoo commented 7 months ago

Could this be merged? I'd rather not be using our fork for TNA. Thanks.

wumpus commented 6 months ago

Sorry, CI in this repo hasn't been updated since Travis stopped being free. I'll see if I can get someone to fix it. Sorry for the long delay.

tw4l commented 6 months ago

I'm working on converting CI to GitHub Actions. There are a few failing tests on that work-in-progress branch, likely due to dependency updates related to httpbin. Will merge that and rebase this once I get that resolved!

tw4l commented 6 months ago

@omgoo Would you mind rebasing this on latest main? CI has been switched to GitHub Actions so should run once rebased. Thanks!