hibikidesu / javscraper

Python library for scraping JAVs
GNU General Public License v3.0
40 stars 9 forks source link

User rating? #1

Closed trestlesky closed 2 years ago

trestlesky commented 2 years ago

Would it be possible to add the user rating to the scrape? Example I'm using: ABW-190 - https://www.javlibrary.com/en/vl_searchbyid.php?keyword=ABW-190

User rating rating is 8.20. I use these ratings to do my own sorting and vetting. Thanks for all your hard work!

Edit: Added xpath for user rating number. For javlibary.py, should be easy enough to add it in the JAVLibrary class as: "score": "//*[@id="video_review"]/table/tbody/tr/td[2]/span[2]"

trestlesky commented 2 years ago

HOLY that was fast. Thank you so much! Upgraded the package via pip and score is now there. Thanks again!