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 pathanimebalkan.json
52 lines (52 loc) · 1.64 KB
/
animebalkan.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": "AnimeBalkan",
"version": "1.0.0",
"author": {
"name": "sobet",
"website": "https://google.com"
},
"iconURL": "https://raw.githubusercontent.com/bshar1865/MFS/refs/heads/main/assets/animebalkan.png",
"stream": "MP4",
"language": "HR",
"extractor": "pattern",
"module": [
{
"search": {
"url": "https://animebalkan.org/",
"parameter": "s",
"documentSelector": "div.listupd article",
"title": "div.tt",
"image": {
"url": "img",
"attribute": "data-src"
},
"href": "a"
},
"featured": {
"url": "https://animebalkan.org/animesaprevodom/?status=&type=&order=update",
"documentSelector": "div.listupd article",
"title": "div.tt",
"image": {
"url": "img",
"attribute": "data-src"
},
"href": "a"
},
"details": {
"baseURL": "https://animebalkan.org",
"aliases": {
"selector": "",
"attribute": ""
},
"synopsis": "div.synp p",
"airdate": "",
"stars": ""
},
"episodes": {
"selector": "div.eplister ul li a",
"order": "reversed",
"pattern": "aHR0cHM6XC9cL1tcd1wuXStcL2IyYXBpXC92MVwvYjJfZG93bmxvYWRfZmlsZV9ieV9pZFw/ZmlsZUlkPVtcd19dKw=="
}
}
]
}