mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Clear cache before parsing each playlist
This commit is contained in:
parent
92d8bd9899
commit
54b30b8af5
2 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue