DroidsOnRoids / jspoon

Annotation based HTML to Java parser + Retrofit converter
https://www.thedroidsonroids.com/blog/scraping-web-pages-with-retrofit-jspoon-library
MIT License
323 stars 23 forks source link

dynamically page content #16

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I use that library to get content from pages, it's quite easy for static pages. Now I want to use it to get content from statically pages. So I'm able to get a text, images etc. from a page, but then I need to put images in right place in the text, so how can I do it?

burnoo commented 7 years ago

If I understand you, you want to edit downloaded HTML, right? In this case you should use Jsoup

Jspoon is only one way tool - it parse HTML into Java.