mirror of
https://github.com/iptv-org/iptv
synced 2026-03-31 00:01:59 -04:00
Update format.js
Added country filter to `format` script
This commit is contained in:
@@ -23,6 +23,10 @@ async function main() {
|
||||
}
|
||||
|
||||
for(let country of countries) {
|
||||
|
||||
if (util.skipPlaylist(country.url)) {
|
||||
continue
|
||||
}
|
||||
|
||||
if(debug) {
|
||||
console.log(`Clear cache...`)
|
||||
|
||||
Reference in New Issue
Block a user