serp-spider / search-engine-google

:spider: Google client for SERPS
https://serp-spider.github.io
Other
168 stars 61 forks source link

VideoCover is empty #44

Open imerkle opened 8 years ago

imerkle commented 8 years ago

using simpsons movie trailer as search the videoCover is empty

gsouf commented 8 years ago

Hi @dsslimshaddy what version are you using? the version that lives in master or the version 0.1.x ?

gsouf commented 8 years ago

Well, that was renamed as thumb for the bump of version 0.1.0, these results are also CLASSICAL_ILLUSTRATED result now, I didnt update the doc lately, please wait for the doc to be updated

gsouf commented 8 years ago

Well, there is an other issue, if you are using curl for loading data you wont be able to load the image this way.

I'm looking for a long term fix

imerkle commented 8 years ago

Can you send a quick code on what's the proper way to retrieve classical video

I'm using this example https://github.com/serp-spider/documentation/blob/master/docs/search-engine/google/parse-page.md. videoCover is empty and there is no thumb index

gsouf commented 8 years ago

What version are you using?

imerkle commented 8 years ago

I think im using v0.1. of core

serps/core v0.1.2 Search engine scrapper serps/http-client-curl v0.1.0 CURL client for SERPS serps/search-engine-google v0.1.2 Google Rules and client for SERPS

please what is the latest composer versions

imerkle commented 8 years ago

I have updated The version to @dev version. Can you please update the documentation ?

gsouf commented 8 years ago

@dsslimshaddy to know what version is installed, you can check the output of this composer command: composer global show -i serps/*

I recommend you to stick on v0.1 until the version 0.2 is released, I might publish a patch into the future version v0.1.3

Btw if you are using curl adapter you can access the image data right now (you will need phantomjs for that)