You are not logged in.
Current README: https://github.com/Afterburn/clipodder/ … ter/README
yaourt -S clipodder-git
Personal config
[options]
download_dir = /media/samba/Podcasts/
downloads_per_url = 2
use_colors = False
delete_if_more_than = 30
show_progress = True
buffer_size = 1024
show_full_paths = False
[urls]
# Linux related
floss = http://feeds.twit.tv/floss_video_large
hak5 = http://revision3.com/hak5/feed/MP4-High-Definition
security_now = http://feeds.twit.tv/sn_video_large
jupiter = http://feeds2.feedburner.com/JupiterBroadcastingVideos
# News
democracy_now = http://www.democracynow.org/podcast-video.xml
nbc_news = http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-NN-NETCAST-M4V.xml
Original post
I was tired of gpo (from gpodder), and bashpodder (which downloaded TONS of extra stuff), so I created "clipodder". I use it on my homeserver to download my podcasts while I'm away.
It would be cool if I could have some people test it out for bugs.
For the urls in the config file, name them something unique
example:
1 = some_podcast_url
2 = some_other_podcast_url
yaourt -S clipodder
https://github.com/Afterburn/clipodder
Last edited by stealthy (2012-03-16 17:35:47)
clipodder-git A small simple cron-friendly podcast downloader, with support for arbitrary user defined media types (pdf, html, etc...)
Offline
Hi,
I think you need python2-feedparser, not python-feedparser in the PKGBUILD depends. Can you also please provide an example config.
Cheers
Offline
Ok thanks I updated the deps.
Here is a sample config
[options]
download_dir = /home/stealth/.clipodder/downloads
downloads_per_url = 2
[urls]
1 = http://revision3.com/diggnation/feed/quicktime-high-definition/
2 = http://feeds.twit.tv/sn_video_large
3 = http://revision3.com/hak5/feed/MP4-High-Definition
4 = http://feeds.feedburner.com/tedtalksHD
5 = http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-NN-NETCAST-M4V.xml
6 = http://feeds2.feedburner.com/JupiterBroadcastingVideos
clipodder-git A small simple cron-friendly podcast downloader, with support for arbitrary user defined media types (pdf, html, etc...)
Offline