aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused models, fields, and endpointsA Farzat2 days1-21/+3
* Allow cookies.json in config dirA Farzat2 days1-4/+24
* Use XDG directories to map downloadsA Farzat2 days1-7/+18
* Allow skipping downloadsA Farzat3 days1-4/+6
* Fix chapter contents to proper xmlA Farzat4 days1-1/+2
* Convert URLs pointing upstream to local relativeA Farzat6 days1-1/+4
* Remove the sanity checksA Farzat7 days1-21/+1
* Generate the EPUB fileA Farzat7 days1-1/+4
* Add container.xml to zipA Farzat7 days1-8/+1
* Revert "Add a function to write mimetype"A Farzat7 days1-2/+1
* Add a function to write container.xmlA Farzat7 days1-1/+2
* Add a function to write mimetypeA Farzat7 days1-1/+2
* Add file download logicA Farzat8 days1-2/+9
* Add OPF file detectionA Farzat8 days1-0/+6
* Remove the search endpointA Farzat8 days1-16/+2
* Convert chapters and file_entries to HashMapsA Farzat8 days1-1/+22
* Add fetching of the spine and table of contentsA Farzat8 days1-1/+19
* Refactor away SearchResponse modelA Farzat8 days1-18/+8
* Add file and chapter details fetchingA Farzat8 days1-1/+33
* Add e-book metadata fetchingA Farzat8 days1-10/+48
* Add authentication using cookiesA Farzat9 days1-5/+24
* Init commit: setup project and cli parsingA Farzat9 days1-0/+28