Jump to content

Problem? Firefox3 changes RSS Feed from http:// to feed://


Lancey6969

Recommended Posts

Suddenly I could not pass RSS Feeds from FireFox to uTorrent without uTorrent saying the path was wrong (but a manual feed creation worked fine).

After lots of digging, the problem seems to be easily solved... by editing feedconverter.js (see below), but I think a better solution would be for uTorrent to support feed://.

Here is my "patch" in feedconverter.js:

if (feedURI.schemeIs("http")) {

// Changed by Lance

// feedURI.scheme = "feed";

feedURI.scheme = "http";

// end-Change

spec = feedURI.spec;

I hope this helps others!

--Lance

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...