diff --git a/channels/cineblog01.py b/channels/cineblog01.py index 99811879..8a62f9d9 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -178,8 +178,10 @@ def findvideos(item): def load_links(itemlist, re_txt, color, desc_txt, quality=""): streaming = scrapertoolsV2.find_single_match(data, re_txt).replace('"', '') + support.log('STREAMING',streaming) support.log('STREAMING=', streaming) - patron = ']+>([^<]+)<' + # patron = ']+>([^<]+)<' + patron = ']+>([^<]+)<' matches = re.compile(patron, re.DOTALL).findall(streaming) for scrapedurl, scrapedtitle in matches: logger.debug("##### findvideos %s ## %s ## %s ##" % (desc_txt, scrapedurl, scrapedtitle))