Here, I am trying to select div.pager
with jsoup but it is not showing up and gives no value. My code:
Element mainDiv = doc.select("div.mangaread-main > div.pager").first();
Here, I am trying to select div.pager
with jsoup but it is not showing up and gives no value. My code:
Element mainDiv = doc.select("div.mangaread-main > div.pager").first();