improve importfeed --force; try to match existing files to avoid unncessary duplication

This commit is contained in:
Joey Hess 2013-08-01 11:57:05 -04:00
parent 12e269482f
commit 03c76b5a30
2 changed files with 49 additions and 40 deletions

View file

@ -195,7 +195,7 @@ subdirectories).
Imports the contents of podcast feeds. Only downloads files whose
urls have not already been added to the repository before, so you can
delete, rename, etc the resulting files and repeated runs won't duplicate
them. (Use --force to force downloading files it's seen before.)
them. (Use --force to force downloading urls it's seen before.)
Use --template to control where the files are stored.
The default template is '${feedtitle}/${itemtitle}${extension}'