zuko7177

Results 15 comments of zuko7177

Here's some info on those settings: https://github.com/javinizer/Javinizer/issues/169 https://javinizer.gitbook.io/docs/configuration/settings javlibrary was not working for me either. However, I just tried it again and it's working. Give it another shot.

Additionally, javbusja scraping seems to hang the jobs. If I set it to false like this: "scraper.movie.javbusja": false, then the jobs proceed OK. Edit: Looks like javbus site is down.

R18 scraping is working for me without UserAgent. Nonetheless, I've updated my PR to add UserAgent to R18. https://github.com/DoctorD1501/JAVMovieScraper/pull/332/commits/77f394fffb5ff23563a454dec02a2c91777918e9

Building a jar should be easy as I added the gradle wrapper. 1. Install JDK 11 2. Clone my fork to your local drive. 3. On windows, run the gradle...

> > > @zuko7177 Thank you very much for the included gradle wrapper. It makes it so simple! > I just tried Javinizer - The work flow is very different...

DMM scraper relies on grammerchecker.net to do translation. That site is not reliable. If that site is not working, DMM scraper will not work properly. See https://github.com/DoctorD1501/JAVMovieScraper/issues/325#issuecomment-674108330

I have a pull request to improve DMM scraping. https://github.com/DoctorD1501/JAVMovieScraper/pull/332 In the meantime, if you're familiar with the process you can clone my repo and try it out. Also, take...

Try disabling the following preference: Preferences -> File Creation -> Overwrite Fanart, Poster, and folder.jpg Files

I've added code to skip DMM trailer scraping if user disables "write trailer" preference. Preferences --> File Creation --> Download and Write Trailer To File (Warning: Slow) See pull request...

Broken due to age check on DMM.jo.co site. Pull request to handle the age check: #326