Simple Podcast Downloader Script


Recommended Posts

  • 6 months later...

Command line

Navigate to wherever you want to put it.

 

wget https://gist.githubusercontent.com/dprandzioch/5aae328bceac5e3b5c30/raw/84c50e0c14edf0d08cdf59b25fd6a2749e3d7961/download_podcasts.sh
chmod +x download_podcasts.sh

 

Then run it with

 

download_podcasts.sh

Link to comment

Wherever you downloaded it to......

 

Command line

Navigate to wherever you want to put it.

 

wget https://gist.githubusercontent.com/dprandzioch/5aae328bceac5e3b5c30/raw/84c50e0c14edf0d08cdf59b25fd6a2749e3d7961/download_podcasts.sh
chmod +x download_podcasts.sh

 

Then run it with

 

download_podcasts.sh

Link to comment
  • 2 weeks later...

nice and simple.  I've been using the Madsonic (Subsonic) Docker which has a podcast downloader built in.

 

This is actually what I'd been doing previously, however Madsonic only support podcasts in the free version until Dec. 21, 2016, so unless I want to pay for the premium license I'm still searching for a dedicated solution. Would be great to find a docker version of gPodder or Vocal.

Link to comment
  • 1 month later...

I'm not using the script above anymore. I found a better solution with FlexGet.

I have better sorting and Filenames now.

 

sorry, my english is not perfect  ;)

 

This is my config.yml:

 

web_server:
  bind: 0.0.0.0
  port: 3539


templates:
    
    podcast:
        accept_all: yes
        pathscrub: windows
        limit_new: 5
        set:
            filename: "{{ rss_pubdate | formatdate('%Y-%m-%d') }} -  {{ title }}.mp3"

tasks:

  BlueMoon:
    template: podcast
    rss: http://www.fritz.de/sehen-und-hoeren/audios/sendungen/blue-moon-feed.xml/feed=podcast.xml
    download: /mnt/Talk/BlueMoon

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.