It is currently Sat Nov 26, 2011 8:27 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Support for Kick Ass Torrents
PostPosted: Wed May 26, 2010 2:36 pm 
Offline

Joined: Wed May 26, 2010 2:29 pm
Posts: 6
I'm trying to add RSS feeds from kickasstorrents.com to Ted but their coming back as not supported. Can you add kickasstorrents.com to supported feeds??


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Fri Jun 18, 2010 2:49 pm 
Offline

Joined: Fri Jun 18, 2010 2:46 pm
Posts: 1
yes please, that would be swell as hell :)


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Fri Jul 02, 2010 5:31 pm 
Offline

Joined: Thu Oct 09, 2008 10:27 pm
Posts: 18
Anyone get this working yet??

xeddog


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Sat Sep 17, 2011 6:51 am 
Offline

Joined: Sat Sep 17, 2011 6:46 am
Posts: 1
Yes please add support for kat.ph Their default RSS feed format is http://www.kat.ph/search/(what you are searching for without these parentheses)/?rss=1


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Tue Sep 20, 2011 3:06 pm 
Offline

Joined: Tue Sep 13, 2011 2:52 pm
Posts: 2
I added it but it wont query properly.

https://ted.nu/forum/viewtopic.php?f=2&t=40968


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Tue Nov 01, 2011 12:36 am 
Offline

Joined: Tue Mar 29, 2011 12:00 am
Posts: 10
I think the format in the link is correct, however when you check the log and switch it to Detail, it looks like its having trouble translating the URL.

I don't know if that means an exe update by the moderators, or what.


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Wed Nov 02, 2011 1:40 pm 
Offline

Joined: Tue Nov 01, 2011 12:08 pm
Posts: 1
Thanks for your posts guys, very helpful to me.

_________________
Avi player


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Sat Nov 05, 2011 2:25 pm 
Offline

Joined: Tue Mar 29, 2011 12:00 am
Posts: 10
inside the RSS feed of a show on Kick Ass Torrents, there is an enclosure section. I think that is the part that TED looks for, but I guess because it doesn't see the .torrent part of the url, it doesn't think its an actual torrent link.

I wish I new enough about this program to actually fix that myself.


Top
 Profile  
 
 Post subject: Re: Support for Kick Ass Torrents
PostPosted: Sat Nov 05, 2011 3:17 pm 
Offline

Joined: Tue Mar 29, 2011 12:00 am
Posts: 10
okay the sourceforge website has a page somewhere called urltranslator.php

in that is the code to translate it from one url to another. I believe this is what would need to be added to make it work:




Code:
else if (strpos($url, "kat.ph") !== false)
{
   // url in the feed: http://www.kat.ph/fringe-s04e05-hdtv-x264-aac-ssn-t5956725.html
   // has to be: http://www.kat.ph/torrents/fringe-s04e05-hdtv-x264-aac-ssn-t5956725/
   $torrentUrl = str_replace("kat.ph", "kat.ph/torrents", $torrentUrl);
   $torrentUrl = str_replace(".html", "", $torrentUrl);


now if only I could have ted search MY pc for that file instead of SF.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group