Skip to content

Commit

Permalink
Merge pull request #343 from openzim/open_html_rewriter
Browse files Browse the repository at this point in the history
Refactor HTML rewriter class to make it more open to change and expressive
  • Loading branch information
benoit74 authored Jul 30, 2024
2 parents deb7df6 + 681a7f7 commit 297a1a9
Show file tree
Hide file tree
Showing 4 changed files with 994 additions and 140 deletions.
3 changes: 0 additions & 3 deletions src/warc2zim/content_rewriting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from collections.abc import Callable

UrlRewriterProto = Callable[[str], str]
Loading

0 comments on commit 297a1a9

Please sign in to comment.