Skip to content

ddschmitz/Libsyn-Podcast-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Libsyn-Podcast-Downloader

Download from Website.

Simple python program to download all of the podcasts on a specified Libsyn page. Format for supplying a webpage to download from should look like this http://billburr.libsyn.com/webpage/page/1/size/1000 where 1 is how many pages and 1000 is how many items appear per page. Using this format will put all the podcasts on one long page which the program will then parse.

Running.

######Linux

Requires BeautifulSoup

apt-get install python-bs4

python downloader.py

######Windows

Just run windownloader.exe (source code for the .exe is windownloader.py and was made using pyinstaller).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages