<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Automate YouTube Video and MP3 Rips with Bash Shell&#160;Scripting</title> <atom:link href="http://davidwalsh.name/youtube-mp3/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/youtube-mp3</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 24 May 2012 07:34:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: maja</title><link>http://davidwalsh.name/youtube-mp3#comment-27245</link> <dc:creator>maja</dc:creator> <pubDate>Fri, 14 Oct 2011 13:36:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-27245</guid> <description>doing what you described here worked great: http://davidwalsh.name/youtube-ffmpeg-mp3-conversion
but the bashscript doesn&#039;t work for me. i start youtube-dl without the &#039;.py&#039; (its installed), so i deleted these signs, but if i execute the shell-script nothing happens (and yes i did make it executable). any ideas? :-(</description> <content:encoded><![CDATA[<p>doing what you described here worked great: <a
href="http://davidwalsh.name/youtube-ffmpeg-mp3-conversion" rel="nofollow">http://davidwalsh.name/youtube-ffmpeg-mp3-conversion</a><br
/> but the bashscript doesn&#8217;t work for me. i start youtube-dl without the &#8216;.py&#8217; (its installed), so i deleted these signs, but if i execute the shell-script nothing happens (and yes i did make it executable). any ideas? :-(</p> ]]></content:encoded> </item> <item><title>By: Rafael Soares</title><link>http://davidwalsh.name/youtube-mp3#comment-23429</link> <dc:creator>Rafael Soares</dc:creator> <pubDate>Fri, 08 Apr 2011 18:00:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-23429</guid> <description>There&#039;s a new script for linux to search and watch youtube&#039;s video on linux shell, called YouShell.http://code.google.com/p/youshell/</description> <content:encoded><![CDATA[<p>There&#8217;s a new script for linux to search and watch youtube&#8217;s video on linux shell, called YouShell.</p><p><a
href="http://code.google.com/p/youshell/" rel="nofollow">http://code.google.com/p/youshell/</a></p> ]]></content:encoded> </item> <item><title>By: TFTP</title><link>http://davidwalsh.name/youtube-mp3#comment-22938</link> <dc:creator>TFTP</dc:creator> <pubDate>Fri, 04 Mar 2011 16:43:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-22938</guid> <description>Where can I found ur scritp to DL from CR??</description> <content:encoded><![CDATA[<p>Where can I found ur scritp to DL from CR??</p> ]]></content:encoded> </item> <item><title>By: Ron</title><link>http://davidwalsh.name/youtube-mp3#comment-16078</link> <dc:creator>Ron</dc:creator> <pubDate>Fri, 12 Feb 2010 05:20:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-16078</guid> <description>great.. entering KICK before the url also works ;)
(so you get kickyoutube..)   easy way to quickly get any format</description> <content:encoded><![CDATA[<p>great.. entering KICK before the url also works ;)<br
/> (so you get kickyoutube..)   easy way to quickly get any format</p> ]]></content:encoded> </item> <item><title>By: Richard Hoogstad</title><link>http://davidwalsh.name/youtube-mp3#comment-13352</link> <dc:creator>Richard Hoogstad</dc:creator> <pubDate>Sat, 07 Nov 2009 00:35:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-13352</guid> <description>Thanks for sharing this works great just had to make some minor changes to make it work under Linux.Just one note, all the mp3s that got converted had a bitrate of 64kBit/s which sounded horrible.For a better quality I changed:
&quot;ffmpeg -b 192k -i $newfile ${newfile/flv/mp3}&quot;to:
&quot;ffmpeg -i $newfile -ab 128k ${newfile/flv/mp3}&quot;the &quot;-b&quot; argument is for videos where &quot;-ab&quot; is for audio hope that was usefull.</description> <content:encoded><![CDATA[<p>Thanks for sharing this works great just had to make some minor changes to make it work under Linux.</p><p>Just one note, all the mp3s that got converted had a bitrate of 64kBit/s which sounded horrible.</p><p>For a better quality I changed:<br
/> &#8220;ffmpeg -b 192k -i $newfile ${newfile/flv/mp3}&#8221;</p><p>to:<br
/> &#8220;ffmpeg -i $newfile -ab 128k ${newfile/flv/mp3}&#8221;</p><p>the &#8220;-b&#8221; argument is for videos where &#8220;-ab&#8221; is for audio hope that was usefull.</p> ]]></content:encoded> </item> <item><title>By: Daniel</title><link>http://davidwalsh.name/youtube-mp3#comment-13113</link> <dc:creator>Daniel</dc:creator> <pubDate>Sat, 31 Oct 2009 16:16:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-13113</guid> <description>nice bashing. ;)</description> <content:encoded><![CDATA[<p>nice bashing. ;)</p> ]]></content:encoded> </item> <item><title>By: nulll</title><link>http://davidwalsh.name/youtube-mp3#comment-12524</link> <dc:creator>nulll</dc:creator> <pubDate>Wed, 07 Oct 2009 19:38:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-12524</guid> <description>Hi, I had problems with the bash script that was always returning &quot;Bad substitution&quot;
After googling around i solved the problem changing the leading
#!/bin/sh
in
#!/bin/bash</description> <content:encoded><![CDATA[<p>Hi, I had problems with the bash script that was always returning &#8220;Bad substitution&#8221;<br
/> After googling around i solved the problem changing the leading<br
/> #!/bin/sh<br
/> in<br
/> #!/bin/bash</p> ]]></content:encoded> </item> <item><title>By: Gareth Poole</title><link>http://davidwalsh.name/youtube-mp3#comment-12352</link> <dc:creator>Gareth Poole</dc:creator> <pubDate>Fri, 02 Oct 2009 12:01:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-12352</guid> <description>yip, you&#039;re gonna love spotify.</description> <content:encoded><![CDATA[<p>yip, you&#8217;re gonna love spotify.</p> ]]></content:encoded> </item> <item><title>By: t0os</title><link>http://davidwalsh.name/youtube-mp3#comment-12343</link> <dc:creator>t0os</dc:creator> <pubDate>Thu, 01 Oct 2009 22:16:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-12343</guid> <description>it seems snippet for textmate doesn&#039;t work correct..</description> <content:encoded><![CDATA[<p>it seems snippet for textmate doesn&#8217;t work correct..</p> ]]></content:encoded> </item> <item><title>By: Stefan</title><link>http://davidwalsh.name/youtube-mp3#comment-12342</link> <dc:creator>Stefan</dc:creator> <pubDate>Thu, 01 Oct 2009 21:40:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3698#comment-12342</guid> <description>Ever heard of www.songza.fm ?</description> <content:encoded><![CDATA[<p>Ever heard of <a
href="http://www.songza.fm" rel="nofollow">http://www.songza.fm</a> ?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.010 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-24 04:07:20 -->
