DoctorD1501 / JAVMovieScraper

Scrape XBMC and Kodi movie metadeta and automatically rename files for Japanese Adult Videos (JAV), American Adult DVDs, and American Adult Webcontent
GNU General Public License v2.0
748 stars 162 forks source link

AV Entertainment scraper not working #181

Open rod8687 opened 7 years ago

rod8687 commented 7 years ago

Scraping from AV Entertainment is not working, it is not pulling any data

forever69rules commented 7 years ago

Has anyone worked this one out. Or do older versions still work?

eckozen84 commented 6 years ago

same here. Any chance we can get a fix @DoctorD1501 ?

eckozen84 commented 6 years ago

@wizell no data is being pulled at all when using AV Entertainment scraper. Suspect AV entertainment has changed their URL scheme. is this something you can easily fix? much appreciated

Wizell commented 6 years ago

The pull request #202 should fixes it.

Only (very) basic test have been done.

eckozen84 commented 6 years ago

Have tested it and seems to be working so far on the titles I have tried. Thanks so much for this. @Wizell

fidofido300 commented 6 years ago

Can Somebody upload compiled version please. I was able to compile before with eclipse but now I cannot. Thanks in advance

eckozen84 commented 6 years ago

https://www.dropbox.com/s/gisag0nvym1sa3h/JAVMovieScraper.jar?dl=0

fidofido300 commented 6 years ago

@unknown12345678 Thank you

fidofido300 commented 6 years ago

@Wizell Thank you but can you try CWP-10 Finds movies with 3 (101-109) digits but not this one

Wizell commented 6 years ago

@fidofido300 on the version in my repository i see 11 results (including the CWP-10) but the cover is the wrong one.

I made a new version which fix the thumb problem and also add the proper labels (movie name) back in the result selection list

forever69rules commented 6 years ago

@ Wizell, great job, thanks. I cant seem to get it to scrape the fanart though. This is one of the best features of this site. any chance of getting that working (or is it just me)

Wizell commented 6 years ago

@forever69rules I don't understand what you mean.

First, the latest version containing fixes is here https://github.com/Wizell/JAVMovieScraper/releases

Moreover, if you have trouble with this version open an issue with at the very least a description of the trouble including which scraper you are using, what you did, what the current result is and what was the expected result.

forever69rules commented 6 years ago

Hi, sorry it has been a while. Since my last post I had a deeper look at the aventertainments site. What I realised was that what appeared to be a set of fanart images that could scraped, was in fact a single image. for example: http://www.aventertainments.com/product_lists.aspx?product_id=63758&languageID=1&dept_id=29 the image is: http://imgs.aventertainments.com/archive/screen_shot/dvd1cw3d2dbd-20.jpg

I did a quick attempt at an image splitter for sites where this is the case. I have attached the code (I hope it is attached, im not used to github)

for the example above it found 106 images from the main image.

Not sure if people would be interested in this being an option rolled into the JAMMovieScraper.

Regards.

ImageSplitter.txt

Wizell commented 6 years ago

The idea is interessting. I will test your code.