<?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 for def __init__(self):</title>
	<atom:link href="http://www.radekw.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radekw.com/blog</link>
	<description>by Radek Wierzbicki</description>
	<lastBuildDate>Wed, 18 Jan 2012 16:06:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Connecting Chronodot and setting the time by Iliah</title>
		<link>http://www.radekw.com/blog/2011/01/09/connecting-chronodot-and-setting-the-time/comment-page-1/#comment-419</link>
		<dc:creator>Iliah</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=564#comment-419</guid>
		<description>For OS X one of the simpler ways to install necessary Python modules, pySerial and NTP, is through installing setuptools ( http://pypi.python.org/pypi/setuptools#files ) followed by
easy_install -U pyserial
easy_install -U ntplib</description>
		<content:encoded><![CDATA[<p>For OS X one of the simpler ways to install necessary Python modules, pySerial and NTP, is through installing setuptools ( <a href="http://pypi.python.org/pypi/setuptools#files" rel="nofollow">http://pypi.python.org/pypi/setuptools#files</a> ) followed by<br />
easy_install -U pyserial<br />
easy_install -U ntplib</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Daniel</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-418</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 10 Jan 2012 10:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-418</guid>
		<description>Sure, here it is (link address changed)

--2012-01-10 07:00:05--  http://csa07.save.tv/37223399_BLABLABLA_1/?m=dl
Resolving csa07.save.tv... 80.94.71.178
Connecting to csa07.save.tv&#124;80.94.71.178&#124;:80... connected.
HTTP request sent, awaiting response... 404 File not found
2012-01-10 07:00:05 ERROR 404: File not found.</description>
		<content:encoded><![CDATA[<p>Sure, here it is (link address changed)</p>
<p>&#8211;2012-01-10 07:00:05&#8211;  <a href="http://csa07.save.tv/37223399_BLABLABLA_1/?m=dl" rel="nofollow">http://csa07.save.tv/37223399_BLABLABLA_1/?m=dl</a><br />
Resolving csa07.save.tv&#8230; 80.94.71.178<br />
Connecting to csa07.save.tv|80.94.71.178|:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 404 File not found<br />
2012-01-10 07:00:05 ERROR 404: File not found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Radek Wierzbicki</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-417</link>
		<dc:creator>Radek Wierzbicki</dc:creator>
		<pubDate>Fri, 06 Jan 2012 12:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-417</guid>
		<description>&lt;a href=&quot;#comment-416&quot; rel=&quot;nofollow&quot;&gt;@Daniel &lt;/a&gt; 
You should have some output in /tmp/wget.log...</description>
		<content:encoded><![CDATA[<p><a href="#comment-416" rel="nofollow">@Daniel </a><br />
You should have some output in /tmp/wget.log&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Daniel</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-416</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 06 Jan 2012 11:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-416</guid>
		<description>log file:
2012-01-06 12:22:44,247: INFO     logging on
2012-01-06 12:22:44,763: INFO     getting show listing
2012-01-06 12:22:45,196: INFO     getting show links
2012-01-06 12:22:45,271: INFO     getting show details
2012-01-06 12:22:45,275: INFO     removing downloaded shows from the website
2012-01-06 12:22:45,276: INFO     getting show listing
2012-01-06 12:22:46,151: INFO     downloading Der_Pferdefluesterer.2011-12-26.2015
2012-01-06 12:22:47,315: ERROR    wget exited with error
2012-01-06 12:22:47,450: INFO     deleting downloaded shows
2012-01-06 12:22:47,504: INFO     deleting Raumschiff_Enterprise_Talos_IV_Tabu_Folge11.2011-12-07.2340
2012-01-06 12:22:47,599: INFO     done

when trying via console it seems that the file names are not correct (missing .mp4 at the end)</description>
		<content:encoded><![CDATA[<p>log file:<br />
2012-01-06 12:22:44,247: INFO     logging on<br />
2012-01-06 12:22:44,763: INFO     getting show listing<br />
2012-01-06 12:22:45,196: INFO     getting show links<br />
2012-01-06 12:22:45,271: INFO     getting show details<br />
2012-01-06 12:22:45,275: INFO     removing downloaded shows from the website<br />
2012-01-06 12:22:45,276: INFO     getting show listing<br />
2012-01-06 12:22:46,151: INFO     downloading Der_Pferdefluesterer.2011-12-26.2015<br />
2012-01-06 12:22:47,315: ERROR    wget exited with error<br />
2012-01-06 12:22:47,450: INFO     deleting downloaded shows<br />
2012-01-06 12:22:47,504: INFO     deleting Raumschiff_Enterprise_Talos_IV_Tabu_Folge11.2011-12-07.2340<br />
2012-01-06 12:22:47,599: INFO     done</p>
<p>when trying via console it seems that the file names are not correct (missing .mp4 at the end)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Uwe</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-415</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Wed, 04 Jan 2012 06:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-415</guid>
		<description>&lt;a href=&quot;#comment-414&quot; rel=&quot;nofollow&quot;&gt;@Daniel &lt;/a&gt; 

I guess I do. I just installed my Linux machine, installed the scripts and only get to the point &quot;downloading &quot;. It seems to be stuck then.

Uwe</description>
		<content:encoded><![CDATA[<p><a href="#comment-414" rel="nofollow">@Daniel </a> </p>
<p>I guess I do. I just installed my Linux machine, installed the scripts and only get to the point &#8220;downloading &#8220;. It seems to be stuck then.</p>
<p>Uwe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Daniel</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-414</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 03 Jan 2012 22:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-414</guid>
		<description>Hi, saveTV script stopped working for me (wget error). Anyone else seeing this issue?
Daniel</description>
		<content:encoded><![CDATA[<p>Hi, saveTV script stopped working for me (wget error). Anyone else seeing this issue?<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Christoph</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-412</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Tue, 03 Jan 2012 11:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-412</guid>
		<description>Hi Radek,
thanx for this great script. It runs perfectly on my qnap NAS. i had to place some changes for the Config-file and the Fileextensions, but now it 
But ive a little Problem, and ask, if anyone could help. im a SaveTv XL user and activated the Serials, all Shows that belong to a Series will be shown in a javascript acivable Toggle.
Is there any way to activate the Download of these files too? 
Kind regards and a happy new year!
Christoph</description>
		<content:encoded><![CDATA[<p>Hi Radek,<br />
thanx for this great script. It runs perfectly on my qnap NAS. i had to place some changes for the Config-file and the Fileextensions, but now it<br />
But ive a little Problem, and ask, if anyone could help. im a SaveTv XL user and activated the Serials, all Shows that belong to a Series will be shown in a javascript acivable Toggle.<br />
Is there any way to activate the Download of these files too?<br />
Kind regards and a happy new year!<br />
Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Uwe</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-411</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Fri, 30 Dec 2011 09:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-411</guid>
		<description>&lt;a href=&quot;#comment-410&quot; rel=&quot;nofollow&quot;&gt;@Radek Wierzbicki &lt;/a&gt; 

Hi Radek, that&#039;s a pity. :-) But since I wanted to learn Python anyway I&#039;ll give it a try. If I manage to get it working one day I keep you informed.</description>
		<content:encoded><![CDATA[<p><a href="#comment-410" rel="nofollow">@Radek Wierzbicki </a> </p>
<p>Hi Radek, that&#8217;s a pity. <img src='http://www.radekw.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  But since I wanted to learn Python anyway I&#8217;ll give it a try. If I manage to get it working one day I keep you informed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Radek Wierzbicki</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-410</link>
		<dc:creator>Radek Wierzbicki</dc:creator>
		<pubDate>Fri, 30 Dec 2011 02:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-410</guid>
		<description>Hi Uwe,
I&#039;m not planning to update the script to support Windows simply because I don&#039;t have any computer running Windows. I&#039;m also running a bit low on time at this moment.

--
Radek</description>
		<content:encoded><![CDATA[<p>Hi Uwe,<br />
I&#8217;m not planning to update the script to support Windows simply because I don&#8217;t have any computer running Windows. I&#8217;m also running a bit low on time at this moment.</p>
<p>&#8211;<br />
Radek</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SaveTV download script by Uwe</title>
		<link>http://www.radekw.com/blog/2009/04/23/savetv-downloader/comment-page-1/#comment-409</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Wed, 28 Dec 2011 07:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.radekw.com/blog/?p=57#comment-409</guid>
		<description>Hi Radek, Thank you for the awesome script!

A few questions I have:

1) Can I run it under Windows? I changed the paths in the config-file and hardwired the path to the config-file to &#039;C:\save_tv.cfg&#039; but still receive an error:


C:\Users\Uwe&gt;Python save_tv.py
Traceback (most recent call last):
  File &quot;save_tv.py&quot;, line 716, in 
    main()
  File &quot;save_tv.py&quot;, line 687, in main
    if not can_i_run():
  File &quot;save_tv.py&quot;, line 176, in can_i_run
    out = subprocess.Popen([&#039;ps&#039;, &#039;hx&#039;], stdout=subprocess.PIPE).communicate()[0
]
  File &quot;C:\Python27\lib\subprocess.py&quot;, line 679, in __init__
    errread, errwrite)
  File &quot;C:\Python27\lib\subprocess.py&quot;, line 893, in _execute_child
    startupinfo)
WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden

2) I assume the script just downloads the &quot;big&quot; versions of the videos. Is there a switch to just download the standard quality versions?

Uwe</description>
		<content:encoded><![CDATA[<p>Hi Radek, Thank you for the awesome script!</p>
<p>A few questions I have:</p>
<p>1) Can I run it under Windows? I changed the paths in the config-file and hardwired the path to the config-file to &#8216;C:\save_tv.cfg&#8217; but still receive an error:</p>
<p>C:\Users\Uwe&gt;Python save_tv.py<br />
Traceback (most recent call last):<br />
  File &#8220;save_tv.py&#8221;, line 716, in<br />
    main()<br />
  File &#8220;save_tv.py&#8221;, line 687, in main<br />
    if not can_i_run():<br />
  File &#8220;save_tv.py&#8221;, line 176, in can_i_run<br />
    out = subprocess.Popen(['ps', 'hx'], stdout=subprocess.PIPE).communicate()[0<br />
]<br />
  File &#8220;C:\Python27\lib\subprocess.py&#8221;, line 679, in __init__<br />
    errread, errwrite)<br />
  File &#8220;C:\Python27\lib\subprocess.py&#8221;, line 893, in _execute_child<br />
    startupinfo)<br />
WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden</p>
<p>2) I assume the script just downloads the &#8220;big&#8221; versions of the videos. Is there a switch to just download the standard quality versions?</p>
<p>Uwe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

