ops 2
This commit is contained in:
@@ -162,7 +162,7 @@ def findvideos(item):
|
|||||||
if item.contentType == 'movie':
|
if item.contentType == 'movie':
|
||||||
download.url = downPrefix + id
|
download.url = downPrefix + id
|
||||||
else:
|
else:
|
||||||
download.url = downPrefix + id + 'S' + season + '-' + episode
|
download.url = downPrefix + id + '-S' + season + '-' + episode
|
||||||
itemlist.append(download)
|
itemlist.append(download)
|
||||||
else:
|
else:
|
||||||
# google drive...
|
# google drive...
|
||||||
|
|||||||
Reference in New Issue
Block a user