mirror of https://github.com/Kylart/KawAnime.git
Updated fansub list on release page and config modal and added support for VOSTFR (DefinitelyNotMe sub).
This commit is contained in:
parent
8476781159
commit
765e242a1e
|
@ -38,8 +38,8 @@ exports.getLatest = (url, res) => {
|
|||
{
|
||||
const release = releases[i]
|
||||
|
||||
const ep = release.title[0].split(' ').splice(-2)[0]
|
||||
const name = release.title[0].split(' ').slice(1, -3).join(' ')
|
||||
const ep = release.title[0].replace(' VOSTFR', '').split(' ').splice(-2)[0]
|
||||
const name = release.title[0].replace(' VOSTFR', '').split(' ').slice(1, -3).join(' ')
|
||||
const researchName = name.split(' ').join('')
|
||||
const torrentLink = release.link[0]
|
||||
const magnetLink = torrentLink + '&magnet=1'
|
||||
|
|
|
@ -297,7 +297,10 @@
|
|||
},
|
||||
fansubChoices: [
|
||||
'HorribleSubs',
|
||||
'exampleSubs'
|
||||
'PuyaSubs',
|
||||
'BakedFish',
|
||||
'DeadFish',
|
||||
'DefinitelyNotMe'
|
||||
],
|
||||
soundChoices: [
|
||||
'None',
|
||||
|
|
|
@ -143,7 +143,8 @@
|
|||
'HorribleSubs',
|
||||
'PuyaSubs',
|
||||
'BakedFish',
|
||||
'DeadFish'
|
||||
'DeadFish',
|
||||
'DefinitelyNotMe'
|
||||
],
|
||||
qualityList: ['480p', '720p', '1080p']
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue