parent
b648f5fce8
commit
e5907fdd32
|
@ -24,6 +24,10 @@ async function main() {
|
|||
|
||||
for(let country of countries) {
|
||||
|
||||
if (util.skipPlaylist(country.url)) {
|
||||
continue
|
||||
}
|
||||
|
||||
if(debug) {
|
||||
console.log(`Clear cache...`)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue