Fix regex altadefinizioneclick
This commit is contained in:
@@ -73,7 +73,6 @@ def peliculas(item):
|
|||||||
@support.scrape
|
@support.scrape
|
||||||
def genres(item):
|
def genres(item):
|
||||||
support.info('genres',item)
|
support.info('genres',item)
|
||||||
debug=True
|
|
||||||
action = "peliculas"
|
action = "peliculas"
|
||||||
|
|
||||||
blacklist = ['Altadefinizione01']
|
blacklist = ['Altadefinizione01']
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ def mainlist(item):
|
|||||||
|
|
||||||
@support.scrape
|
@support.scrape
|
||||||
def peliculas(item):
|
def peliculas(item):
|
||||||
# debug=True
|
debug=True
|
||||||
patron = r'<div class="wrapperImage">\s*(?:<span class="year">(?P<year>[^<]+)[^>]+>)?(?:<span class="hd">(?P<quality>[^<>]+))?.+?href="(?P<url>[^"]+)".+?src="(?P<thumb>[^"]+)".+?<h2 class="titleFilm">[^>]+>(?P<title>.+?)[ ]?(?:|\[(?P<lang>[^\]]+)\])?</a>.*?(?:IMDB\:</strong>[ ](?P<rating>.+?)<|</h2> )'
|
patron = r'<div class="wrapperImage">\s*(?:<span class="year">(?P<year>[^<]+)[^>]+>)?(?:<span class="hd">(?P<quality>[^<>]+))?.+?href="(?P<url>[^"]+)".+?src="(?P<thumb>[^"]+)".+?<h2 class="titleFilm">[^>]+>(?P<title>.+?)[ ]?(?:|\[(?P<lang>[^\]]+)\])?</a>.*?(?:IMDB\:</strong>[ ](?P<rating>.+?)<|</div> )'
|
||||||
# patronBlock = r'h1>(?P<block>.*?)</section'
|
# patronBlock = r'h1>(?P<block>.*?)</section'
|
||||||
|
|
||||||
if item.args == 'az':
|
if item.args == 'az':
|
||||||
|
|||||||
Reference in New Issue
Block a user