<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ted Talks Subtitles Downloader</title>
	<atom:link href="http://estebanordano.com.ar/ted-talks-subtitles-downloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
	<description>just some random thoughts</description>
	<lastBuildDate>Tue, 31 Aug 2010 15:33:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charles</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12381</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 21 Jul 2010 09:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12381</guid>
		<description>&gt; eng spa
Downloading subtitles for languages: eng spa
Traceback (most recent call last):
  File &quot;tedm.py&quot;, line 88, in 
    main(sys.argv[1])
  File &quot;tedm.py&quot;, line 82, in main
    downloadSub(idtalk, availables, int(vidpar[&#039;introDura
  File &quot;tedm.py&quot;, line 62, in downloadSub
    salida = file(&#039;subs_%s_%s.srt&#039;%(idtalk,reduce(lambda
&#039;w&#039;)
  File &quot;tedm.py&quot;, line 62, in 
    salida = file(&#039;subs_%s_%s.srt&#039;%(idtalk,reduce(lambda
&#039;w&#039;)
TypeError: can only concatenate list (not &quot;str&quot;) to list

3 days to get here! haha.... It took 15 hours to figure out that executing scripts is done in the dos command prompt, that scripts must be in the same folder as the python program, and the command is  python xxx.py.   Hope to see an online version soon hahaha wow, you programmers are crazy.</description>
		<content:encoded><![CDATA[<p>&gt; eng spa<br />
Downloading subtitles for languages: eng spa<br />
Traceback (most recent call last):<br />
  File &#8220;tedm.py&#8221;, line 88, in<br />
    main(sys.argv[1])<br />
  File &#8220;tedm.py&#8221;, line 82, in main<br />
    downloadSub(idtalk, availables, int(vidpar[&#8216;introDura<br />
  File &#8220;tedm.py&#8221;, line 62, in downloadSub<br />
    salida = file(&#8217;subs_%s_%s.srt&#8217;%(idtalk,reduce(lambda<br />
&#8216;w&#8217;)<br />
  File &#8220;tedm.py&#8221;, line 62, in<br />
    salida = file(&#8217;subs_%s_%s.srt&#8217;%(idtalk,reduce(lambda<br />
&#8216;w&#8217;)<br />
TypeError: can only concatenate list (not &#8220;str&#8221;) to list</p>
<p>3 days to get here! haha&#8230;. It took 15 hours to figure out that executing scripts is done in the dos command prompt, that scripts must be in the same folder as the python program, and the command is  python xxx.py.   Hope to see an online version soon hahaha wow, you programmers are crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12380</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 21 Jul 2010 07:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12380</guid>
		<description>changed simplejson to  json  in line 58;

now...
entering 2+ languages leaves error lines on 88, 82 and 62

entering 1 language gives the text of the speech</description>
		<content:encoded><![CDATA[<p>changed simplejson to  json  in line 58;</p>
<p>now&#8230;<br />
entering 2+ languages leaves error lines on 88, 82 and 62</p>
<p>entering 1 language gives the text of the speech</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12379</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 21 Jul 2010 07:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12379</guid>
		<description>For Python27
Line 3: import simplejson
change to
Line 3: import json

Where do you find the ID numbers for the tedtalks? 

I&#039;m getting the &quot;could not fetch subtitles!&quot; message</description>
		<content:encoded><![CDATA[<p>For Python27<br />
Line 3: import simplejson<br />
change to<br />
Line 3: import json</p>
<p>Where do you find the ID numbers for the tedtalks? </p>
<p>I&#8217;m getting the &#8220;could not fetch subtitles!&#8221; message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12378</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 20 Jul 2010 08:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12378</guid>
		<description>I have got as far as saving the code as a .py file, downloading a python interpreter then double clicking on the .py file. HAHA after some more hours the code and process will not seem like black magic!  

An online version would be great! 

http://www.imageupload.org/share.php?id=760A_4C455CB3</description>
		<content:encoded><![CDATA[<p>I have got as far as saving the code as a .py file, downloading a python interpreter then double clicking on the .py file. HAHA after some more hours the code and process will not seem like black magic!  </p>
<p>An online version would be great! </p>
<p><a href="http://www.imageupload.org/share.php?id=760A_4C455CB3" rel="nofollow">http://www.imageupload.org/share.php?id=760A_4C455CB3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eordano</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12377</link>
		<dc:creator>eordano</dc:creator>
		<pubDate>Sun, 18 Jul 2010 23:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12377</guid>
		<description>Let me know if it was helpful!

Thanks for giving me something to do :P</description>
		<content:encoded><![CDATA[<p>Let me know if it was helpful!</p>
<p>Thanks for giving me something to do <img src='http://estebanordano.com.ar/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12376</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Sun, 18 Jul 2010 23:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12376</guid>
		<description>What a lucky day! A gift from the programming gods to the world!</description>
		<content:encoded><![CDATA[<p>What a lucky day! A gift from the programming gods to the world!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eordano</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12375</link>
		<dc:creator>eordano</dc:creator>
		<pubDate>Sun, 18 Jul 2010 22:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12375</guid>
		<description>Hi. It&#039;s your lucky day. Since I was very bored studying, I took a break and modified the script to allow multiple languages in the same subtitle.

Here you go:
http://pastebin.com/FHnW1V2h</description>
		<content:encoded><![CDATA[<p>Hi. It&#8217;s your lucky day. Since I was very bored studying, I took a break and modified the script to allow multiple languages in the same subtitle.</p>
<p>Here you go:<br />
<a href="http://pastebin.com/FHnW1V2h" rel="nofollow">http://pastebin.com/FHnW1V2h</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12374</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Sun, 18 Jul 2010 22:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12374</guid>
		<description>Esteban:

You are great! 

Is it possible to have 2 or 3 languages as subtitles in one video? Copy and pasting each sentence works.  Is there a method for copying pasting the entire text from one saved .SRT file into another?</description>
		<content:encoded><![CDATA[<p>Esteban:</p>
<p>You are great! </p>
<p>Is it possible to have 2 or 3 languages as subtitles in one video? Copy and pasting each sentence works.  Is there a method for copying pasting the entire text from one saved .SRT file into another?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eordano</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12373</link>
		<dc:creator>eordano</dc:creator>
		<pubDate>Sun, 18 Jul 2010 18:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12373</guid>
		<description>Charles: You shouldn&#039;t copy n paste, try with &quot;Save page as...&quot; and add the .srt extension to the file downloaded.</description>
		<content:encoded><![CDATA[<p>Charles: You shouldn&#8217;t copy n paste, try with &#8220;Save page as&#8230;&#8221; and add the .srt extension to the file downloaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://estebanordano.com.ar/ted-talks-subtitles-downloader/comment-page-1/#comment-12371</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Sun, 18 Jul 2010 14:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://estebanordano.com.ar/ted-talks-subtitles-downloader/#comment-12371</guid>
		<description>I copy pasted the text to notepad, but the subtitles do not load into the video with VLC player.  Is other software needed to get the subtitles into the video file?</description>
		<content:encoded><![CDATA[<p>I copy pasted the text to notepad, but the subtitles do not load into the video with VLC player.  Is other software needed to get the subtitles into the video file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->