Fix HD4ME
This commit is contained in:
+1
-1
@@ -55,6 +55,6 @@ def search(item, text):
|
|||||||
|
|
||||||
|
|
||||||
def findvideos(item):
|
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
|
url = support.httptools.downloadpage(url, followredirect=True).url
|
||||||
return support.server(item, url)
|
return support.server(item, url)
|
||||||
|
|||||||
Reference in New Issue
Block a user