Update format.js
This commit is contained in:
parent
d800aa0175
commit
11207cbbfd
|
@ -146,7 +146,8 @@ function updateGroupTitle(channel) {
|
|||
|
||||
function normalizeUrl(channel) {
|
||||
const normalized = normalize(channel.url, { stripWWW: false })
|
||||
channel.updateUrl(normalized)
|
||||
const decoded = decodeURIComponent(normalized).replace(/\s/g, '+')
|
||||
channel.updateUrl(decoded)
|
||||
}
|
||||
|
||||
function updateResolution(channel, metadata) {
|
||||
|
|
Loading…
Reference in New Issue