mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-27 20:03:40 +01:00
undefined
This commit is contained in:
parent
41392b0da7
commit
4a0460aea3
@ -8,6 +8,7 @@ async function filterFeed() {
|
|||||||
let hevcSwitch = JSON.parse(fs.readFileSync('config.json')).OnlyHEVC
|
let hevcSwitch = JSON.parse(fs.readFileSync('config.json')).OnlyHEVC
|
||||||
let feed = JSON.parse(fs.readFileSync('./feedCache.json'));
|
let feed = JSON.parse(fs.readFileSync('./feedCache.json'));
|
||||||
let retry_show_cache = []
|
let retry_show_cache = []
|
||||||
|
let urls_to_check = []
|
||||||
|
|
||||||
|
|
||||||
for (let show of myshowlist) {
|
for (let show of myshowlist) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user