importfeed --force: Don't treat it as a failure when an already downloaded
file exists. (Fixes a behavior change introduced in 10.
20230626.)
04ee6c4c6b2 caused the reversion. Inside a CommandPerform, stop causes it
to fail. Before that commit, it was inside a CommandStart, where stop
causes it to skip.
* importfeed: Added --scrape option, which uses yt-dlp to screen scrape
the equivilant of an RSS feed.
+ * importfeed --force: Don't treat it as a failure when an already
+ downloaded file exists. (Fixes a behavior change introduced in
+ 10.20230626.)
* importfeed --force: Avoid creating duplicates of existing
already downloaded files when yt-dlp or a special remote was used.
case dest of
Nothing -> do
recordsuccess
- stop
+ next $ return True
Just f -> getter (toRawFilePath f) >>= \case
Just ks
-- Download problem.