Hi,
Sorry guys but I need some help, so far I have been enjoying myself with recipies and I have made a few already (easy rss feeds only

).
My question is this, is there a way to manipulate the url to remove some of the url? Sorry for my bad english (not my main language).
For example:
Code:
URL:
http://newsinfo.inquirer.net/breakingnews/nation/view/20110411-330586/Honasan-hints-at-giving-Aquino-emergency-powers-over-oil-crisis
Print:
http://services.inquirer.net/print/print.php?article_id=20110411-330586
as you can see in my example I only need a specific portion of the url.
In the tutorial we were adding to the url:
Code:
return url.replace('http://www.philstar.com/Article', 'http://www.philstar.com/ArticlePrinterFriendly')
Is there a documentation for the URL object or class? I want to know the other methods of the
url object like
url.replace() above.
again many thanks for the help and enjoy the rest of your day...