Cambios internos
This commit is contained in:
@@ -224,6 +224,8 @@ def findvideos(item):
|
|||||||
#Ahora tratamos el servidor directo
|
#Ahora tratamos el servidor directo
|
||||||
item_local = item.clone()
|
item_local = item.clone()
|
||||||
servidor = 'openload'
|
servidor = 'openload'
|
||||||
|
if item.infoLabels['duration']:
|
||||||
|
item_local.quality = scrapertools.find_single_match(item.quality, '(\s\[.*?\])') #Copiamos la duración
|
||||||
enlace = scrapertools.find_single_match(data, 'button-green-download-big".*?href="([^"]+)"><span class="icon-play">')
|
enlace = scrapertools.find_single_match(data, 'button-green-download-big".*?href="([^"]+)"><span class="icon-play">')
|
||||||
if enlace:
|
if enlace:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user