Fix dooplay_menu

This commit is contained in:
Alhaziel
2020-01-21 12:41:13 +01:00
parent cc5a81457b
commit 6f66c964e8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ def dooplay_search_vars(item, blacklist):
def dooplay_menu(item, type):
patron = '<a href="(?P<url>[^"#]+)"(?: title="[^"]+")?>(?P<title>[a-zA-Z0-9]+)'
patronMenu = '<a href="(?P<url>[^"#]+)"(?: title="[^"]+")?>(?P<title>[a-zA-Z0-9]+)'
patronBlock = '<nav class="' + item.args + '">(?P<block>.*?)</nav>'
action = 'peliculas'