"Unable to retrieve full text" is obtained if the links in the feed are in arabic characters

Hello,
Nice script, thank you
“Unable to retrieve full text” is obtained if the links in the feed are in arabic characters. This occurs only in self-hosted script. However when the same feed is used with fivefiters-hosted script, the result is perfect.
Example feed: http://partner.dw.com/rdf/rss-ar-all
Our self-hosted script is at: http://www.mostafashaheen.com/full-text-rss/
Can you help me resolving this problem.
Thank you!

I can’t see that error. But I do see HTML being preserved in the output, which suggests perhaps you’ve changed something in the code?

May be I’ve done some changes, but I reverted to the purchased copy and removed all my modifications. I still have the same problem
http://www.mostafashaheen.com/full-text-rss/makefulltextfeed.php?url=partner.dw.com%2Frdf%2Frss-ar-all&max=20&links=preserve&exc=&submit=Create+Feed

While the articles are extracted correctly on the hosted website
http://ftr.fivefilters.org/makefulltextfeed.php?url=http%3A%2F%2Fpartner.dw.com%2Frdf%2Frss-ar-all&max=3

Wael Shaheen

Thanks for the report. My guess is that this has to do with the URL encoding and HTTP method used. I’ve marked this to be looked into. You’ll notice that it does work if you give it the URL to a single page on the site:

http://www.mostafashaheen.com/full-text-rss/makefulltextfeed.php?url=www.dw.com%2Far%2F%D8%A7%D9%84%D8%B4%D8%B1%D8%B7%D8%A9-%D8%A7%D9%84%D8%A3%D9%84%D9%85%D8%A7%D9%86%D9%8A%D8%A9-%D8%AA%D8%A8%D8%AD%D8%AB-%D8%B9%D9%86-%D9%85%D8%B3%D9%84%D8%AD-%D8%A3%D8%AB%D8%A7%D8%B1-%D8%A7%D9%84%D8%B0%D8%B9%D8%B1-%D9%81%D9%8A-%D9%85%D8%AF%D8%B1%D8%B3%D8%A9-%D9%85%D9%87%D9%86%D9%8A%D8%A9%2Fa-39719108%3Fmaca%3Dara-rss-ar-all-1125-rdf

Yes, it is most probably related to this issue (url encoding). I hope to hear from you soon! Thanks!

Wael Shaheen