Skip to content

Commit

Permalink
Add input identifier for apple books to properly update books (#180)
Browse files Browse the repository at this point in the history
* Add an input identifier for apple books to properly update books

* Reduce changes

* Update README.md

* Update documentation

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
katydecorah and actions-user authored Dec 4, 2024
1 parent dfc8ac3 commit 232b828
Show file tree
Hide file tree
Showing 5 changed files with 3,904 additions and 3 deletions.
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

0 comments on commit 232b828

Please sign in to comment.