MyBB Community Forums

Full Version: download RSS as XML file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i download the generated XML from the RSS?

If i try to wget it it doesnt download because its not a file
What do you mean "not a file"? Are you talking about the file name? Just rename it to whatever.xml or use the -O option to save the file under a different name.
I downloaded it via
wget -r -O filename.xml http://python-forum.io/syndication.php?fid=&type=atom1.0&limit=15
But is there anyway that users without wget can downlaod it?

Like a simple button to download i mean.