-
Notifications
You must be signed in to change notification settings - Fork 73
Add replaceEntryUrlExtension plugin for replacing entry URLs #301
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code lgtm
Hello, make fix-all
make test-all |
Since this is my first attempt at writing code and submitting it to GitHub, the automated tests did not pass. I sincerely apologize for this. I will learn all the necessary processes, fix the errors, and resubmit after making the corrections. |
No worries, do not close this PR but just keep pushing fixes to the same branch. make fix-all
make test-all |
Thank you,I have learned to run tests locally.
|
Very good. Try |
I ran make fix-all && make test-all, and no errors were returned. I also updated the README.md file. |
VSCode automatically added indentation, and I didn't notice it earlier. |
…or default content handling.
…prevent subscription updates from comparing against incorrect content.
Should I wait until the next version is released before submitting a new merge request? |
This extension intercepts RSS entries during insertion, checks the URL against a user-configured list of allowed domains (JSON format), fetches the webpage content via curl, extracts the main content using XPath, and replaces the original entry's content.