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

Add an input identifier for apple books to properly update books #180

Merged
merged 5 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Depending on the type of `identifier` you submit to the action, it will use the
| Identifier | Provider | Example `identifier` value |
| --------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------- |
| ISBN | [@library-pals/isbn](https://www.npmjs.com/package/@library-pals/isbn) | `9780385353311` |
| Libby URL | [Libby](https://libbyapp.com) via metatag and HTML scraping | `https://share.libbyapp.com/title/1499830` |
| Libro.fm URL | [Libro.fm](https://libro.fm) via metatag scraping | `https://libro.fm/audiobooks/9780553397970-station-eleven` |
| Apple Books URL | [Apple Books](https://books.apple.com/) via metatag scripaing | `https://books.apple.com/us/audiobook/circe/id1442351802` |
| Libby URL | [Libby](https://libbyapp.com) via meta tag and HTML scraping | `https://share.libbyapp.com/title/1499830` |
| Libro.fm URL | [Libro.fm](https://libro.fm) via meta tag scraping | `https://libro.fm/audiobooks/9780553397970-station-eleven` |
| Apple Books URL | [Apple Books](https://books.apple.com/) via meta tag scraping | `https://books.apple.com/us/audiobook/circe/id1442351802` |

## Book lifecycle

Expand Down
Loading
Loading