parent
f2b29a682b
commit
3508f23400
|
|
@ -79,7 +79,7 @@ class piratebay(object):
|
||||||
|
|
||||||
# parse results
|
# parse results
|
||||||
for result in response_json:
|
for result in response_json:
|
||||||
if result['name'] == 'No results returned':
|
if result['info_hash'] == '0000000000000000000000000000000000000000':
|
||||||
continue
|
continue
|
||||||
res = {
|
res = {
|
||||||
'link': self.download_link(result),
|
'link': self.download_link(result),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue