-
Notifications
You must be signed in to change notification settings - Fork 0
/
sites.json
73 lines (73 loc) · 1.97 KB
/
sites.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"movies": {
"Levidia": {
"name": "Levidia",
"baseUrl": "https://www.levidia.ch",
"url": "https://www.levidia.ch/search.php?q=",
"main": "ul.mfeed li",
"title": "div.mcont div.mainlink a",
"img": "a img[src]",
"href": "a[href]"
},
"MkvCinemas": {
"name": "MkvCinemas",
"baseUrl": "https://mkvcinemas.bet",
"url": "https://mkvcinemas.bet/?s=",
"main": "div.movies-list div.ml-item",
"title": "a span.mli-info h2",
"img": "a img[src]",
"href": "a[href]"
},
"FilmyHub": {
"name": "FilmyHub",
"baseUrl": "https://afilmyhub.mom",
"url": "https://afilmyhub.mom/site-search.html?to-search=",
"main": "div.container article.post",
"title": "h3 a",
"img": "img[src]",
"href": "a[href]"
}
},
"asian": {
"Asianc": {
"name": "Asianc",
"baseUrl": "https://asianc.sh",
"url": "https://asianc.sh/search?type=movies&keyword=",
"main": "ul.switch-block li",
"title": "a h3",
"img": "a img[src]",
"href": "a[href]"
}
},
"anime": {
"GoGoAnime": {
"name": "GoGo Anime",
"baseUrl": "https://ww9.gogoanimes.fi",
"url": "https://ww9.gogoanimes.fi/search.html?keyword=",
"main": "ul.items li",
"title": "p.name a",
"img": "div.img a img[src]",
"href": "div.img a[href]"
}
},
"novel": {
"BestLightNovel": {
"name": "Best Light Novel",
"baseUrl": "https://bestlightnovel.com",
"url": "https://bestlightnovel.com/search_novels/",
"main": "div.update_item",
"title": "h3 a",
"img": "img[src]",
"href": "h3 a[href]"
},
"稷下書院": {
"name": "稷下書院",
"baseUrl": "https://www.novel543.com",
"url": "https://www.novel543.com/search/",
"main": "ul.list li.media",
"title": "div.media-content h3 a",
"img": "div.media-left a img",
"href": "div.media-content h3 a[href]"
}
}
}