mirror of https://github.com/Kylart/KawAnime.git
Added some unwanted strings
This commit is contained in:
parent
9ea1dd8f48
commit
02194f6c71
|
@ -11,6 +11,8 @@ const removeUnwanted = (string) => {
|
||||||
.replace(' English Subbed', '') // CCM
|
.replace(' English Subbed', '') // CCM
|
||||||
.replace(' Episode', '') // CCM
|
.replace(' Episode', '') // CCM
|
||||||
.replace('[Multiple Subtitle]', '') // Erai-raws
|
.replace('[Multiple Subtitle]', '') // Erai-raws
|
||||||
|
.replace(' END', '')
|
||||||
|
.replace(' FINAL', '')
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = removeUnwanted
|
module.exports = removeUnwanted
|
||||||
|
|
Loading…
Reference in New Issue