Added some unwanted strings

This commit is contained in:
Kylart 2017-09-19 11:31:14 +02:00
parent 9ea1dd8f48
commit 02194f6c71
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ const removeUnwanted = (string) => {
.replace(' English Subbed', '') // CCM
.replace(' Episode', '') // CCM
.replace('[Multiple Subtitle]', '') // Erai-raws
.replace(' END', '')
.replace(' FINAL', '')
}
module.exports = removeUnwanted