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