Get EZTV to work. (#152)
Website changed again and this gets it to work again.
This commit is contained in:
parent
490afb65dc
commit
7e606522d5
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 1.12
|
||||
#VERSION: 1.13
|
||||
# AUTHORS: nindogo
|
||||
# CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es)
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ class eztv(object):
|
|||
def handle_starttag(self, tag, attrs):
|
||||
params = dict(attrs)
|
||||
|
||||
if (params.get('class') == 'forum_header_border child'
|
||||
if (params.get('class') == 'forum_header_border'
|
||||
and params.get('name') == 'hover'):
|
||||
self.in_table_row = True
|
||||
self.current_item = {}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
eztv: 1.12
|
||||
eztv: 1.13
|
||||
jackett: 3.5
|
||||
leetx: 2.3
|
||||
legittorrents: 2.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue