Fix Canali Live

This commit is contained in:
Alhaziel01
2021-02-05 16:59:06 +01:00
parent 9c8f33f7cf
commit b8ba6f9bba
4 changed files with 70 additions and 28 deletions

View File

@@ -118,6 +118,11 @@ def episodios(item):
def play(item):
support.info()
if item.filter:
for it in live(item):
if it.fulltitle == item.filter:
item = it
break
data = support.match(item).data
match = support.match(data, patron='/content/entry/data/(.*?).mp4').match
if match: