Update format.js

Added counter for duplicates found in 'channels/unsorted.m3u'
This commit is contained in:
freearhey
2019-08-22 17:52:06 +03:00
parent 814c81106b
commit 448669301e

View File

@@ -85,6 +85,7 @@ async function main() {
}
delete unsorted[channel.url]
stats.removed++
stats.duplicates++
}
}