mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update format.js
This commit is contained in:
parent
d800aa0175
commit
11207cbbfd
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ function updateGroupTitle(channel) {
|
||||||
|
|
||||||
function normalizeUrl(channel) {
|
function normalizeUrl(channel) {
|
||||||
const normalized = normalize(channel.url, { stripWWW: false })
|
const normalized = normalize(channel.url, { stripWWW: false })
|
||||||
channel.updateUrl(normalized)
|
const decoded = decodeURIComponent(normalized).replace(/\s/g, '+')
|
||||||
|
channel.updateUrl(decoded)
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateResolution(channel, metadata) {
|
function updateResolution(channel, metadata) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue