Update format.js
Added country filter to `format` script
This commit is contained in:
parent
b648f5fce8
commit
e5907fdd32
@ -23,6 +23,10 @@ async function main() {
|
||||
}
|
||||
|
||||
for(let country of countries) {
|
||||
|
||||
if (util.skipPlaylist(country.url)) {
|
||||
continue
|
||||
}
|
||||
|
||||
if(debug) {
|
||||
console.log(`Clear cache...`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user