diff --git a/helpers/format.js b/helpers/format.js index fd21a5948..453f3c49b 100644 --- a/helpers/format.js +++ b/helpers/format.js @@ -23,6 +23,10 @@ async function main() { } for(let country of countries) { + + if (util.skipPlaylist(country.url)) { + continue + } if(debug) { console.log(`Clear cache...`)