<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Felipe Barriga Richards &#187; CHV</title>
	<atom:link href="http://blog.felipebarriga.cl/tag/chv/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.felipebarriga.cl</link>
	<description>Blog personal de Felipe Barriga Richards</description>
	<lastBuildDate>Thu, 29 Dec 2011 17:15:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bajar/Ver videos de Chilevisión (CHV)</title>
		<link>http://blog.felipebarriga.cl/linux/bajar-ver-videos-de-chilevision-chv/</link>
		<comments>http://blog.felipebarriga.cl/linux/bajar-ver-videos-de-chilevision-chv/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 23:52:35 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[chilevision]]></category>
		<category><![CDATA[CHV]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=484</guid>
		<description><![CDATA[Si usas Linux y no puedes ver los videos en el sitio de Chilevisión (o simplemente quieres bajarlos) aquí va un tip de como hacerlo. Copia el siguiente texto y pegalo en la barra de navegación de tu navegador cuando te encuentres en la página del video que quieras bajar: javascript: var regEx = new [...]]]></description>
			<content:encoded><![CDATA[<p>Si usas Linux y no puedes ver los videos en el sitio de <a href="http://www.chilevision.cl/home/index.php?option=com_content&#038;task=view&#038;id=278842&#038;Itemid=2369">Chilevisión</a> (o simplemente quieres bajarlos) aquí va un tip de como hacerlo.<br />
Copia el siguiente texto y pegalo en la barra de navegación de tu navegador cuando te encuentres en la página del video que quieras bajar:<br />
<span id="more-484"></span><br />
<code><br />
javascript:<br />
var regEx = new RegExp("\('http:\/\/(.)+([\.mp4]|[\.flv])'\)");<br />
var tmp1 = regEx.exec(document.body.innerHTML);<br />
if (tmp1 == null)<br />
{<br />
  alert("Video no encontrado!");<br />
} else {<br />
  var tmp2 = tmp1[0].substr(1,tmp1[0].length-2);<br />
  location.href = decodeURIComponent(tmp2);<br />
}<br />
</code><br />
<strong>Nota 1</strong>: Para evitar el tener que pegar siempre el código para bajar un video, puedes agregarlo a tus favoritos.<br />
<strong>Nota 2</strong>: Las teleseries ocupan el mismo protocolo que las transmisiones en vivo (<a href="http://blog.felipebarriga.cl/tag/rtmp/">RTMP</a>). <a href="http://blog.felipebarriga.cl/linux/tv-chilena-online-para-linux/">En este post explico como ver el canal online</a>. Ahí hay una base para ver que cambios hay que hacer para poder ver/bajar las teleseries.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/linux/bajar-ver-videos-de-chilevision-chv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

