Unable to download more than 1 video using seekAndDestroy setting
BijnensMatti opened this issue · 4 comments
When using the seekAndDestroy
option in the settings there seems to be an issue. Only 1 of the videos is actually downloaded, the other items are just deleted.
For example using following settings:
"floatplane": {
"videosToSearch": 5,
"videoResolution": "1080",
"waitForNewVideos": true,
"seekAndDestroy": [
"DM5gUhzHBH",
"7EJkbVQTEN"
]
},
The output of the script was (only downloaded 1 of the specified videos but deleted both from the seekAndDestroy
list):
Attached you can find both my settings and attachment file from before and after running the script.
pre_attachments.json
pre_settings.json
post_attachments.json
post_settings.json
Thanks for letting me know, Ill look into this when I get time <3
Fixed in 0030d99 seekAndDestroy was consuming the subscriptions asyncIterable which meant that after the first guid no other videos could be queued.
Awesome, thank you for the quick fix!
Any idea when a new release will be published containing this fix?
Changes on dev are built and released when pushed so if using containers pull dev image, or download the latest release binary and you can try it now.