<p dir="ltr">What do you use as your podcatcher? It probably has a post processing option. I use bashpodder. It IS a post processing option.<br><br></p>
<p dir="ltr">Sent from my Samsung Galaxy S3 using the Swype software keyboard.<br>
--Richard Bronosky</p>
<div class="gmail_quote">On Feb 14, 2013 10:14 AM, &quot;Ron Frazier (ALE)&quot; &lt;<a href="mailto:atllinuxenthinfo@techstarship.com">atllinuxenthinfo@techstarship.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Scott,<br>
<br>
I didn&#39;t know hak5 had a youtube channel until you mentioned it.  I just pointed my podcatcher on the tablet to the rss xml feed on <a href="http://hak5.org" target="_blank">hak5.org</a>.  I did realize you were outputting mp3.  That&#39;s neat.  I want to figure out a way to have another machine retrieve the mp4 automatically when a new one is posted in their rss xml feed, extract the audio as you described, email the audio to my tablet, then delete the mp4 file.<br>

<br>
I heard on one of the Linux podcasts about some sort of task scheduler where you could run batches of commands on schedule.  It wasn&#39;t crontab.  But now I cannot remember where I heard it.  I might have to go back and listen to a few of the tux radar shows.<br>

<br>
Sincerely,<br>
<br>
Ron<br>
<br>
<br>
<br>
Scott Plante &lt;<a href="mailto:splante@insightsys.com">splante@insightsys.com</a>&gt; wrote:<br>
<br>
&gt;Well, Google does provide a YouTube API:<br>
&gt;<a href="https://developers.google.com/youtube/" target="_blank">https://developers.google.com/youtube/</a><br>
&gt;I suspect you could use it to do a search on the Hak5 channel for the<br>
&gt;latest videos, and if there are any you don&#39;t yet have, to then<br>
&gt;download them and send yourself an email with a link to the mp3, and<br>
&gt;run all that in a crontab. That might take more effort than it&#39;s worth,<br>
&gt;though.<br>
&gt;<br>
&gt;<br>
&gt;You mentioned storing the videos--you realize that command line outputs<br>
&gt;a mp3 audio file, right? I guess I figured you would just run that<br>
&gt;command whenever there was a new video and load it onto your tablet or<br>
&gt;phone to listen to later in the car, deleting any you&#39;d already<br>
&gt;listened to. I get a periodic email from YouTube alerting me to new<br>
&gt;videos on channels I&#39;ve subscribed to.<br>
&gt;<br>
&gt;<br>
&gt;For myself, I actually get the Hak5 videos on my Tivo for viewing at<br>
&gt;home, but I don&#39;t spend much time in the car.<br>
&gt;<br>
&gt;<br>
&gt;Scott<br>
&gt;----- Original Message -----<br>
&gt;<br>
&gt;From: &quot;Ron Frazier (ALE)&quot; &lt;<a href="mailto:atllinuxenthinfo@techstarship.com">atllinuxenthinfo@techstarship.com</a>&gt;<br>
&gt;To: &quot;Atlanta Linux Enthusiasts&quot; &lt;<a href="mailto:ale@ale.org">ale@ale.org</a>&gt;<br>
&gt;Sent: Wednesday, February 13, 2013 4:37:28 PM<br>
&gt;Subject: Re: [ale] <a href="http://pauldotcom.com" target="_blank">pauldotcom.com</a> NOT<br>
&gt;<br>
&gt;That&#39;s cool. Is there a way to automate it every time a new netcast<br>
&gt;appears. I don&#39;t have room to be storing 400 MB videos on my tablet.<br>
&gt;<br>
&gt;Sincerely,<br>
&gt;<br>
&gt;Ron<br>
&gt;<br>
&gt;On 2/13/2013 4:13 PM, Scott Plante wrote:<br>
&gt;<br>
&gt;<br>
&gt;This worked for me. This is the latest Hak5 episode URL:<br>
&gt;<br>
&gt;<br>
&gt;/tmp&gt; youtube-dl -t --extract-audio --audio-format mp3 &#39;<br>
&gt;<a href="http://www.youtube.com/watch?v=5J5nSLXeygs" target="_blank">http://www.youtube.com/watch?v=5J5nSLXeygs</a> &#39;<br>
&gt;<br>
&gt;[youtube] Setting language<br>
&gt;[youtube] 5J5nSLXeygs: Downloading video webpage<br>
&gt;[youtube] 5J5nSLXeygs: Downloading video info webpage<br>
&gt;[youtube] 5J5nSLXeygs: Extracting video information<br>
&gt;[download] Destination:<br>
&gt;Hak5_1226_1,_Interview_with_Stina_Ehrensvärd_of_Yubico_and_Necomimi_the_Brainwave_Cat_Ears-5J5nSLXeygs.mp4<br>
&gt;<br>
&gt;[download] 100.0% of 319.62M at 924.23k/s ETA 00:00<br>
&gt;[ffmpeg] Destination:<br>
&gt;Hak5_1226_1,_Interview_with_Stina_Ehrensvärd_of_Yubico_and_Necomimi_the_Brainwave_Cat_Ears-5J5nSLXeygs.mp3<br>
&gt;<br>
&gt;/tmp&gt; kde-open<br>
&gt;Hak5_1226_1,_Interview_with_Stina_Ehrensvärd_of_Yubico_and_Necomimi_the_Brainwave_Cat_Ears-5J5nSLXeygs.mp3<br>
&gt;<br>
&gt;/tmp&gt;<br>
&gt;<br>
&gt;<br>
&gt;This was on OpenSuSE 11.4. I had to do a zypper update youtube-dl<br>
&gt;before it would work. It&#39;s in the packman repo for me. A quick Google<br>
&gt;search suggests it&#39;s available for lots of distros, though.<br>
&gt;<br>
&gt;<br>
&gt;Scott<br>
&gt;<br>
&gt;----- Original Message -----<br>
&gt;<br>
&gt;From: &quot;Ron Frazier (ALE)&quot; &lt;<a href="mailto:atllinuxenthinfo@techstarship.com">atllinuxenthinfo@techstarship.com</a>&gt;<br>
&gt;To: &quot;Atlanta Linux Enthusiasts&quot; &lt;<a href="mailto:ale@ale.org">ale@ale.org</a>&gt;<br>
&gt;Sent: Wednesday, February 13, 2013 3:33:57 PM<br>
&gt;Subject: Re: [ale] <a href="http://pauldotcom.com" target="_blank">pauldotcom.com</a> NOT<br>
&gt;<br>
&gt;I&#39;ll check it out. I think they&#39;re video only, which is why I didn&#39;t<br>
&gt;try it before. I usually listen to podcasts while I&#39;m driving.<br>
&gt;<br>
&gt;Ron<br>
&gt;<br>
&gt;<br>
&gt;Matthew &lt;<a href="mailto:simontek@gmail.com">simontek@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;So is Hak5 to vile for you?<br>
&gt;&gt;<br>
&gt;&gt;On Wed, Feb 13, 2013 at 2:42 PM, Jerald Sheets &lt;<a href="mailto:questy@gmail.com">questy@gmail.com</a>&gt;<br>
&gt;&gt;wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; &quot;Security Now&quot; from the TWiT network? <a href="http://twit.tv" target="_blank">http://twit.tv</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --jms<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Feb 13, 2013, at 1:52 PM, Ron Frazier (ALE) &lt;<br>
&gt;&gt;&gt; <a href="mailto:atllinuxenthinfo@techstarship.com">atllinuxenthinfo@techstarship.com</a> &gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt; Hi all,<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I decided to try listening to the <a href="http://pauldotcom.com" target="_blank">pauldotcom.com</a> security podcast<br>
&gt;&gt;after<br>
&gt;&gt;&gt; it was mentioned here, since I have an interest in computer security<br>
&gt;<br>
&gt;&gt;&gt; topics. After a week, I have deleted the podcast from my tablet. In<br>
&gt;&gt;&gt; addition to the security news, which is good, it has a continuous<br>
&gt;&gt;stream of<br>
&gt;&gt;&gt; vulgar sexually related crude humor and foul language. I guess I&#39;ll<br>
&gt;&gt;have<br>
&gt;&gt;&gt; to get my security news elsewhere.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Sincerely,<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Ron<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Sent from my Android Acer A500 tablet with bluetooth keyboard and<br>
&gt;&gt;K-9<br>
&gt;&gt;&gt; Mail.<br>
&gt;&gt;&gt; &gt; Please excuse my potential brevity.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; (To whom it may concern. My email address has changed. Replying<br>
&gt;&gt;to<br>
&gt;&gt;&gt; former<br>
&gt;&gt;&gt; &gt; messages prior to 03/31/12 with my personal address will go to the<br>
&gt;<br>
&gt;&gt;wrong<br>
&gt;&gt;&gt; &gt; address. Please send all personal correspondence to the new<br>
&gt;&gt;address.)<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; (PS - If you email me and don&#39;t get a quick response, you might<br>
&gt;&gt;want to<br>
&gt;&gt;&gt; &gt; call on the phone. I get about 300 emails per day from alternate<br>
&gt;&gt;energy<br>
&gt;&gt;&gt; &gt; mailing lists and such. I don&#39;t always see new email messages very<br>
&gt;<br>
&gt;&gt;&gt; quickly.)<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Ron Frazier<br>
&gt;&gt;&gt; &gt; <a href="tel:770-205-9422" value="+17702059422">770-205-9422</a> (O) Leave a message.<br>
&gt;&gt;&gt; &gt; linuxdude AT <a href="http://techstarship.com" target="_blank">techstarship.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; Ale mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Ale mailing list<br>
&gt;&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt;&gt;<br>
<br>
<br>
--<br>
<br>
Sent from my Android Acer A500 tablet with bluetooth keyboard and K-9 Mail.<br>
Please excuse my potential brevity.<br>
<br>
(To whom it may concern.  My email address has changed.  Replying to former<br>
messages prior to 03/31/12 with my personal address will go to the wrong<br>
address.  Please send all personal correspondence to the new address.)<br>
<br>
(PS - If you email me and don&#39;t get a quick response, you might want to<br>
call on the phone.  I get about 300 emails per day from alternate energy<br>
mailing lists and such.  I don&#39;t always see new email messages very quickly.)<br>
<br>
Ron Frazier<br>
<a href="tel:770-205-9422" value="+17702059422">770-205-9422</a> (O)   Leave a message.<br>
linuxdude AT <a href="http://techstarship.com" target="_blank">techstarship.com</a><br>
<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>