This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathanimesrbija.json
52 lines (52 loc) · 1.65 KB
/
animesrbija.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
{
"name": "AnimeSRBIJA",
"version": "1.0.0",
"author": {
"name": "sobet",
"website": "https://google.com"
},
"iconURL": "https://raw.githubusercontent.com/bshar1865/MFS/refs/heads/main/assets/animesrbija.png",
"stream": "MP4",
"language": "HR",
"extractor": "pattern",
"module": [
{
"search": {
"url": "https://www.animesrbija.com/filter",
"parameter": "search",
"documentSelector": "div.ani-wrap div.ani-item",
"title": "h3",
"image": {
"url": "img",
"attribute": "srcset"
},
"href": "a"
},
"featured": {
"url": "https://www.animesrbija.com/",
"documentSelector": "div.section-new-episodes div.ani-item",
"title": "h3",
"image": {
"url": "img",
"attribute": "srcset"
},
"href": "a"
},
"details": {
"baseURL": "https://www.animesrbija.com/",
"aliases": {
"selector": "h3.anime-eng-name",
"attribute": ""
},
"synopsis": "div.anime-description",
"airdate": "",
"stars": ""
},
"episodes": {
"selector": ".anime-episodes-holder .anime-episode-item .anime-episode-link",
"order": "reversed",
"pattern": "XCJwbGF5ZXIyXCI6XCIhaHR0cHM6Ly9bXlwiXStcIg=="
}
}
]
}