Skip to content

Commit 853077e

Browse files
authored
feat: Add Markazriwayat (#2018)
1 parent 124ebd3 commit 853077e

File tree

3 files changed

+233
-0
lines changed

3 files changed

+233
-0
lines changed
Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
{
2+
"filters": {
3+
"genre[]": {
4+
"type": "Checkbox",
5+
"label": "Genre",
6+
"value": [],
7+
"options": [
8+
{
9+
"label": "drama",
10+
"value": "drama"
11+
},
12+
{
13+
"label": "أكشن",
14+
"value": "أكشن"
15+
},
16+
{
17+
"label": "الحياة الحضرية",
18+
"value": "الحياة-الحضرية"
19+
},
20+
{
21+
"label": "الزراعة",
22+
"value": "الزراعة"
23+
},
24+
{
25+
"label": "الهجرة",
26+
"value": "الهجرة"
27+
},
28+
{
29+
"label": "بناء القواعد",
30+
"value": "بناء-القواعد"
31+
},
32+
{
33+
"label": "تاريخي",
34+
"value": "تاريخي"
35+
},
36+
{
37+
"label": "حرب النجوم",
38+
"value": "حرب-النجوم"
39+
},
40+
{
41+
"label": "حريم",
42+
"value": "حريم"
43+
},
44+
{
45+
"label": "حسم في القتل",
46+
"value": "حسم-في-القتل"
47+
},
48+
{
49+
"label": "خيال",
50+
"value": "خيال"
51+
},
52+
{
53+
"label": "خيال علمي",
54+
"value": "خيال-علمي"
55+
},
56+
{
57+
"label": "دراما",
58+
"value": "دراما"
59+
},
60+
{
61+
"label": "رعب",
62+
"value": "رعب"
63+
},
64+
{
65+
"label": "رعب بالغ",
66+
"value": "رعب-بالغ"
67+
},
68+
{
69+
"label": "سحر",
70+
"value": "سحر"
71+
},
72+
{
73+
"label": "شريحة من الحياة",
74+
"value": "شريحة-من-الحياة"
75+
},
76+
{
77+
"label": "شونين",
78+
"value": "شونين"
79+
},
80+
{
81+
"label": "عسكري",
82+
"value": "عسكري"
83+
},
84+
{
85+
"label": "فانتازيا",
86+
"value": "فانتازيا"
87+
},
88+
{
89+
"label": "فنون قتالية",
90+
"value": "فنون-قتالية"
91+
},
92+
{
93+
"label": "قتال",
94+
"value": "قتال"
95+
},
96+
{
97+
"label": "قوى خارقة",
98+
"value": "قوى-خارقة"
99+
},
100+
{
101+
"label": "كوارث",
102+
"value": "كوارث"
103+
},
104+
{
105+
"label": "كوميديا",
106+
"value": "كوميديا"
107+
},
108+
{
109+
"label": "لعبة",
110+
"value": "لعبة"
111+
},
112+
{
113+
"label": "مأساة",
114+
"value": "مأساة"
115+
},
116+
{
117+
"label": "محاكي",
118+
"value": "محاكي"
119+
},
120+
{
121+
"label": "مصاصو الدماء",
122+
"value": "مصاصو-الدماء"
123+
},
124+
{
125+
"label": "مغامرة",
126+
"value": "مغامرة"
127+
},
128+
{
129+
"label": "مكا",
130+
"value": "مكا"
131+
},
132+
{
133+
"label": "مهارات القتال",
134+
"value": "مهارات-القتال"
135+
},
136+
{
137+
"label": "نظام",
138+
"value": "نظام"
139+
},
140+
{
141+
"label": "نفسي",
142+
"value": "نفسي"
143+
}
144+
]
145+
},
146+
"op": {
147+
"type": "Switch",
148+
"label": "و يمتلك جميع التصنيفات المختارة",
149+
"value": false
150+
},
151+
"author": {
152+
"type": "Text",
153+
"label": "المترجم",
154+
"value": ""
155+
},
156+
"artist": {
157+
"type": "Text",
158+
"label": "مؤلف",
159+
"value": ""
160+
},
161+
"release": {
162+
"type": "Text",
163+
"label": "سنة الإصدار",
164+
"value": ""
165+
},
166+
"adult": {
167+
"type": "Picker",
168+
"label": "المحتوى المخصص للبالغين",
169+
"value": "",
170+
"options": [
171+
{
172+
"label": "الكل",
173+
"value": ""
174+
},
175+
{
176+
"label": "None adult content",
177+
"value": "0"
178+
},
179+
{
180+
"label": "Only adult content",
181+
"value": "1"
182+
}
183+
]
184+
},
185+
"status[]": {
186+
"type": "Checkbox",
187+
"label": "الحالة",
188+
"value": [],
189+
"options": [
190+
{
191+
"label": "مستمر",
192+
"value": "on-going"
193+
},
194+
{
195+
"label": "مكتملة",
196+
"value": "end"
197+
},
198+
{
199+
"label": "ملغاة",
200+
"value": "canceled"
201+
},
202+
{
203+
"label": "متوقف",
204+
"value": "on-hold"
205+
},
206+
{
207+
"label": "قادم",
208+
"value": "upcoming"
209+
}
210+
]
211+
},
212+
"m_orderby": {
213+
"type": "Picker",
214+
"label": "Order by",
215+
"value": "",
216+
"options": [
217+
{
218+
"label": "الأكثر صلة",
219+
"value": ""
220+
}
221+
]
222+
}
223+
}
224+
}

plugins/multisrc/madara/sources.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,5 +639,14 @@
639639
"options": {
640640
"useNewChapterEndpoint": true
641641
}
642+
},
643+
{
644+
"id": "markazriwayat",
645+
"sourceSite": "https://markazriwayat.com/",
646+
"sourceName": "Markazriwayat",
647+
"options": {
648+
"lang": "Arabic",
649+
"useNewChapterEndpoint": true
650+
}
642651
}
643652
]
13.1 KB
Loading

0 commit comments

Comments
 (0)