-
Notifications
You must be signed in to change notification settings - Fork 8
Add 3 new features - joinfeeds, excludes, and date cutoff #1
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
Merged
Ategon
merged 29 commits into
programming-dot-dev:main
from
th3raid0r:topic/upstream-mergeback
Jul 13, 2023
Merged
Add 3 new features - joinfeeds, excludes, and date cutoff #1
Ategon
merged 29 commits into
programming-dot-dev:main
from
th3raid0r:topic/upstream-mergeback
Jul 13, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For cases where rss feeds are based on categories that largely overlap. My use-case here is separating local news with local politics at tucsonsentinel.org.
th3raid0r
commented
Jul 13, 2023
Contributor
Author
|
Ooookay, I think she's good to go now. Tested the various loops and they all seem to complete fine. Just haven't observed an actual post quite yet. (mostly because I lack a test env that isn't my actual server) Update: Verified posting still works and things appear safe to merge from my end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The joinfeeds array, when present, fetches all feeds in the list and retains those that are common between them. This is processed first.
The exclude array, when present, fetches all feeds in the list and excludes those entries from the feed.
The datefield is compared to the date of today minus 6 months anything older is not processed. It is now a required parameter of
feeds.Also perhaps more console logging than you want, but I found useful. Let me know if I should clean that out.