-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Goodreads Bridge #1559
Goodreads Bridge #1559
Conversation
- Implements a simple "published books by author" bridge. - Uses URL as input - Returns all published books
Can you verify this still works? |
I tested. It's broken for author and url. @captn3m0 |
I'll check this and #1349 for bugs 👍 |
@captn3m0 Ping |
Will take me a while to get to checking on this. Would like to keep this open, if that's fine. |
Pull request artifacts
|
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.
Add tabs instead of spaces
Sheesh... using the github UI isnt great for these kinds of fixes. I'm most of the way there @captn3m0 . Can you do the rest of the linting and phpunit fixes? Then we can merge this. Thanks |
I fixed it since captnemo is MIA :) |
Thanks a ton @Bockiii 🥇 |
Thank you! ❤️ |
Lots of requests on the Goodreads developer forums for better RSS feeds:
A lot of the old RSS feeds are broken/unmaintained as well. As of now, this implements a single RSS feed to fetch all books by an author.
The usecase is to get notified when a new book by an author is published. If you turn off the "published_only" filter, then you get notified when a new book by an author is announced.
I'm using a specific context, because I want to add more RSS feeds to this, and don't want to break existing links when we do.