plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Allow the user to skip posts that have already been imported

Open devilgate opened this issue 4 years ago • 1 comments

This allows you to make changes to your local version of an imported post, and not have it overwritten the next time the plugin runs.

To use it, in FEEDS in conf.py, set start_at to now. Here is an example:

FEEDS = {
    'letterboxd': {
        'url': 'https://letterboxd.com/devilgate/rss',
        'template': 'letterboxd.tmpl',
        'output_folder': 'posts/letterboxd',
        'format': 'html',
        'lang': 'en',
        'tags': 'films, letterboxd',
        'start_at': 'now',
        'metadata': {
            'title': 'title',
            'date': ['letterboxd:watchedDate', 'user_date_added', 'published'],
        }
    }

devilgate avatar Jun 08 '21 13:06 devilgate

The failures are unrelated, so I am merging anyway

ralsina avatar Jun 08 '21 13:06 ralsina