pywb icon indicating copy to clipboard operation
pywb copied to clipboard

Core Python Web Archiving Toolkit for replay and recording of web archives

Results 178 pywb issues
Sort by recently updated
recently updated
newest added

This PR adds the 2.7.0 release of pywb, which includes updated documentation and support for the new vue-based UI (in alpha)

## Description Running the tests with `python setup.py test` does not work due to various version mismatches. However they do run with tox, as they are being run by GitHub...

Add previous and next capture links to the replay title block in default_banner This change has been requested for https://was-pywb-prod.stanford.edu/was/ and we'd like to share it upstream to avoid future...

## Description Werkzeug deprecated the `useragents` module in 2.0.x and removed it entirely in 2.1.x in favor of `werkzeug.user_agent`. This commit modifies the `rewriterapp` to import `UserAgent` from `user_agent` and...

## Describe the bug Multiple URLs from an NLNZ harvest are not displaying via Pywb. We have narrowed the issue down as far as Pywb is excluding correct CDX records...

## Expected behavior Expected behaviour should show all the web pages dynamic content and replay them. We have captured the warc for the following site: https://images.royalarmouries.org/ Using warcio, we have...

## Describe the bug The new vue timeline banner causes a forced layout when an archived page is opened by clicking a link on another archived page. ## Steps to...

## Describe the bug The 2.1.0 release of werkzeug [removed the `werkzeug.useragents` module](https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-0), which pywb uses in the `rewriterapp`. This causes the `wayback` command to throw a 500 Internal Server...

## Describe the bug Long response headers break playback under `uwsgi` due to an undocumented `response-header-limit` that causes an `OSError: write error`. ## Steps to reproduce the bug See https://github.com/ukwa/ukwa-pywb/issues/94...

## Is your feature request related to a problem? Please describe. We would like our logo to appear in the replay banner, but the documentation does not describe how to...