Página 87 de 95
Re: Italian channels issues and development
Publicado: 10 Feb 2016, 03:17
por orione7
Purtroppo Zanzibar non funzionano nessuno dei due.
Dopo che clicco sul link di rapidvideo mi da errore impossibile connettersi al server.
I link con fastvideo invece funzionano.
Ps. Zanzibar, sempre se hai del tempo a disposizione ovviamente ma la soluzione che hai applicato sul "guardaserie.py" si potrebbe applicare anche su "filmsenzalimiti.py" dato che il problema e lo stesso?
Re: Italian channels issues and development
Publicado: 10 Feb 2016, 20:27
por robalo
Ciao orione7
Have you tried to run the console some of these commands?: "dig rapidvideo.org", "dig
www.rapidvideo.org", "ping rapidvideo.org", "ping
www.rapidvideo.org", "ping 104.27.156.23" or "ping 104.27.157.23"
Have you tried using a proxy browser to see if the response is different from "HTTP Error 503. The service is unavailable"?
Re: Italian channels issues and development
Publicado: 10 Feb 2016, 20:48
por orione7
robalo escribió:Ciao orione7
Have you tried to run the console some of these commands?: "dig rapidvideo.org", "dig
http://www.rapidvideo.org", "ping rapidvideo.org", "ping
http://www.rapidvideo.org", "ping 104.27.156.23" or "ping 104.27.157.23"
Have you tried using a proxy browser to see if the response is different from "HTTP Error 503. The service is unavailable"?
Hi robalo,
do you mean from command prompt (cmd)?
Re: Italian channels issues and development
Publicado: 10 Feb 2016, 21:18
por robalo
yes, cmd for windows, terminal for linux, ...
Re: Italian channels issues and development
Publicado: 10 Feb 2016, 23:33
por orione7
@ Robalo this is the results from cmd:
with the Browser if I visit first
http://rapidvideo.org/ and then to the site
http://www.guardaserie.news/ rapidvideo work well.
Re: Italian channels issues and development
Publicado: 11 Feb 2016, 11:56
por robalo
I'm lost. What is the relationship between "guardaserie" & "rapidvideo"?
So. What you do not work? ¿"Guardaserie" or "rapidvideo"?
Try this connector and if you skip the "HTTP Error 503", into connector, use "anti cloudflare" function
Código: Seleccionar todo
# -*- coding: utf-8 -*-
#------------------------------------------------------------
# pelisalacarta - XBMC Plugin
# Conector para rapidvideo
# http://blog.tvalacarta.info/plugin-xbmc/pelisalacarta/
#------------------------------------------------------------
import urlparse,urllib2,urllib,re
import os
from core import scrapertools
from core import logger
from core import config
def get_video_url( page_url , premium = False , user="" , password="", video_password="" ):
logger.info("[rapidvideo.py] url="+page_url)
video_urls=[]
_id = scrapertools.get_match(page_url,'rapidvideo.org/([A-Za-z0-9]+)')
page_url = "http://www.rapidvideo.org/embed-"+_id+"-607x360.html"
page = scrapertools.downloadpage(page_url, follow_redirects=False)
page = page.split('mp4|')
idLink = page[1].split('|')
ip2 = idLink[2]
ip3 = idLink[3]
video_urls.append(["[rapidvideo]","http://50.7."+ip3+"."+ip2+":8777/"+idLink[0]+"/v.mp4"])
return video_urls
# Encuentra vídeos de este servidor en el texto pasado
def find_videos(text):
encontrados = set()
devuelve = []
#http://www.rapidvideo.org/ttsvqng2qp2v/Scooby-Doo_e_la_Maschera_di_Blue_Falcon_720p.mp4.html
#patronvideos = 'rapidvideo.org/([A-Za-z0-9]+)/'
patronvideos = 'rapidvideo.org/([A-Za-z0-9]+)'
logger.info("[rapidvideo.py] find_videos #"+patronvideos+"#")
matches = re.compile(patronvideos,re.DOTALL).findall(text)
for match in matches:
titulo = "[rapidvideo]"
url = "http://www.rapidvideo.org/"+match
d = scrapertools.cache_page(url)
ma = scrapertools.find_single_match(d,'"fname" value="([^<]+)"')
ma=titulo+" "+ma
if url not in encontrados:
logger.info(" url="+url)
devuelve.append( [ ma , url , 'rapidvideo' ] )
encontrados.add(url)
else:
logger.info(" url duplicada="+url)
return devuelve
Re: Italian channels issues and development
Publicado: 11 Feb 2016, 13:56
por zanzibar1982
robalo escribió:What is the relationship between "guardaserie" & "rapidvideo"?
Gardaserie has embed rapidvideo and fastvideos player.
Now guardaserie channel works for orione7 and he can play fastvideo contents. Only problem is with rapidvideos
Re: Italian channels issues and development
Publicado: 11 Feb 2016, 14:38
por orione7
zanzibar1982 escribió:robalo escribió:What is the relationship between "guardaserie" & "rapidvideo"?
Gardaserie has embed rapidvideo and fastvideos player.
Now guardaserie channel works for orione7 and he can play fastvideo contents. Only problem is with rapidvideos
@Zanzibar and Robalo,
GOOD NEWS, I made a clean install of SOD and put the last "guardaserie.py" that Zanzibar upload
http://www107.zippyshare.com/v/2h2J9OOo/file.html , then I put also the second "rapidvideo.py" that Zanzibar post with Robalo mod.
http://www116.zippyshare.com/v/oTb9GHXF/file.html and finaly finaly all work well

congratulation both of you guys
This is the log:
http://pastebin.com/KqxBMYtq
Re: Italian channels issues and development
Publicado: 11 Feb 2016, 14:41
por orione7
Zanzibar il fatto che prima non funzionava probabilmente era perché la cache non si cancellava completamente per cui cosa da ricordare o che almeno io debba ricordare e che quando si fanno dei test conviene sempre fare un'istallazione pulita ;
Penso che molte persone che vivono in questa parte del globo saranno felici nel poter utilizzare anche "guardaserie.net". Spero che dopo digerito il successo appena ottenuto riusciremo a risolvere anche "filmsenzalimiti".

Re: Italian channels issues and development
Publicado: 16 Feb 2016, 22:07
por KodiFilms2
Ho appena visto i nuovi aggiornamenti e ottimo lavoro! Ma Itastreaming.co non restituisce nulla quando cerco o apro un film. Potete controllare? Grazie