Update animeshd.py

This commit is contained in:
Alfa
2019-01-16 15:21:08 -05:00
committed by GitHub
parent d1647735ff
commit 241d097793

View File

@@ -215,7 +215,6 @@ def findvideos(item):
itemlist = []
data = get_source(item.url)
logger.debug(data)
patron = "<option value=\"([^\"]+)\" data-content=.*?width='16'> (.*?) <span class='text-muted'>"
matches = re.compile(patron, re.DOTALL).findall(data)