1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Merge pull request #6443 from ngosang/extratorrent

[Search engine] Update Extratorrent plugin
This commit is contained in:
sledgehammer999 2017-03-03 02:35:16 +02:00 committed by GitHub
commit 884ca03624
4 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#VERSION: 3.00
#VERSION: 3.10
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
@ -33,7 +33,7 @@ from helpers import download_file, retrieve_url
class extratorrent(object):
""" Search engine class """
url = 'https://extratorrent.cc'
url = 'https://extra.to'
name = 'ExtraTorrent'
supported_categories = {'all' : '0',
'movies' : '4',
@ -59,8 +59,8 @@ class extratorrent(object):
for item in itemlist:
current_item = current_item = {"engine_url" : self.url}
current_item['name'] = item.getElementsByTagName('title')[0].childNodes[0].data
current_item["link"] = item.getElementsByTagName('enclosure')[0].attributes['url'].value
current_item["desc_link"] = item.getElementsByTagName('link')[0].childNodes[0].data
current_item["link"] = item.getElementsByTagName('enclosure')[0].attributes['url'].value.replace('extratorrent.cc', 'extra.to')
current_item["desc_link"] = item.getElementsByTagName('link')[0].childNodes[0].data.replace('extratorrent.cc', 'extra.to')
current_item["size"] = item.getElementsByTagName('size')[0].childNodes[0].data
current_item["leech"] = item.getElementsByTagName('leechers')[0].childNodes[0].data
if not current_item["leech"].isdigit():

View File

@ -1,5 +1,5 @@
demonoid: 1.22
extratorrent: 3.00
extratorrent: 3.10
legittorrents: 2.01
mininova: 2.02
piratebay: 2.15

View File

@ -1,4 +1,4 @@
#VERSION: 3.00
#VERSION: 3.10
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
#CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
@ -33,7 +33,7 @@ from helpers import download_file, retrieve_url
class extratorrent(object):
""" Search engine class """
url = 'https://extratorrent.cc'
url = 'https://extra.to'
name = 'ExtraTorrent'
supported_categories = {'all' : '0',
'movies' : '4',
@ -59,8 +59,8 @@ class extratorrent(object):
for item in itemlist:
current_item = current_item = {"engine_url" : self.url}
current_item['name'] = item.getElementsByTagName('title')[0].childNodes[0].data
current_item["link"] = item.getElementsByTagName('enclosure')[0].attributes['url'].value
current_item["desc_link"] = item.getElementsByTagName('link')[0].childNodes[0].data
current_item["link"] = item.getElementsByTagName('enclosure')[0].attributes['url'].value.replace('extratorrent.cc', 'extra.to')
current_item["desc_link"] = item.getElementsByTagName('link')[0].childNodes[0].data.replace('extratorrent.cc', 'extra.to')
current_item["size"] = item.getElementsByTagName('size')[0].childNodes[0].data
current_item["leech"] = item.getElementsByTagName('leechers')[0].childNodes[0].data
if not current_item["leech"].isdigit():

View File

@ -1,5 +1,5 @@
demonoid: 1.22
extratorrent: 3.00
extratorrent: 3.10
legittorrents: 2.01
mininova: 2.02
piratebay: 2.15