Rewritten Dreamsub with autorenumber support

This commit is contained in:
Alhaziel
2019-06-08 11:58:00 +02:00
parent eecf79c6a2
commit fd02f208c0
4 changed files with 61 additions and 204 deletions

View File

@@ -286,7 +286,6 @@ def findvideos(item):
log()
itemlist = []
data = httptools.downloadpage(item.url, headers=headers).data
matches, data = support.match(item, r'class="tab.*?data-name="([0-9]+)">([^<]+)</span', headers=headers)
videoData = ''