diff --git a/plugin.video.alfa/channels/bloghorror.py b/plugin.video.alfa/channels/bloghorror.py index 210c62bb..bbbda1d2 100644 --- a/plugin.video.alfa/channels/bloghorror.py +++ b/plugin.video.alfa/channels/bloghorror.py @@ -47,11 +47,11 @@ def list_all(item): itemlist = [] data = get_source(item.url) - patron = '.?<.*?href="([^"]+)" title="([^"]+)".*?src="([^"]+)".*?' + patron = '
([^<]+)' matches = re.compile(patron, re.DOTALL).findall(data) - for scrapedurl, scrapedtitle, scrapedthumbnail in matches: + for scrapedthumbnail, scrapedurl, scrapedtitle in matches: url = scrapedurl title = scrapertools.find_single_match(scrapedtitle, '(.*?)(?:|\(|\| )\d{4}').strip() year = scrapertools.find_single_match(scrapedtitle, '(\d{4})') @@ -68,7 +68,7 @@ def list_all(item): if itemlist != []: - next_page = scrapertools.find_single_match(data, '