|
@@ -0,0 +1,159 @@
|
|
1
|
+import mock
|
|
2
|
+from collections import defaultdict
|
|
3
|
+from searx.engines import seedpeer
|
|
4
|
+from searx.testing import SearxTestCase
|
|
5
|
+from datetime import datetime
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+class TestSeedPeerEngine(SearxTestCase):
|
|
9
|
+ html = """
|
|
10
|
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
11
|
+ <html xmlns="http://www.w3.org/1999/xhtml">
|
|
12
|
+ <head>
|
|
13
|
+ </head>
|
|
14
|
+ <body>
|
|
15
|
+ <div id="header">
|
|
16
|
+ <div id="whoIsYou">
|
|
17
|
+ <a href="/lang.php"><small>SeedPeer in your own language?</small></a> <a href="http://www.seedpeer.eu"><img src="/images/flags/uk.gif" width="16px" alt="Torrents EN" /></a> <a href="http://spanish.seedpeer.eu"><img src="/images/flags/es.gif" width="16px" alt="Torrents ES" /></a> <a href="http://german.seedpeer.eu"><img src="/images/flags/de.gif" width="16px" alt="Torrents DE" /></a> <a href="http://french.seedpeer.eu"><img src="/images/flags/fr.gif" width="16px" alt="Torrents FR" /></a> <a href="http://portuguese.seedpeer.eu"><img src="/images/flags/pt.gif" width="16px" alt="Torrents Portuguese" /></a> <a href="http://swedish.seedpeer.eu"><img src="/images/flags/se.gif" width="16px" alt="Torrents Sweden" /></a>
|
|
18
|
+ </div>
|
|
19
|
+
|
|
20
|
+ <script type="text/javascript">
|
|
21
|
+ whoIsYou();
|
|
22
|
+ </script>
|
|
23
|
+ <div id="search">
|
|
24
|
+ <form action="/search.php" method="get">
|
|
25
|
+ <input id="topsearchbar" name="search" value="narcos season 2" />
|
|
26
|
+ <input type="submit" class="searchbutton" value="Torrents" />
|
|
27
|
+ <input style="color:#000" type="submit" class="searchbutton" name="usenet" value="Usenet Binaries" />
|
|
28
|
+ </form>
|
|
29
|
+ <div id="suggestion"></div>
|
|
30
|
+ </div>
|
|
31
|
+ <div id="logo"><a href="/"><img src="/images/logo2.gif" alt="Seedpeer homepage" width="415" height="143" /></a></div>
|
|
32
|
+ <div id="subtext"><a href="/">Home</a> > <a href="/search.html">Torrent search</a> > Narcos season 2 | page 1</div>
|
|
33
|
+ </div>
|
|
34
|
+ <div id="nav">
|
|
35
|
+ <ul>
|
|
36
|
+ <!--
|
|
37
|
+ <li><font style="color:red;font-size:9px;font-weight:bold;">NEW</font><a title="Download TOP Games for FREE" rel="nofollow" href="http://www.bigrebelads.com/affiliate/index?ref=9301" target="_blank">FREE Games</a></li>
|
|
38
|
+
|
|
39
|
+ -->
|
|
40
|
+ <li style="border-left:none" id="categories"><a title="Browse Torrent Categories" href="/browse.html">Categories</a>
|
|
41
|
+ <ul>
|
|
42
|
+ <li><a title="Browse Anime Torrents" href="/browse.html#6">Anime</a></li>
|
|
43
|
+ <li><a title="Browse Game Torrents" href="/browse.html#4">Games</a></li>
|
|
44
|
+ <li><a title="Browse Movie Torrents" href="/browse.html#1">Movies</a></li>
|
|
45
|
+ <li><a title="Browse Music Torrents" href="/browse.html#3">Music</a></li>
|
|
46
|
+ <li><a title="Browse Software Torrents" href="/browse.html#5">Software</a></li>
|
|
47
|
+ <li><a title="Browse TV Torrents" href="/browse.html#2">TV Shows</a></li>
|
|
48
|
+ <li><a title="Browse Other Torrents" href="/browse.html#7">Others</a></li>
|
|
49
|
+ </ul>
|
|
50
|
+ </li>
|
|
51
|
+ <li><a title="Upload A Torrents" href="/upload.html">Upload torrent</a></li>
|
|
52
|
+ <li id="verified"><a title="Verified Torrents" href="/verified.html">Verified</a></li>
|
|
53
|
+ <li id="searchoptions"><a title="Search Torrents" href="/search.html">Torrent search</a></li>
|
|
54
|
+ <li id="newsgroups"><a style="color:#212b3e" title="News Groups" href="/usenet.html">Usenet Binaries</a></li>
|
|
55
|
+ <li id="about" style="border-right:none"><a rel="nofollow" href="/faq.html">About Us</a>
|
|
56
|
+ <ul>
|
|
57
|
+ <li><a title="SeedPeer Statistics" href="/stats.html">Statistics</a></li>
|
|
58
|
+ <li><a title="Contact Us" href="/contact.html">Contact</a></li>
|
|
59
|
+ <li><a title="Frequently Asked Questions" href="/faq.html">FAQ</a></li>
|
|
60
|
+ <li><a title="SeedPeer API" href="http://api.seedpeer.eu">Our API</a></li>
|
|
61
|
+ <li><a title="SeedPeer Blog" href="/blog">Blog</a></li>
|
|
62
|
+ </ul>
|
|
63
|
+ </li>
|
|
64
|
+ <!--<li><a href="/toolbar.php">Our Toolbar</a></li>-->
|
|
65
|
+ </ul>
|
|
66
|
+ <div class="clear"></div>
|
|
67
|
+ </div>
|
|
68
|
+ <div id="body"><div id="pageTop"></div>
|
|
69
|
+ <div id="headerbox"><h1>Verified <font class="colored">Narcos season 2</font> torrents</h1></div><table width="100%"><tr><th>
|
|
70
|
+ <span style="float:right">
|
|
71
|
+ <a href="/search/narcos-season-2/8/1.html"><img style="vertical-align:middle" src="/images/comments.gif" alt="comments" /></a> |
|
|
72
|
+ <a href="/search/narcos-season-2/7/1.html"><img style="vertical-align:middle" src="/images/ver.gif" alt="verified" /></a>
|
|
73
|
+ </span>
|
|
74
|
+ <a href="/search/narcos-season-2/1/1.html">Torrent name</a></th><th class="right"><a href="/search/narcos-season-2/2/1.html">Age</a></th><th class="right"><a href="/search/narcos-season-2/3/1.html">Size</a></th><th class="right"><a href="/search/narcos-season-2/4/1.html">Seeds</a></th><th class="right"><a href="/search/narcos-season-2/5/1.html">Peers</a></th><th class="center"><a href="/search/narcos-season-2/6/1.html">Health</a></th><td class="tableAd" rowspan="6"><iframe src="http://creative.wwwpromoter.com/13689?d=300x250" width="300" height="250" style="border: none;" frameborder="0" scrolling="no"></iframe></td></tr><tr class=""><td><a class="pblink" id="pblink_table_item_1" href="" data-tad="431726" data-last-search="narcos+season+2" target="_blank" rel="nofollow"><strong class='colored'>Narcos season 2</strong> Full Version</a></td><td class="right">20 hours</td><td class="right">681.3 MB</td><td class="right"><font color="green">28</font> </td><td class="right"><font color="navy">654</font> </td><td class="center"><img src="/images/h5.gif" alt="Health" /></td></tr><tr class="tdark"><td><a class="pblink" id="pblink_table_item_2" href="" data-tad="431727" data-url="narcos+season+2" target="_blank" rel="nofollow"><strong class='colored'>Narcos season 2</strong> Trusted Source</a></td><td class="right">12 hours</td><td class="right">787.1 MB</td><td class="right"><font color="green">64</font> </td><td class="right"><font color="navy">220</font> </td><td class="center"><img src="/images/h5.gif" alt="Health" /></td></tr><tr class=""><td><a class="pblink" id="pblink_table_item_3" href="" data-tad="431729" data-last-search="narcos+season+2" target="_blank" rel="nofollow"><strong class='colored'>Full Narcos season 2 Download</strong></a> <small><a class="pblink" id="pblink_table_item_4" href="" data-tad="431729" data-last-search="narcos+season+2" target="_blank" rel="nofollow">Usenet</a></small></td><td class="right">24 hours</td><td class="right">775.5 MB</td><td class="right"><font color="green">60</font> </td><td class="right"><font color="navy">236</font> </td><td class="center"><img src="/images/h5.gif" alt="Health" /></td></tr><tr class="tdark"><td><a class="pblink" id="pblink_table_item_5" href="" data-tad="431730" data-last-search="narcos+season+2" target="_blank" rel="nofollow"><strong class='colored'>Narcos season 2</strong> 2014 - DIRECT STREAMING</a> <small><a class="pblink" id="pblink_table_item_6" href="" data-tad="431729" data-last-search="narcos+season+2" target="_blank" rel="nofollow">Movies</a></small></td><td class="right">17 hours</td><td class="right">654.1 MB</td><td class="right"><font color="green">2</font> </td><td class="right"><font color="navy">391</font> </td><td class="center"><img src="/images/h5.gif" alt="Health" /></td></tr><tr class=""><td><a class="pblink" id="pblink_table_item_7" href="" data-tad="431731" data-last-search="narcos+season+2" target="_blank" rel="nofollow"><strong class='colored'>Narcos season 2</strong> 2014</a> <small><a class="pblink" id="pblink_table_item_8" href="" data-tad="431729" data-last-search="narcos+season+2" target="_blank" rel="nofollow">Movies</a></small></td><td class="right">20 hours</td><td class="right">754.5 MB</td><td class="right"><font color="green">21</font> </td><td class="right"><font color="navy">919</font> </td><td class="center"><img src="/images/h5.gif" alt="Health" /></td></tr></table><br /><br /><center><iframe src='http://creative.wwwpromoter.com/13689?d=728x90' width='728' height='90' style='border: none;' frameborder='0' scrolling='no'></iframe><center><span style="float:right;margin:1em .2em 0 0"><a title="Download at the speed of your connection" href="/usenet.php?search=narcos+season+2"><img src="/images/dlf.gif" alt="Search Binaries" /></a></span><div style="margin-bottom:1em;margin-right:290px" id="headerbox"><h1><a href="/searchfeed/narcos+season+2.xml" target="_blank" title="SeedPeer RSS Torrent Search Feed fornarcos season 2"><img src="/images/feedIcon.png" border="0" /></a> 2 <font class="colored">Narcos season 2</font> Torrents were found</h1></div><table width="100%"><tr><th>
|
|
75
|
+ <span style="float:right">
|
|
76
|
+ <a href="/search/narcos-season-2/8/1.html"><img style="vertical-align:middle" src="/images/comments.gif" alt="comments" /></a> |
|
|
77
|
+ <a href="/search/narcos-season-2/7/1.html"><img style="vertical-align:middle" src="/images/ver.gif" alt="verified" /></a>
|
|
78
|
+ </span>
|
|
79
|
+ <a href="/search/narcos-season-2/1/1.html">Torrent name</a></th><th class="right"><a href="/search/narcos-season-2/2/1.html">Age</a></th><th class="right"><a href="/search/narcos-season-2/3/1.html">Size</a></th><th class="right"><a href="/search/narcos-season-2/4/1.html">Seeds</a></th><th class="right"><a href="/search/narcos-season-2/5/1.html">Peers</a></th><th class="center"><a href="/search/narcos-season-2/6/1.html">Health</a></th></tr><tr class=""><td><small class="comments"><a href="http://www.facebook.com/sharer.php?t=Download%20<strong class='colored'>Narcos</strong> <strong class='colored'>Season</strong> <strong class='colored'>2</strong> Complete 7<strong class='colored'>2</strong>0p WebRip EN-SUB x<strong class='colored'>2</strong>64-[MULVAcoded] S0<strong class='colored'>2</strong>%20 torrent&u=http://seedpeer.seedpeer.eu/details/11686840/Narcos-Season-2-Complete-720p-WebRip-EN-SUB-x264-[MULVAcoded]-S02.html"><img src="/images/facebook.png" alt="Add to Facebook" width="14" height="14" /></a></small><a href="/details/11686840/Narcos-Season-2-Complete-720p-WebRip-EN-SUB-x264-[MULVAcoded]-S02.html"><strong class='colored'>Narcos</strong> <strong class='colored'>Season</strong> <strong class='colored'>2</strong> Complete 7<strong class='colored'>2</strong>0p WebRip EN-SUB x<strong class='colored'>2</strong>64-[MULVAcoded] S0<strong class='colored'>2</strong> <small><a href="/browse.html#11686840"></a></small></a></td><td class="right">19 hours</td><td class="right">4.39 GB</td><td class="right"><font color="green">715</font> </td><td class="right"><font color="navy">183</font> </td><td class="center"><img src="/images/h5.gif" alt="Health" width="40" height="11" /></td></tr><tr class="tdark"><td><small class="comments"><a href="http://www.facebook.com/sharer.php?t=Download%20<strong class='colored'>Narcos</strong> - <strong class='colored'>Season</strong> <strong class='colored'>2</strong> - 7<strong class='colored'>2</strong>0p WEBRiP - x<strong class='colored'>2</strong>65 HEVC - ShAaNiG%20 torrent&u=http://seedpeer.seedpeer.eu/details/11685972/Narcos---Season-2---720p-WEBRiP---x265-HEVC---ShAaNiG.html"><img src="/images/facebook.png" alt="Add to Facebook" width="14" height="14" /></a></small><a href="/details/11685972/Narcos---Season-2---720p-WEBRiP---x265-HEVC---ShAaNiG.html"><strong class='colored'>Narcos</strong> - <strong class='colored'>Season</strong> <strong class='colored'>2</strong> - 7<strong class='colored'>2</strong>0p WEBRiP - x<strong class='colored'>2</strong>65 HEVC - ShAaNiG <small><a href="/browse.html#11685972"></a></small></a></td><td class="right">1 day</td><td class="right">2.48 GB</td><td class="right"><font color="green">861</font> </td><td class="right"><font color="navy">332</font> </td><td class="center"><img src="/images/h5.gif" alt="Health" width="40" height="11" /></td></tr></table><div id="headerbox"><h1>Related searches for: <font class="colored">Narcos season 2</font></h1></div><div id="search_suggestions"><br />Other suggested searches: </div><br /><a href="http://torrentz2.eu/search?f=narcos-season-2">Search for "narcos-season-2" on Torrentz2.eu</a><br /><a href="http://torrent-finder.info/show.php?q=narcos-season-2">Search for "narcos-season-2" on Torrent-Finder</a><br /><center><iframe src='http://creative.wwwpromoter.com/13689?d=300x250' width='300' height='250' style='border: none;' frameborder='0' scrolling='no'></iframe> <iframe src='http://creative.wwwpromoter.com/13689?d=300x250' width='300' height='250' style='border: none;' frameborder='0' scrolling='no'></iframe> <iframe src='http://creative.wwwpromoter.com/13689?d=300x250' width='300' height='250' style='border: none;' frameborder='0' scrolling='no'></iframe></center><div id="footer">
|
|
80
|
+ <table width="100%">
|
|
81
|
+ <tr>
|
|
82
|
+ <td width="30%">
|
|
83
|
+ <h2>Torrents Download</h2>
|
|
84
|
+ <a href="/">Torrent search</a><br />
|
|
85
|
+ <a href="/browse.html">Browse categories</a><br />
|
|
86
|
+ <a href="/verified.html">Verified Torrents</a><br />
|
|
87
|
+ <a href="/order-date.html">Today's torrents</a><br />
|
|
88
|
+ <a href="/yesterday.html">Yesterday's torrents</a><br />
|
|
89
|
+ <a href="/stats.html">Statistics</a><br />
|
|
90
|
+ <br />
|
|
91
|
+ <a href="/faq.html#copyright"><strong>Copyright & Removal</strong></a>
|
|
92
|
+ </td>
|
|
93
|
+ <td width="30%"><h2>Cool Stuff</h2>
|
|
94
|
+ <a href="/promotional.php">Promotional</a><br />
|
|
95
|
+ <a href="/contact.html">Advertising Information</a><br />
|
|
96
|
+ <strong><a href="/plugins.php" title="Add a search plugin to Firefox or Internet Explorer">Search Plugin <span style="color:red">*</span></a></strong><br />
|
|
97
|
+ <a href="http://www.utorrent.com">µTorrent Client</a><br />
|
|
98
|
+ <a href="/blog">Seedpeer Blog</a><br />
|
|
99
|
+ </td>
|
|
100
|
+ <td width="30%"><h2>Links</h2>
|
|
101
|
+ <a href="http://www.sumotorrent.com" target="_blank"><strong>SumoTorrent</strong></a><br />
|
|
102
|
+ <a href="http://www.torrent-finder.info" target="_blank"><strong>Torrent Finder</strong></a><br />
|
|
103
|
+ <a href="http://www.torrentpond.com" target="_blank"><strong>TorrentPond</strong></a><br />
|
|
104
|
+ <a href="https://www.limetorrents.cc" target="_blank">LimeTorrents.cc</a><br />
|
|
105
|
+ <a href="http://www.torrents.to/" target="_blank">Torrents.to</a><br />
|
|
106
|
+ <a href="http://www.torrentfunk.com" target="_blank">TorrentFunk</a><br />
|
|
107
|
+ <a href="https://monova.org" target="_blank">Monova</a><br />
|
|
108
|
+ <a href="http://www.torrentroom.com" target="_blank">TorrentRoom</a><br />
|
|
109
|
+ <a href="http://www.katcr.co/" target="_blank">Kickass Torrents Community</a><br />
|
|
110
|
+ </td>
|
|
111
|
+ <td width="10%"><div id="bottomlogo"></div></td>
|
|
112
|
+ </tr>
|
|
113
|
+ </table>
|
|
114
|
+ <br />
|
|
115
|
+ <br />
|
|
116
|
+ </div>
|
|
117
|
+ </div>
|
|
118
|
+ </body>
|
|
119
|
+ </html>
|
|
120
|
+ """
|
|
121
|
+
|
|
122
|
+ def test_request(self):
|
|
123
|
+ query = 'test_query'
|
|
124
|
+ dicto = defaultdict(dict)
|
|
125
|
+ dicto['pageno'] = 1
|
|
126
|
+ params = seedpeer.request(query, dicto)
|
|
127
|
+ self.assertIn('url', params)
|
|
128
|
+ self.assertIn(query, params['url'])
|
|
129
|
+ self.assertIn('seedpeer.eu', params['url'])
|
|
130
|
+
|
|
131
|
+ def test_response_raises_attr_error_on_empty_response(self):
|
|
132
|
+ self.assertRaises(AttributeError, seedpeer.response, None)
|
|
133
|
+ self.assertRaises(AttributeError, seedpeer.response, [])
|
|
134
|
+ self.assertRaises(AttributeError, seedpeer.response, '')
|
|
135
|
+ self.assertRaises(AttributeError, seedpeer.response, '[]')
|
|
136
|
+
|
|
137
|
+ def test_response_returns_empty_list(self):
|
|
138
|
+ response = mock.Mock(text='<html></html>')
|
|
139
|
+ self.assertEqual(seedpeer.response(response), [])
|
|
140
|
+
|
|
141
|
+ def test_response_returns_all_results(self):
|
|
142
|
+ response = mock.Mock(text=self.html)
|
|
143
|
+ results = seedpeer.response(response)
|
|
144
|
+ self.assertTrue(isinstance(results, list))
|
|
145
|
+ self.assertEqual(len(results), 2)
|
|
146
|
+
|
|
147
|
+ def test_response_returns_correct_results(self):
|
|
148
|
+ response = mock.Mock(text=self.html)
|
|
149
|
+ results = seedpeer.response(response)
|
|
150
|
+ self.assertEqual(
|
|
151
|
+ results[0]['title'], 'Narcos - Season 2 - 720p WEBRiP - x265 HEVC - ShAaNiG '
|
|
152
|
+ )
|
|
153
|
+ self.assertEqual(
|
|
154
|
+ results[0]['url'],
|
|
155
|
+ 'http://www.seedpeer.eu/details/11685972/Narcos---Season-2---720p-WEBRiP---x265-HEVC---ShAaNiG.html'
|
|
156
|
+ )
|
|
157
|
+ self.assertEqual(results[0]['content'], '2.48 GB, 1 day')
|
|
158
|
+ self.assertEqual(results[0]['seed'], '861')
|
|
159
|
+ self.assertEqual(results[0]['leech'], '332')
|