Hi polys_a,
As I checked your provide feeds, you could try to use [so] enclosures as the input of Get Image processor with these feeds:
– http://www.sigmalive.com/rss
– http://www.philenews.com/Publications/RssModule/rss.aspx
– http://www.tothemaonline.com/rss/rss.xml
– http://www.balla.com.cy/rss/feed.xml
But with http://www.kerkida.net/taxonomy/term/1/feed I think you should use HTML Parser processor for grabbing full content which contains images from the source pages first. Then you could use the output of that HTML Parser processor as the input of Get Image processor.
Best Regards!
Hello thank you for the reply.
actually the [so] enclosure is working fine.
For kerkida.net I must use something like this?
replace|0|src=”|src=”http://www.kerkida.net|
ginner|1|div|artikel|0|1|
thank you in advance
regards
Hi polys_a,
I think the parser code is not correct. Please try with this https://goo.gl/Vh9Qxc
Best Regards!
Cheers man this work perfectly.
Hello
I have a new problem with the following:
Article: http://capital.sigmalive.com/story/12686894
This code gets the image but the http://capital.sigmalive.com is missing from the source.
The code:
ginner|0|article|article|0|1|
ginner|1|figure|hero-image|0|1
wrap|2|{ogb-0}|
Any help?
regards
Polys
Hello,
You could use Replace command to make the URL of image becomes full with http://capital.sigmalive.com/
I’m trying o use this command but It doesn’t work:
replace|0|src=”|src=”http://http://capital.sigmalive.com/|
any suggestions?
Please try with this code:
replace|line_number|src="/|src="http://capital.sigmalive.com/|0|
Hello this is my full code and works very well.
ginner|0|article|article|0|1|
ginner|1|figure|hero-image|0|1
replace|2|src="/|src="http://capital.sigmalive.com/|0|
ginner|3|figure|hero-image|0|1|
wrap|4|{ogb-0}|
Thank you again for the help
Good Morning and Happy new year.
I am having troubles getting the image of http://www.themasports.com/rss-themasports.rss with the HTML_Parser
The code I’m using is:
ginner|0|div|col-md-12|0|1|
ginner|1|img|img-responsive|0|1|
replace|2|src="/|src="http://themasports.com/|0|
ginner|3|img|img-responsive|0|1|
wrap|4|{ogb-0}|
At the HTML Parcel Try is working fine but on Pipes is not.
Any help?
Thank you
@polys_a: I guess you set up your pipe not correctly. Please try to check its settings!
@virtualfaceus: Thank you! It seems you could control WPPipes in your hands. It is so great!
@virtualfaceus Perfect thank you m8
Hello @virtualfaceus
I continue to have problems. Some times I get no image even if I select stop if no image found. some times I get invalid url of image, could not get image from Source and some time it just works.
As I know, that issue comes from inside of WPPipes plugin. Not from settings of the pipe. I guess there is problem when WPPipes checking if the image is valid for using as featured image.
Yes but it was ok 2 days ago. This is very strange.