xwmario / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

IPTorrents extsearch engine no longer works #891

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use extsearch and try and search iptorrents

What is the expected output? What do you see instead?
I expect to see search results, but instead I get zero results for searchs that 
should produce results

What environment are you using?
1. My ruTorrent version is... 3.6 rev 2404
2. My rTorrent version is...  0.9.2/0.13.2
3. I use web-server... it version is... on OS... Apache/2.2.22 (Ubuntu) 12.04 
LTS x86_64
4. I use browser... it version is... on OS... firefox v26 on widows 7, chromium 
on lubuntu

Are some errors present in the web-server log?
no

Are some errors present in the browser error console?
no

Please provide any additional information below.
The IPTorrents extsearch engine seems to be broken again. Trying to do a search 
of the site returns no results (results says 0) for searches that produce 
results when executed on the iptorrents site itself. Looking at the HTML 
returned from the page I believe they changed these following lines:

'<td class="ac t_seeders">(?P<seeds>.*)</td>'.
'<td class="ac t_leechers">(?P<leech>.*)</td>'.

sample HTML from a search on iptorrents which shows the seeders and leechers 
numbers now:

<td class="ac"><b class="c_ratio">30</b></td><td class="ac"><b>3</b></td>

There may be more changes, I don't know but I got the IPTorrents search engine 
to work with the following ugly hack:

'`<tr><td .*><a .*><img class=".*" width="50" src=".*" 
alt="(?P<cat>.*)"></a></td>'.
'<td><!\-\-<a class=".*" href=".*">.*</a>\-\-><a class="t_title" 
href="/details\.php\?id=(?P<id>\d+)">(?P<name>.*)</a> .*<div class="ar 
t_ctime">(?P<date>.*)</div></td>'.
'<td class=ac><a href=".*"><img src=".*" alt=".*" title=".*"></a></td>'.
'<td class=ac><a href="/download.php/\d+\/(?P<tname>.*)"><img src=".*" alt=".*" 
title=".*"></a></td>'.
'<td class=ac><a href=".*" alt=".*" title=".*">.*</a></td>'.
'<td class=ac>(?P<size>.*)</td>'.
'<td class=ac>.*</td><td class=ac><b class="c_ratio">(?P<seeds>.*)</b></td>'.
'<td class=ac><b>(?P<leech>.*)</b></td></tr>'.

Original issue reported on code.google.com by DSplittb...@gmail.com on 19 Jan 2014 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by novik65 on 20 Jan 2014 at 5:08

GoogleCodeExporter commented 8 years ago

Original comment by novik65 on 20 Jan 2014 at 6:25

GoogleCodeExporter commented 8 years ago
Seems as though extsearch is not working with IPTorrents again.

Original comment by tracker....@gmail.com on 28 Apr 2014 at 11:19

GoogleCodeExporter commented 8 years ago
They change auth sequence. May be, in future i will add support for it. 

Original comment by novik65 on 4 May 2014 at 9:12