Revert "Revert "Update "format" script""
This reverts commit 82a3f824f2
.
This commit is contained in:
@ -22,6 +22,11 @@ module.exports = class Channel {
|
||||
this.languages = this.parseLanguages(data.tvg.language)
|
||||
}
|
||||
|
||||
updateUrl(url) {
|
||||
this.url = url
|
||||
this.data.url = url
|
||||
}
|
||||
|
||||
parseName(title) {
|
||||
return title
|
||||
.trim()
|
||||
|
Reference in New Issue
Block a user