JAVMovieScraper icon indicating copy to clipboard operation
JAVMovieScraper copied to clipboard

AV Entertainment scraper not working

Open rod8687 opened this issue 8 years ago • 14 comments

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

rod8687 avatar Feb 14 '17 21:02 rod8687

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

forever69rules avatar May 11 '17 07:05 forever69rules

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

eckozen84 avatar Jul 05 '17 13:07 eckozen84

@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

eckozen84 avatar Sep 22 '17 08:09 eckozen84

The pull request #202 should fixes it.

Only (very) basic test have been done.

Wizell avatar Sep 25 '17 20:09 Wizell

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

eckozen84 avatar Sep 25 '17 21:09 eckozen84

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

fidofido300 avatar Sep 26 '17 20:09 fidofido300

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

eckozen84 avatar Sep 26 '17 21:09 eckozen84

@unknown12345678 Thank you

fidofido300 avatar Sep 27 '17 05:09 fidofido300

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

fidofido300 avatar Sep 27 '17 06:09 fidofido300

@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

Wizell avatar Sep 29 '17 20:09 Wizell

@ 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)

forever69rules avatar Oct 08 '17 00:10 forever69rules

@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.

Wizell avatar Oct 08 '17 22:10 Wizell

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

forever69rules avatar Jan 17 '18 12:01 forever69rules

The idea is interessting. I will test your code.

Wizell avatar Feb 19 '18 23:02 Wizell