Clear cache before parsing each playlist
This commit is contained in:
@ -24,6 +24,8 @@ function main() {
|
||||
}
|
||||
|
||||
for(let country of countries) {
|
||||
console.log(`Clear cache...`)
|
||||
util.clearCache()
|
||||
|
||||
console.log(`Parsing '${country.url}'...`)
|
||||
const playlist = util.parsePlaylist(country.url)
|
||||
|
Reference in New Issue
Block a user