-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missed chapters to an already downloaded novel #28
Comments
@feahnthor hello, sorry to disturb, I am not a programmer maybe you can help me. How can I download this long novel in pdf or epub please? Thanks |
@masteoo While adding the noveldrama site would be an easy task that I could use to finally write up documentation for adding new sites, having the application run on a tablet or mobile device is not possible at the moment (or ever). The changes that would require are not something, I plan to do anytime soon. Here are your possible options on how to get this done on your tablet.
I hope this answers your question satisfactorily. P.S. |
While I am not a limited by terms of service as dteviot pointed out, I, and most likely others who create scraping applications are required to follow the law. Which in this case, creating then giving you a copy of a work would be redistribution of Copyrighted material, which is illegal. That is why we create tools for a user's personal use. As I said, I can add the site to my application is you create an issue, I can even have it added before the end of the year, but you would need to get access to a PC to run the application yourself. |
Problem
A feature needs to be added to add individual chapters, whether or not this will be a standalone commandline option will be determined later. This will be useful for cases like the image below where chapters could not be loaded, so an incomplete file was created, another useful use is for those who would only like to get only the most recent or particular range of chapters from a series.
Possible things to do. May change as i go along
a.
NovelProcessor.cs
- theAddNewNovelAysnc
,UpdateExistingNovelAsync
b.
ScraperStrategy.cs
theFetchContentByAttribute
method, as this is what actually grabs our chapters urls from the websites. It may be a good idea to add a new attribute, if so then we need to create a way for users to enter the range of chapters or specific urls when the application runs.c. All the Generator files,
PdfGenerator
EpubGenerator,
ComicBookArchiveGenerator- ensure they will update or add these chapters without a problem. d.
Program.cscommand line region, I think it might be easier to add this as a command line feature first. So a new option will need to be made in the
CommandlineOptions.cs`The text was updated successfully, but these errors were encountered: