Discussions » Creation Requests

Old script updated?

§
Posted: 2016-12-05
§
Posted: 2017-01-30
Edited: 2017-01-30

It's been a couple months and I was wondering if this is not doable?

Reinstalled the original script, minus my additions, and it runs fairly well. Only thing is it no longer grabs the title, poster, year, director and writer.

§
Posted: 2017-01-30
Edited: 2017-01-30

Edit out

§
Posted: 2017-03-10
Edited: 2017-03-10

Trying to figure out why this is not pulling an image from IMDB page.

var e = $qs('#img_primary img, #primary-poster');

The html code I want to pull from.

<div class="poster">
<a href="/title/tt5542294/mediaviewer/rm2951614464?ref_=tt_ov_i"
> <img alt="APB Poster" title="APB Poster"
src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTY5Mzg1MTAyNV5BMl5BanBnXkFtZTgwNDE3NDE5ODE@._V1_UY268_CR76,0,182,268_AL_.jpg"
itemprop="image" />
</a>    </div>

If I can get a idea why I might be able to fix the rest of the script.

Sorry about not posting this correctly for easier read.

Post reply

Sign in to post a reply.