Update BTDB search engine. Closes #97 (#99)

This commit is contained in:
Diego Heras 2019-06-19 19:25:16 +02:00 committed by GitHub
parent 17b6057b94
commit fb80f0524b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#VERSION: 1.10
#VERSION: 1.20
# AUTHORS: Charles Worthing
# CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
@ -107,8 +107,8 @@ class btdb(object):
self.current_item["engine_url"] = self.url
self.current_item["link"] = self.magnet_link
self.current_item["desc_link"] = self.desc_link
self.current_item["seeds"] = -1
self.current_item["leech"] = -1
self.current_item["seeds"] = self.meta_data_array[6]
self.current_item["leech"] = self.meta_data_array[8]
prettyPrinter(self.current_item)
self.results.append('a')

View File

@ -1,4 +1,4 @@
btdb: 1.10
btdb: 1.20
eztv: 1.10
jackett: 3.02
leetx: 2.00

View File

@ -1,4 +1,4 @@
#VERSION: 1.10
#VERSION: 1.20
# AUTHORS: Charles Worthing
# CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
@ -107,8 +107,8 @@ class btdb(object):
self.current_item["engine_url"] = self.url
self.current_item["link"] = self.magnet_link
self.current_item["desc_link"] = self.desc_link
self.current_item["seeds"] = -1
self.current_item["leech"] = -1
self.current_item["seeds"] = self.meta_data_array[6]
self.current_item["leech"] = self.meta_data_array[8]
prettyPrinter(self.current_item)
self.results.append('a')

View File

@ -1,4 +1,4 @@
btdb: 1.10
btdb: 1.20
eztv: 1.10
jackett: 3.02
leetx: 2.00