Skip to content

Commit

Permalink
remove corocoro support
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Oct 3, 2024
1 parent 8d99c8a commit 9e56a0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ _Note: Redistribution of downloaded image data is prohibited. Please keep it to

## Available Hosts

- `https://www.corocoro.jp`
- `https://comic-action.com`
- `https://comic-days.com`
- `https://comic-earthstar.com`
Expand Down Expand Up @@ -121,9 +120,9 @@ options:
-V, --version show program's version number and exit

available urls:
- https://www.corocoro.jp
- https://comic-action.com
- https://comic-days.com
- https://comic-earthstar.com
- https://comic-gardo.com
- https://comic-ogyaaa.com
- https://comic-trail.com
Expand All @@ -133,6 +132,7 @@ available urls:
- https://feelweb.jp
- https://kuragebunch.com
- https://magcomi.com
- https://ourfeel.jp
- https://pocket.shonenmagazine.com
- https://shonenjumpplus.com
- https://www.sunday-webry.com
Expand Down
1 change: 0 additions & 1 deletion getjump/getjump.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}

VALID_HOSTS = (
"www.corocoro.jp",
"comic-action.com",
"comic-days.com",
"comic-earthstar.com",
Expand Down
1 change: 0 additions & 1 deletion tests/test_getjump.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

TEST_URLS: dict[str, str] = {
"andsofa.com": "https://comic-days.com/episode/13932016480029903802?from=andsofa",
"www.corocoro.jp": "https://www.corocoro.jp/episode/3269754496804969156",
"comic-action.com": "https://comic-action.com/episode/13933686331621197279",
"comicbunch-kai.com": "https://kuragebunch.com/episode/2550689798358821780?from=comicbunchkai",
"comic-days.com": "https://comic-days.com/episode/10834108156631495205",
Expand Down

0 comments on commit 9e56a0b

Please sign in to comment.