Skip to content

Commit 5474b72

Browse files
committed
Revert "change to animetsu.net"
This reverts commit 4c0acf9.
1 parent 4c0acf9 commit 5474b72

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/pages-chibi/implementations/gojo/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import { PageInterface } from '../../pageInterface';
22

33
export const gojo: PageInterface = {
44
name: 'Gojo',
5-
domain: ['https://animetsu.net'],
5+
domain: ['https://animetsu.cc', 'https://gojo.live'],
66
languages: ['English'],
77
type: 'anime',
88
urls: {
9-
match: ['*://animetsu.net/*'],
9+
match: ['*://animetsu.to/*', '*://animetsu.cc/*', '*://gojo.live/*'],
1010
},
11-
search: 'https://animetsu.net/search?query={searchtermPlus}',
11+
search: 'https://animetsu.cc/search?query={searchtermPlus}',
1212
sync: {
1313
isSyncPage($c) {
1414
return $c.url().urlPart(3).equals('watch').run();

src/pages-chibi/implementations/gojo/tests.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
22
"title": "Gojo",
3-
"url": "https://animetsu.net/",
3+
"url": "https://animetsu.to/",
44
"testCases": [
55
{
6-
"url": "https://animetsu.net/watch/19815",
6+
"url": "https://animetsu.to/watch/19815",
77
"expected": {
88
"sync": true,
99
"title": "No Game, No Life",
1010
"identifier": "19815",
11-
"overviewUrl": "https://animetsu.net/anime/19815",
12-
"nextEpUrl": "https://animetsu.net/watch/19815?ep=2",
11+
"overviewUrl": "https://animetsu.to/anime/19815",
12+
"nextEpUrl": "https://animetsu.to/watch/19815?ep=2",
1313
"episode": 0,
1414
"image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b19815-sEOQ9yQaPKlk.jpg",
1515
"uiSelector": false,
1616
"malUrl": "https://myanimelist.net/anime/19815",
1717
"epList": {
18-
"2": "https://animetsu.net/watch/19815?ep=2"
18+
"2": "https://animetsu.to/watch/19815?ep=2"
1919
}
2020
}
2121
},
2222
{
23-
"url": "https://animetsu.net/watch/19815?ep=4",
23+
"url": "https://animetsu.to/watch/19815?ep=4",
2424
"expected": {
2525
"sync": true,
2626
"title": "No Game, No Life",
2727
"identifier": "19815",
28-
"overviewUrl": "https://animetsu.net/anime/19815",
29-
"nextEpUrl": "https://animetsu.net/watch/19815?ep=5",
28+
"overviewUrl": "https://animetsu.to/anime/19815",
29+
"nextEpUrl": "https://animetsu.to/watch/19815?ep=5",
3030
"episode": 4,
3131
"image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b19815-sEOQ9yQaPKlk.jpg",
3232
"uiSelector": false,
3333
"malUrl": "https://myanimelist.net/anime/19815",
3434
"epList": {
35-
"5": "https://animetsu.net/watch/19815?ep=5"
35+
"5": "https://animetsu.to/watch/19815?ep=5"
3636
}
3737
}
3838
},
3939
{
40-
"url": "https://animetsu.net/anime/19815",
40+
"url": "https://animetsu.to/anime/19815",
4141
"expected": {
4242
"sync": false,
4343
"title": "No Game, No Life",

0 commit comments

Comments
 (0)