Hi,
Do you want to get the exact URL from feeds’s link, such as https://www.google.com/url?rct=j&sa=t&url=http://bgr.com/2015/01/21/android-5-0-lollipop-bugs/&ct=ga&cd=CAIyGjgyMTRlNTA1MzdmMzE3NjQ6Y29tOmVuOlVT&usg=AFQjCNE_55oWylxLSp-RKgQ0AA2JGNR8qg ? –> the url you want to get is only http://bgr.com/2015/01/21/android-5-0-lollipop-bugs/ ???
You could do it with only using HTML Parse code of Get Fulltext processor. And
Follow these steps:
1. Add Get Fulltext processor.
2. Set [so] link as pi[] html of Get Fulltext processor
3. Set Input as HTML, Auto Fulltext as No
4. Input these code in Parser Code box:
split|0|url=|L|1|
split|1|&ct=|0|1|
5. The po[] fulltext will be only http://bgr.com/2015/01/21/android-5-0-lollipop-bugs/
Regards!
Thread Starter
wn nj
(@waseemnaikgmailcom)
so, what will be the order of the processors?
will this be the first processor?
Hi,
It’s up to you! What do you want to use the result of that processor for? I were not you, so I can not know which order should be!
Regards!
Hi Tung Pham,
I tried the following google alert feeds using your HTML Parser code above but it didn’t work.
https://www.google.com/alerts/feeds/04781934639479935268/5203813360304775754
Any help is appreciated.
Sorry wn nj about hijacking this thread but I thought the problem it is pretty similar.
Hi vfxcy,
Please export your pipe and send it to me, I will try to check it for you.
Best Regards!
Hi Tung Pham,
my test pipe is here: https://www.dropbox.com/s/x7ac9ck2zuuajpo/google-feed-rss.pipe?dl=0
I have made a few test feeds using Google Alerts with different sources but they all failed. I suspect Google feed is quite different from your example which is a Google Search result.
Appreciate your kind help.
Hi vfxcy,
Please try with this:
split|0|url=|L|1|
split|1|&ct=|0|1|
If you press Ctrl + U to view source code of that google feed you will see the text &ct= in the link.
Best Regards!
It seems wp.org replaced the correct text.
Please do not use “&ct=”, it should be & a m p ; ct=! Remember to remove the space.
Thanks Tung Pham. It works. You are a great help and this plugin is awesome after some learning.
Hello,
I’m trying to get full text with this RSS feed by google and it doesn’t work! This is the feed that I want : https://www.google.fr/alerts/feeds/08383373995335423377/6667209806255814985
I don’t know what wrong.