doc.select("#contentdp").remove();
doc.select('meta[property="og:novel:author"]')
doc.select("a").attr("href")
console.log(JSON.stringify(obj))
let obj = JSON.parse(data)
ví dụ: Lấy href của phần từ có text là 下一页, dùng cho web chia chương to thành chưởng nhỏ chap.js/trang tiếp theo trong gen.js
doc.select("a:contains(下一页)").first().attr("href")
doc.select("person[*=duck]")
.first()
.get(0)
.last()
if(url.slice(-1) === "/")
url = url.slice(0, -1)
if(url.slice(-1) !== "/")
url = url + "/";