Página 2 de 2

Re: NETUTV NO FUNCIONA EN YASKE

Publicado: 02 Abr 2016, 13:43
por robalo
Vamos por partes.

Me resulta extraño que ahora si te funcione cuando nada ha cambiado, pero aún así me alegro por tí.
También ocurre, para variar, lo que pegué está mal. No da error de script o al menos no debería por que el scrape de findvideos está dentro de un try/except.
Lo que pegué fue una prueba con intentos de estilos de patrones que últimamente está de moda que además está inacabado y con un cache_page() dónde debería haber un get_match().
Lo siento :oops:

Si antes te daba error ahora también debería a no ser que sólo a mí yaske me entregue lista de enlaces a los vídeos diferente al resto del mundo, me tendrán manía :)

En "Novedades->Justice League vs Teen Titans SpanishEnglish SUB SpanishLatino Hd Real" te encontrás con esto

Código: Seleccionar todo

------------------------------------------------------------------------------
title: Opcion  07 en netu.tv [Español][hd real 720]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56fd400123cf2.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-ydib0hbp13m7.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
title: Opcion  16 en netu.tv [Latino][hd real 720]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56faf6f669cd9.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-ck4b307vwig4.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
title: Opcion  33 en netu.tv [Inglés SUB Español][hd real 720]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56fc2fbf9e27a.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-smmsz8kyi6uo.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
title: Opcion  45 en netu.tv [Inglés SUB Español][dvd rip]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56fc620ac43a6.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-asw9tk0qimww.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
Mi pregunta a todo esto , te funcionan esas opciones? te aparacen en el listado?

Re: NETUTV NO FUNCIONA EN YASKE

Publicado: 02 Abr 2016, 19:01
por GIGNAC10
robalo escribió:Vamos por partes.

Me resulta extraño que ahora si te funcione cuando nada ha cambiado, pero aún así me alegro por tí.
También ocurre, para variar, lo que pegué está mal. No da error de script o al menos no debería por que el scrape de findvideos está dentro de un try/except.
Lo que pegué fue una prueba con intentos de estilos de patrones que últimamente está de moda que además está inacabado y con un cache_page() dónde debería haber un get_match().
Lo siento :oops:

Si antes te daba error ahora también debería a no ser que sólo a mí yaske me entregue lista de enlaces a los vídeos diferente al resto del mundo, me tendrán manía :)

En "Novedades->Justice League vs Teen Titans SpanishEnglish SUB SpanishLatino Hd Real" te encontrás con esto

Código: Seleccionar todo

------------------------------------------------------------------------------
title: Opcion  07 en netu.tv [Español][hd real 720]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56fd400123cf2.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-ydib0hbp13m7.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
title: Opcion  16 en netu.tv [Latino][hd real 720]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56faf6f669cd9.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-ck4b307vwig4.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
title: Opcion  33 en netu.tv [Inglés SUB Español][hd real 720]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56fc2fbf9e27a.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-smmsz8kyi6uo.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
title: Opcion  45 en netu.tv [Inglés SUB Español][dvd rip]
  url: http://www.yaske.cc/archivos/netu/tv/embed_56fc620ac43a6.html
 html: <!DOCTYPE HTML><html><head><meta charset='utf-8'><meta http-equiv="pragma" content="no-cache" /><meta http-equiv="expires" content="-1" /><title>NETU.TV - YASKE.NET</title><style>body{margin:0;}</style></head><body><IFRAME SRC="http://idowatch.net/embed-asw9tk0qimww.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME><script>var iframe = document.getElementsByTagName('iframe')[0];var size = /.*size=(\d+)x(\d+).*/.exec(window.self.location.search);iframe.setAttribute('width', size[1]);iframe.setAttribute('height', size[2]);</script></body></html>
------------------------------------------------------------------------------
Mi pregunta a todo esto , te funcionan esas opciones? te aparacen en el listado?






si ya puedo reproducir todos hasta openload que era imposible antes, tanto idowatch como netu ya puedo abrirlos y quiensabe que habra pasado pero yo tenia la 4.07 y no me dejaba y al ver que habia salido la 4.08 la descargue y automaticamente ya puedo abrir cualquier enlace, que raro, y me regrese otra vez a la 4.07 y efectivamente no me deja abrirlos pero con la nueva version si

Re: NETUTV NO FUNCIONA EN YASKE

Publicado: 02 Abr 2016, 23:01
por robalo
Vale compro la v 4.0.8 :)

Repito: (sólo voy a poner una de las cuatro)
En "Canal yaske->Novedades->Justice League vs Teen Titans SpanishEnglish SUB SpanishLatino Hd Real->Opcion 07 en netu....."

te funciona esa opción?

Re: NETUTV NO FUNCIONA EN YASKE

Publicado: 03 Abr 2016, 08:48
por GIGNAC10
robalo escribió:Vale compro la v 4.0.8 :)

Repito: (sólo voy a poner una de las cuatro)
En "Canal yaske->Novedades->Justice League vs Teen Titans SpanishEnglish SUB SpanishLatino Hd Real->Opcion 07 en netu....."

te funciona esa opción?


wow tienes razon acabo de probar y no funciona ni la 7 ni la 16 ni la 33 ni la 45 que mencionaste, que significa eso?

me sale lo de se ha producido un error no me deja abrirlo solo esos que mencionas

Re: NETUTV NO FUNCIONA EN YASKE

Publicado: 03 Abr 2016, 16:22
por robalo
Eso es, sólo en esas cuatro opciones aparece el formato de url "http://www.yaske.net/archivos/netu/tv/......." y los dato de estas cuatro urls contienen un enlace de "idowatch.net". El resto de enlaces, si falla, es porque el enlace está roto como puede pasar en cualquier canal.

Te paso el code bueno

Código: Seleccionar todo

            if "yaske" in url:
                url = scrapertools.get_match(
                    re.sub(r'\s+', '', scrapertools.cache_page(url)).replace("'", '"'),
                    '[SRC|src]="([^"]+)"'
                )
            server = ".".join([ d for d in url.split('/')[2].split('.')[-2:] ])
            if server == "idowatch.net": url = re.sub(r'embed-|.html$', '', url)
Lo pegas en el mismo sitio que pegaste el otro. Ahora en las opciones a los falsos enlaces a "netutv" aparecerán como "idowatch.net" que es lo que realmente contiene.
El parche también acorta el nombre del servidor 'openload', antes aparecía la url completa y ahora mostrará "openload.co"