hd4me: fix channel
This commit is contained in:
@@ -57,5 +57,7 @@ def search(item, text):
|
||||
|
||||
def findvideos(item):
|
||||
url = support.match(item, patron=r'<a class=["]?bot1["]? href="([^"]+)"').match
|
||||
if not url.startswith('http'):
|
||||
url = host + url
|
||||
url = support.httptools.downloadpage(url, followredirect=True).url
|
||||
return support.server(item, url)
|
||||
|
||||
Reference in New Issue
Block a user