Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Thursday July 26 2018, @10:01PM   Printer-friendly
from the podcast-me-obiwan-kenobi dept.

Does anyone out there have a favorite Linux program for downloading podcasts? I've been using Chess Griffin's mashpodder but (a) it's now abandonware, and (b) due to the way it identifies files, it doesn't work with modern podcasts where the base name of the file is always "media.mp3" and the earlier parts of the URL change. As such, I'm looking for a replacement, preferably something that I can run as a cron job so that it fires every day without any intervention on my part and where the configuration lives in a file that I can edit with a simple text editor like vim. I'm considering rolling my own in Python just to get more experience with that language, but I thought I'd see if any Soylentils had suggestions for me to check out before I went to the effort of doing that.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1, Funny) by Anonymous Coward on Thursday July 26 2018, @10:13PM (3 children)

    by Anonymous Coward on Thursday July 26 2018, @10:13PM (#713389)

    Just curl the page text, sed that text to winnow down to your URL, wget to download if the filenames don't already exist (or don't match a log of previous downloads). Put it in a bash script, set it up in cron, and be done.

    Starting Score:    0  points
    Moderation   +1  
       Funny=1, Total=1
    Extra 'Funny' Modifier   0  

    Total Score:   1  
  • (Score: 1, Funny) by Anonymous Coward on Thursday July 26 2018, @11:55PM (1 child)

    by Anonymous Coward on Thursday July 26 2018, @11:55PM (#713457)

    A real man would figure out how to do this using emacs.

  • (Score: 1) by Nofsck Ingcloo on Friday July 27 2018, @06:26PM

    by Nofsck Ingcloo (5242) on Friday July 27 2018, @06:26PM (#713793)

    Already done. I have been happily using bashpodder http://lincgeek.org/bashpodder/ [lincgeek.org] for a couple of years. I made a couple of tweaks, and now it runs on cron overnight.

    --
    1984 was not written as an instruction manual.