mirror of
https://github.com/iptv-org/iptv
synced 2025-12-22 13:27:29 -05:00
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