Fix HD4ME

This commit is contained in:
Alhaziel01
2020-07-09 12:07:54 +02:00
parent 05c8e43e95
commit e6d9c42e9f

View File

@@ -55,6 +55,6 @@ def search(item, text):
def findvideos(item):
url = support.match(item, patron=r'<a class="bot1" href="([^"]+)"').match
url = support.match(item, patron=r'<a class=["]?bot1["]? href="([^"]+)"').match
url = support.httptools.downloadpage(url, followredirect=True).url
return support.server(item, url)