Update format.js

Added country filter to `format` script
pull/177/head
freearhey 6 years ago
parent b648f5fce8
commit e5907fdd32

@ -24,6 +24,10 @@ async function main() {
for(let country of countries) { for(let country of countries) {
if (util.skipPlaylist(country.url)) {
continue
}
if(debug) { if(debug) {
console.log(`Clear cache...`) console.log(`Clear cache...`)
} }

Loading…
Cancel
Save