aggiunto netfreex

This commit is contained in:
mac12m99
2019-11-18 13:32:01 +01:00
committed by marco
parent 2f5dc56cb0
commit 8bbee5aba8
5 changed files with 96 additions and 6 deletions
+1 -5
View File
@@ -73,11 +73,7 @@ def findvideos(item):
@support.scrape
def menu(item):
patron = '<a href="(?P<url>[^"#]+)"(?: title="[^"]+")?>(?P<title>[a-zA-Z0-9]+)'
patronBlock = '<nav class="' + item.args + '">(?P<block>.*?)</nav>'
action = 'peliculas'
return locals()
return support.dooplay_menu(item, item.args)
def play(item):