Vuze Forums

Full Version: azrssgen tweak
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I mean crank up a Web Browser and browse to whatever the URL is for the feed being generated by azrssgen.
Ah I'm not able to run a Web Browser but when I run wget on the azrssgen generated URL I get 

Code:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:vuze="http://www.vuze.com">
<channel>
<title>ARPA</title>
<pubDate>Tue, 20 Jan 2015 08:48:55 GMT</pubDate>
<item>
<title>ubuntu14.iso</title>
<link>magnet:?xt=urn:btih:5MIO2VYGGCTVVK62ACR2W3I4BJCM2PUI&amp;dn=ubuntu14.iso&amp;tr=http%3A%2F%2F192.168.3.251%3A7070%2Fannounce&amp;fl=http%3A%2F%2F192.168.3.251%3A6889%2F%3Fhash%3D5MIO2VYGGCTVVK62ACR2W3I4BJCM2PUI</link>
<pubDate>Tue, 20 Jan 2015 08:48:55 GMT</pubDate>
<vuze:size>599785472</vuze:size>
<vuze:assethash>5MIO2VYGGCTVVK62ACR2W3I4BJCM2PUI</vuze:assethash>
<vuze:downloadurl>magnet:?xt=urn:btih:5MIO2VYGGCTVVK62ACR2W3I4BJCM2PUI&amp;dn=ubuntu14.iso&amp;tr=http%3A%2F%2F192.168.3.251%3A7070%2Fannounce&amp;fl=http%3A%2F%2F192.168.3.251%3A6889%2F%3Fhash%3D5MIO2VYGGCTVVK62ACR2W3I4BJCM2PUI</vuze:downloadurl>
<vuze:seeds>1</vuze:seeds>
<vuze:peers>0</vuze:peers>
</item>
</channel>
</rss>



 
Ahhhh, I see the core code is for some reason returning a very truncated magnet URI as the 'download link', even though the full one is available. I'll get onto it!
Pages: 1 2