FabianBeiner / PHP-IMDB-Grabber

This PHP library enables you to scrape data from IMDB.com.
MIT License
271 stars 160 forks source link

Poster is not working well #176

Closed rudnypc closed 1 year ago

rudnypc commented 2 years ago

Some urls doens't contains "@._", like: https://m.media-amazon.com/images/M/MV5BMTMxOGM0NzItM2E0OS00YWYzLWEzNzUtODUzZTBjM2I4MTZkXkEyXkFqcGdeQXVyMTM1MTE1NDMx._V1_UY1200_CR90,0,630,1200_AL_.jpg

some url contains "@._": https://m.media-amazon.com/images/M/MV5BNDkyZGFjZDEtODdiZS00YmJiLWE2NTEtZGIxMTUzN2ZjZjA3XkEyXkFqcGdeQXVyMDA4NzMyOA@@._V1_UX182_CR0,0,182,268_AL_.jpg

I'm thinking maybe it's best to remove the "@" from the code.

FabianBeiner commented 2 years ago

Please provide some examples of IMDb urls. :)

rudnypc commented 2 years ago

https://www.imdb.com/title/tt3032476/ https://www.imdb.com/title/tt11976532/

bla0r commented 1 year ago

@rudnypc fixed #178