aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add file and chapter details fetchingA Farzat7 days1-1/+33
| | | | | | | | | | Fetching file details allows us to download them to the correct location later. Chapter details are currently limited to is_skippable, which might be used to determine whether to make the corresponding spine item non-linear. Other details such as the title shall be fetched from the spine and table-of-contents endpoints later.
* Add e-book metadata fetchingA Farzat7 days1-10/+48
|
* Add authentication using cookiesA Farzat8 days1-5/+24
|
* Init commit: setup project and cli parsingA Farzat8 days1-0/+28