Update format.js

Added country filter to `format` script
This commit is contained in:
freearhey 2019-08-12 15:36:42 +03:00
parent b648f5fce8
commit e5907fdd32

View File

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