Add support for wakanim.tv (#113)
This commit is contained in:
parent
d32c083406
commit
db866bf8d8
@ -390,6 +390,22 @@ const ExtensionConfPatch = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
forVersion: '4.5.0',
|
||||||
|
sites: {
|
||||||
|
"www.wakanim.tv": {
|
||||||
|
type: 'community',
|
||||||
|
DOM: {
|
||||||
|
player: {
|
||||||
|
manual: true,
|
||||||
|
querySelectors: "#jwplayer-container",
|
||||||
|
additionalCss: "",
|
||||||
|
useRelativeAncestor: false,
|
||||||
|
playerNodeCss: "",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1193,6 +1193,18 @@ var ExtensionConf = {
|
|||||||
videoAlignment: 1,
|
videoAlignment: 1,
|
||||||
type: 'official',
|
type: 'official',
|
||||||
},
|
},
|
||||||
|
"www.wakanim.tv": {
|
||||||
|
type: 'community',
|
||||||
|
DOM: {
|
||||||
|
player: {
|
||||||
|
manual: true,
|
||||||
|
querySelectors: "#jwplayer-container",
|
||||||
|
additionalCss: "",
|
||||||
|
useRelativeAncestor: false,
|
||||||
|
playerNodeCss: "",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user