home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Adding more torrent sites for rss d/l
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="bluenote" data-source="post: 554707" data-attributes="member: 100287"><p>Hey guys</p><p></p><p>I've also now fixed torrent portal (it just needed a couple tiny tweaks). My regex is atrocious and probably not very robust so if anybody wants to clean it up, please consider yourself invited to do so. I particularily have problems with whitespace/newlines. I've been having to avoid matching anything that contains those.</p><p></p><p>Here's updated torrent portal:</p><p></p><p>TorrentPortal</p><p></p><p>http://www.torrentportal.com/torrents-search.php?search=$search$&sort=seeders&d=desc&type=and&sizel=&sizeh=&cat=3&hidedead=on&exclude=</p><p></p><p>(?s)<tr><td class="alt\d n c"><a href="(?<link>/download/(?<id>\d*)[^"]*)">.*?(?:<td.*?/td>){2}<td.*?<a href="/detail[^>]*>(?:<[^>]*>)*(?<name>[^<]*).*?/td>(?:<td.*?/td>)<td[^>]*>(?:<[^>]*>)*(?<size>[^<]*).*?/td><td[^>]*>(?:<[^>]*>)*(?<seeds>\d*).*?/td><td[^>]*>(?:<[^>]*>)*(?<leechers>\d*).*?/td></p><p></p><p>http://www.torrentportal.com/details/$id$/</p><p></p><p>files.*?<td>[^\d]*(?<filecount>\d*) files<br /></p><p></p><p></p><p>I'm working on:</p><p></p><p>TorrentZap</p><p></p><p>http://www.torrentzap.com/searchrss/$search$</p><p></p><p>(?s)<item><title>(?<name>.*?)</title>.*?<link>http://www.torrentzap.com/torrent/(?<id>.*?)/.*?</link>.*?<size>(?<size>.*?)</size>.*?Seeds: (?<seeds>.*?) , Leechers (?<leechers>.*?) , Downloaded.*?</description>.*?<enclosure url=\"http://dl.torrentzap.com(?<link>.*?)\" type=.*?</item></p><p></p><p>http://www.torrentzap.com/torrent/$id$</p><p></p><p><td>(?<filecount>.*?) file\(s\) -</p><p></p><p>But it doesn't work for me. This one probably involves the (?s) which I actually don't know if it works.</p><p></p><p></p><p></p><p>I'm also interested in the "News" area of mptvseries , but I dont know what to put in for "newzbin Search URL" so anybody that has any info on that it'd be appreciated.</p></blockquote><p></p>
[QUOTE="bluenote, post: 554707, member: 100287"] Hey guys I've also now fixed torrent portal (it just needed a couple tiny tweaks). My regex is atrocious and probably not very robust so if anybody wants to clean it up, please consider yourself invited to do so. I particularily have problems with whitespace/newlines. I've been having to avoid matching anything that contains those. Here's updated torrent portal: TorrentPortal http://www.torrentportal.com/torrents-search.php?search=$search$&sort=seeders&d=desc&type=and&sizel=&sizeh=&cat=3&hidedead=on&exclude= (?s)<tr><td class="alt\d n c"><a href="(?<link>/download/(?<id>\d*)[^"]*)">.*?(?:<td.*?/td>){2}<td.*?<a href="/detail[^>]*>(?:<[^>]*>)*(?<name>[^<]*).*?/td>(?:<td.*?/td>)<td[^>]*>(?:<[^>]*>)*(?<size>[^<]*).*?/td><td[^>]*>(?:<[^>]*>)*(?<seeds>\d*).*?/td><td[^>]*>(?:<[^>]*>)*(?<leechers>\d*).*?/td> http://www.torrentportal.com/details/$id$/ files.*?<td>[^\d]*(?<filecount>\d*) files<br /> I'm working on: TorrentZap http://www.torrentzap.com/searchrss/$search$ (?s)<item><title>(?<name>.*?)</title>.*?<link>http://www.torrentzap.com/torrent/(?<id>.*?)/.*?</link>.*?<size>(?<size>.*?)</size>.*?Seeds: (?<seeds>.*?) , Leechers (?<leechers>.*?) , Downloaded.*?</description>.*?<enclosure url=\"http://dl.torrentzap.com(?<link>.*?)\" type=.*?</item> http://www.torrentzap.com/torrent/$id$ <td>(?<filecount>.*?) file\(s\) - But it doesn't work for me. This one probably involves the (?s) which I actually don't know if it works. I'm also interested in the "News" area of mptvseries , but I dont know what to put in for "newzbin Search URL" so anybody that has any info on that it'd be appreciated. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Adding more torrent sites for rss d/l
Contact us
RSS
Top
Bottom