Do you want duplicates to be removed across downloads or only across feeds in a single download? If the latter, then you dont need to use a file, just store the titles in memory.
And generally speaking, you should use URLs as the key to check for duplicates, not the title. Less likely to have false duplicates that way.
|