Skip to content

Commit

Permalink
[comicfury] add support for *.cfw.me
Browse files Browse the repository at this point in the history
  • Loading branch information
the-blank-x committed Mar 23, 2024
1 parent 4ca779a commit fbd3025
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/comicfury.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

CF_DOMAINS = (
r"([\w-]+)\.(?:thecomicseries\.com|the-comic\.org"
r"|thecomicstrip\.org|webcomic\.ws)"
r"|thecomicstrip\.org|webcomic\.ws|cfw\.me)"
)


Expand Down
6 changes: 6 additions & 0 deletions test/results/comicfury.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,10 @@
"#sha1_content": "0c1937e4d177ce55afbfe30ab9376700c6cf619f",
},

{
"#url" : "https://bloomer-layout.cfw.me",
"#category": ("", "comicfury", "comic"),
"#class" : comicfury.ComicfuryComicExtractor,
},

)

0 comments on commit fbd3025

Please sign in to comment.