Fix Serittvonline

This commit is contained in:
Alhaziel01
2020-04-25 15:04:45 +02:00
parent 6960ca4649
commit 9d2bd2f255
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ from core.item import Item
def findhost():
data = httptools.downloadpage('https://serietvonline.me/').data
host = scrapertools.find_single_match(data, r'<a class="pure-button pure-button-primary" title=\'serie tv online\' href="([^"]+)">')
host = support.match('https://t.me/s/serietvonlineITA', patron=r'<a href="([^"]+)" target="_blank"').matches[-1]
return host
host = config.get_channel_url(findhost)