@@ -135,7 +135,7 @@ https://mangadex.org/title/abc-123-abc/some-title
135
135
136
136
You can use this link to download chapters of the manga.
137
137
138
- #### Where can I get the chapter link
138
+ #### Where can I get the chapter link?
139
139
140
140
Go to mangadex.org, choose the manga you like, and open the specific chapter you want. The link to the chapter looks like this:
141
141
@@ -175,31 +175,32 @@ The size of each page in the PDF corresponds to the size of the image.
175
175
- [X] Remove Doujinshi from list in ` find ` subcommand and add ` doujinshi ` flag for show Doujinshi in list.
176
176
- [X] Add metadata for cbz downloaded archive.
177
177
- [X] Add check update subcommand.
178
- - [ ] Add self update mechanism.
179
- - [ ] Add search filter for ` find ` subcommand.
180
- - [ ] Add flag ` random ` in ` info ` subcommand to get information about random manga.
181
178
- [ ] Add flag to ` download ` :
179
+ - [X] ` merge ` - download chapter in one file.
182
180
- [X] ` last ` - download latest chapter.
183
181
- [X] ` this ` - download a specific chapter using a link provided by the user.
184
- - [ ] ` volume ` - download all chapters of specified volume.
185
- - [ ] ` volume-range ` - download all chapters of specified volume range.
186
- - [ ] ` oneshot ` - download all oneshots of manga (if available).
187
- - [ ] ` all ` - download all chapters.
188
- - [X] ` merge ` - download chapter in one file.
189
- - [ ] ` volume-bundle ` - download all chapters of volume into one file.
190
182
- [X] ` extension ` - sets the extension of the output file. Add file support formats:
191
183
- [X] pdf (include metadata).
192
184
- [X] epub (include metadata).
185
+ - [ ] ` volume ` - download all chapters of specified volume.
186
+ - [ ] ` volume-range ` - download all chapters of specified volume range.
187
+ - [ ] ` volume-bundle ` - download all chapters of volume into one file.
188
+ - [ ] ` all ` - download all chapters.
189
+ - [ ] ` oneshot ` - download all oneshots of manga (if available).
190
+ - [ ] Add self update mechanism.
191
+ - [ ] Add search filter for ` find ` subcommand.
192
+ - [ ] Add flag ` random ` in ` info ` subcommand to get information about random manga.
193
193
- [ ] Add interactive mode for ` find ` subcommand.
194
194
- [ ] Add interactive mode for ` download ` subcommand.
195
195
196
196
### Code
197
197
198
198
- [X] Use ` pterm ` output instead ` fmt ` .
199
+ - [X] Refactor ` cmd ` package.
199
200
- [ ] Create a Github action to automate the creation of ` .deb ` ` .rpm ` ` .pkg.tar.zst ` packages when a new release is created.
200
201
- [ ] Add tests for ` mangadexapi ` package.
202
+ - [ ] Refactor ` internal/mdx ` package.
201
203
- [ ] Refactor ` mangadexapi ` package.
202
- - [ ] Refactor ` cmd ` package.
203
204
- [ ] Refactor ` filekit ` package.
204
205
205
206
## License 📜
0 commit comments