Author Topic: Downloading all episodes  (Read 8756 times)

0 Members and 1 Guest are viewing this topic.

Offline Joshuamcd22Topic starter

  • Contributor
  • Posts: 25
  • Country: ca
Downloading all episodes
« on: February 14, 2014, 11:42:38 pm »
Hi,

I've just discovered this show, and want to listen to all past episodes, but I can't find a way to download them all, without going through, and downloading them one by one....  Does anyone know how I can download them all at once?

Thanks,
Josh
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37661
  • Country: au
    • EEVblog
Re: Downloading all episodes
« Reply #1 on: February 15, 2014, 12:03:51 am »
I'm not sure there is, or at least not without scripting something.
The files are hosted on our Libsyn server:
http://theamphour.libsyn.com/
 

Offline owiecc

  • Frequent Contributor
  • **
  • Posts: 315
  • Country: dk
    • Google scholar profile
Re: Downloading all episodes
« Reply #2 on: March 06, 2014, 07:35:40 am »
You can use iTunes to do that.
 

Offline Rigby

  • Super Contributor
  • ***
  • Posts: 1476
  • Country: us
  • Learning, very new at this. Righteous Asshole, too
Re: Downloading all episodes
« Reply #3 on: March 06, 2014, 08:01:03 am »
there are browser plugins that will download things for you.  easy as heck to use.
 

Offline mrflibble

  • Super Contributor
  • ***
  • Posts: 2051
  • Country: nl
Re: Downloading all episodes
« Reply #4 on: March 07, 2014, 12:33:19 pm »
There ya go, complete url list to feed to your favorite download tool.
 

Offline Joshuamcd22Topic starter

  • Contributor
  • Posts: 25
  • Country: ca
Re: Downloading all episodes
« Reply #5 on: March 09, 2014, 10:03:59 pm »
There ya go, complete url list to feed to your favorite download tool.

Thanks!  They are downloading now!
 

Offline zimzom

  • Regular Contributor
  • *
  • Posts: 63
  • Country: ph
Re: Downloading all episodes
« Reply #6 on: March 17, 2014, 02:37:45 am »
Code: [Select]
while read input; do wget $input; sleep 30; done < list.txt

Before you run this take out the carriage returns from list.txt and everything is great.
 

Offline dfmischler

  • Frequent Contributor
  • **
  • Posts: 548
  • Country: us
Re: Downloading all episodes
« Reply #7 on: March 17, 2014, 03:11:49 am »
Code: [Select]
while read input; do wget $input; sleep 30; done < list.txt

Before you run this take out the carriage returns from list.txt and everything is great.

The "strings" command, for example,  will strip the carriage returns.
 

Offline mrflibble

  • Super Contributor
  • ***
  • Posts: 2051
  • Country: nl
Re: Downloading all episodes
« Reply #8 on: March 17, 2014, 03:54:11 am »
Heh, I even piped it through todos for the usual windoze crowd. :P For linux I assumed nuf said.

For those using wget, but not using TFM:

Code: [Select]
wget -c -i list.txt
 

Offline Steven.UK

  • Newbie
  • Posts: 2
  • Country: gb
Re: Downloading all episodes
« Reply #9 on: May 27, 2014, 08:31:53 pm »
Hi,

I've just discovered this show, and want to listen to all past episodes, but I can't find a way to download them all, without going through, and downloading them one by one....  Does anyone know how I can download them all at once?

Thanks,
Josh

Firefox browser with download helper addon will download 50 links of each page to a folder called (medialink)
All named and numbered in the right order. Just in case anyone else would like to listen on there travels as I do.  :-+

Forgot to add when you change page from 1 to 2 etc... F5 to refresh or addon will see first set of links again.
« Last Edit: May 27, 2014, 08:42:22 pm by Steven.UK »
 

Offline antiekeradio

  • Newbie
  • Posts: 2
  • Country: nl
Re: Downloading all episodes
« Reply #10 on: December 02, 2016, 07:31:36 pm »
WARNING ....I am rebooting an old topic here.... WARNING

For people who only started to listen to The Amp Hour recently (like myself), there is a very good way to download the old episodes now that they are being hosted on libsync:

http://theamphour.libsyn.com/
just one right-click (save target as...) per episode required.

Since I have to endure a really bad commute 3 days a week (65km/ 50mi which can take from 45min to 2 hours each way, depending on traffic) I have been able to catch up quite quickly :-)

love the show btw. My favourite episodes in the 1-100 range were #71 with John Edmond (one of the co-founders of Cree) and  #77 with Howard Johnson on high-speed signal propagation.
If there's anyone that has not listened to these episodes before, I can recommend them even while they're over 4 years old now.

Cheers!

Wouter Nieuwlaat
a.k.a. Antiekeradio
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf