Revert "Update "format" script"

This commit is contained in:
Dum4G 2021-08-10 23:45:32 +03:00 committed by GitHub
parent c6be0e810c
commit 82a3f824f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 579 additions and 227 deletions

View file

@ -22,11 +22,6 @@ 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()