Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the user to skip posts that have already been imported #388

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

devilgate
Copy link
Contributor

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 devilgate changed the title Allow the user skip posts that have already been imported Allow the user to skip posts that have already been imported Jun 8, 2021
Copy link
Member

@ralsina ralsina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for the fix!

@ralsina
Copy link
Member

ralsina commented Jun 8, 2021

The failures are unrelated, so I am merging anyway

@ralsina ralsina enabled auto-merge (rebase) June 8, 2021 14:01
auto-merge was automatically disabled October 25, 2021 18:12

Head branch was pushed to by a user without write access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants