Skip to content

Commit

Permalink
using wabac 2.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jul 27, 2023
1 parent c2d379a commit 7ee572e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Using scraperlib 3.1.1, openZIM metatadata now always set, using default if missing
- Using wabac.js 2.16.5
- Using wabac.js 2.16.6

## [1.5.1] - 2023-02-06

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(*names, **kwargs):
return fh.read()


REPLAY_SOURCE_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].5/dist/"
REPLAY_SOURCE_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].6/dist/"


def download_replay(name):
Expand Down
4 changes: 2 additions & 2 deletions tests/test_warc_to_zim.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_warc_to_zim_specify_params_and_metadata(self, tmp_path):
"--zim-file",
zim_output,
"-r",
"https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].5/dist/",
"https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].6/dist/",
"--tags",
"some",
"--tags",
Expand Down Expand Up @@ -440,7 +440,7 @@ def test_local_replay_viewer_url(self, tmp_path):
zim_local_sw = "zim-local-sw.zim"

res = requests.get(
"https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].5/dist/sw.js"
"https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].6/dist/sw.js"
)

with open(tmp_path / "sw.js", "wt") as fh:
Expand Down

0 comments on commit 7ee572e

Please sign in to comment.