guardaseriecam: aggiunto dropload
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
"eurostreaming": "https://eurostreaming.beauty",
|
"eurostreaming": "https://eurostreaming.beauty",
|
||||||
"eurostreaming_actor": "https://eurostreaming.care",
|
"eurostreaming_actor": "https://eurostreaming.care",
|
||||||
"filmstreaming": "https://filmstreaming.sbs",
|
"filmstreaming": "https://filmstreaming.sbs",
|
||||||
"guardaseriecam": "https://guardaserie.baby",
|
"guardaseriecam": "https://guardaserie.app",
|
||||||
"hd4me": "https://hd4me.net",
|
"hd4me": "https://hd4me.net",
|
||||||
"ilcorsaronero": "https://ilcorsaronero.link",
|
"ilcorsaronero": "https://ilcorsaronero.link",
|
||||||
"ilgeniodellostreaming_cam": "https://ilgeniodellostreaming.sbs",
|
"ilgeniodellostreaming_cam": "https://ilgeniodellostreaming.sbs",
|
||||||
|
|||||||
@@ -45,9 +45,9 @@ def peliculas(item):
|
|||||||
@support.scrape
|
@support.scrape
|
||||||
def episodios(item):
|
def episodios(item):
|
||||||
patronBlock = r'<div class="tab-pane fade" id="season-(?P<season>.)"(?P<block>.*?)</ul>\s*</div>'
|
patronBlock = r'<div class="tab-pane fade" id="season-(?P<season>.)"(?P<block>.*?)</ul>\s*</div>'
|
||||||
patron = r'<a href="#" allowfullscreen data-link="(?P<url>[^"]+).*?title="(?P<title>[^"]+)(?P<lang>[sS][uU][bB]-?[iI][tT][aA])?\s*">(?P<episode>[^<]+)'
|
patron = r'(?P<data><a href="#" allowfullscreen data-link="[^"]+.*?title="(?P<title>[^"]+)(?P<lang>[sS][uU][bB]-?[iI][tT][aA])?\s*">(?P<episode>[^<]+).*?</li>)'
|
||||||
action = 'findvideos'
|
action = 'findvideos'
|
||||||
# debugBlock = True
|
# debug = True
|
||||||
return locals()
|
return locals()
|
||||||
|
|
||||||
|
|
||||||
@@ -68,4 +68,4 @@ def search(item, text):
|
|||||||
|
|
||||||
def findvideos(item):
|
def findvideos(item):
|
||||||
logger.debug()
|
logger.debug()
|
||||||
return support.server(item, item.url)
|
return support.server(item, item.data)
|
||||||
|
|||||||
Reference in New Issue
Block a user