php-goose icon indicating copy to clipboard operation
php-goose copied to clipboard

Manual is confusing

Open ethaniel opened this issue 6 years ago • 1 comments

Hello!

Thank you for the awesome plugin! I would like to mention, that the manual is a bit confusing. There is no explanation of the inner functions, like getImageSrc(), in your example.

Here is the full example that works:

$goose = new GooseClient();
$article = $goose->extractContent("http://...");
$temp = $article->getTopImage();
echo $temp->getImageSrc();

Also, I'd be more than happy to send you some $$. Do you have paypal?

ethaniel avatar Feb 11 '18 13:02 ethaniel

Glad you find it useful!

The documentation is sorely lacking, something to look into when I have a chance.

Leaving this issue open for the time being.

scotteh avatar Feb 14 '18 10:02 scotteh