From e5907fdd323ec13083aeaf2075c42695c5f1085e Mon Sep 17 00:00:00 2001 From: freearhey Date: Mon, 12 Aug 2019 15:36:42 +0300 Subject: [PATCH] Update format.js Added country filter to `format` script --- helpers/format.js | 4 ++++ 1 file changed, 4 insertions(+) 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...`)