Thread: Imdb
View Single Post
  #13  
Old 5th July 2018, 15:59
Tankcsapda Tankcsapda is offline
Member
 
Join Date: Nov 2011
Hungary
Posts: 10
Default
Quote:
Originally Posted by Ruffneck View Post
10x men !

but this code

Code:
preg_match_all( '#https:\/\/m\.media-amazon.com\/images\/M\/(.*)\.jpg#isU', $photos['1']['0'], $photourls );
is worked just for small images not not for big primary cover
line 109
PHP Code:
$poster match'/poster">.*?<img.*?src="(.*?)".*?<\/td>/ms'$text); 
line 207
PHP Code:
preg_match_all'#https:\/\/m\.media-amazon.com\/images\/M\/(.*)\.jpg#isU'$photos['1']['0'], $photourls ); 

Last edited by Tankcsapda; 5th July 2018 at 17:03.
Reply With Quote