mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
@@ -5,7 +5,7 @@ const mangayomiSources = [{
|
|||||||
"apiUrl": "",
|
"apiUrl": "",
|
||||||
"iconUrl": "https://www.google.com/s2/favicons?sz=128&domain=https://soaper.cc/",
|
"iconUrl": "https://www.google.com/s2/favicons?sz=128&domain=https://soaper.cc/",
|
||||||
"typeSource": "multi",
|
"typeSource": "multi",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"itemType": 1,
|
"itemType": 1,
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
@@ -193,11 +193,14 @@ class DefaultExtension extends MProvider {
|
|||||||
|
|
||||||
var streamUrl = baseUrl + res.val
|
var streamUrl = baseUrl + res.val
|
||||||
var subs = []
|
var subs = []
|
||||||
for (var sub of res.subs) {
|
var vidSubs = res.subs
|
||||||
subs.push({
|
if (vidSubs != null && vidSubs.length > 0) {
|
||||||
file: baseUrl + sub.path,
|
for (var sub of vidSubs) {
|
||||||
label: sub.name
|
subs.push({
|
||||||
})
|
file: baseUrl + sub.path,
|
||||||
|
label: sub.name
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
streams.push({
|
streams.push({
|
||||||
url: streamUrl,
|
url: streamUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user