-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Two Issues with Manual selection #62
Comments
I'm currently redoing parts of NG, so I can't really fix this for you right now. Hopefully the new release will have these issues fixed already. EDIT: Can you link the novel you're trying to download? I'll take a look at it as everything is working as intended when I try on 3.1.1 |
Thank you for replying. It makes sense that you wouldn't bugfix if you're working on a new version. I hope the new one works for me too. I've tried it with http://www.talesofmu.com/ and https://web.archive.org/web/20200216171325/http://www.addergoole.com/9/ Also, let me say, I'm really glad your program works with web archived stories, cause my god sometimes would I go to read some of these only to find they only exist there now. |
Tales Of Mu has EPUBs available, please think about supporting the author and getting their version! :) Never thought about using Wayback machine myself but it's great that it works out of the box. |
Is your problem still persistent in the new version? |
yes, my issue is fixed, thanks. The new version is a lot smoother too. |
How would I go about manually selecting the chapter container though? I've run across some sites where the autodetect isn't grabbing the chapter container. |
The chapter container selection is using CSS Selectors to select the correct HTML element. It is pretty easy to understand even without any prior HTML knowledge: Just right click into the chapter body and select Next you have to find the container which contains the chapter text. It's probably the longest one and/or has many
Or you could copy it directly if you right click on the container and select Don't forget that you can test your selection via the If you need even more specific control over your selection you can take a look at the Jsoup selector syntax page. Jsoup also has a live testing page which is pretty useful to find the correct selector. You can also use CSS selectors to remove content from the chapter via the
Blacklisted tags will also reflect on the preview window as you can (not) see. |
So I'm getting the error (Cannot invoke "org.jsoup.nodes.Element.absUrl(String)" because the return value of "org.jsoup.select.Elements.first()" is null) |
Both worked perfectly fine for me with That message sounds like it couldn't get the correct href (or any). Can you post what you've entered? |
So I've been using opera for this. Maybe a different browser would be better as I never got anything like |
Never tried with Opera so it's good to see that it works there! That selector looks horrible lol, they should never be that long. It looks like a unique one too. You might want to take look at the different sources for examples. Search for |
Thank you for your help |
A request to the author of the Novel-Grabber program to add support for the site https://ranobe-novels.ru - and not a single bot that I found on the Internet and was able to run can download files from the site ranobe-novels.ru |
I have been unable to download with chapter to chapter selection, even after checking that I was doing the correct thing with one of the previous issues here. I get this error.
[ERROR]Cannot invoke "org.jsoup.nodes.Element.absUrl(String)" because the return value of "org.jsoup.select.Elements.first()" is null
Second thing is less of a concern, but slightly annoying, after trying to do chapter to chapter, even if I delete the selection, I am unable to do a table of contents manual download; I get the same error, as if it still thinks I am still doing a chapter to chapter.
The text was updated successfully, but these errors were encountered: