diff options
author | etobi <git@e-tobi.net> | 2009-11-03 19:02:47 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2009-11-03 19:02:47 +0100 |
commit | 90b872ed164d8cf004b40f0128fd7a9b3ca7d27e (patch) | |
tree | b558cc69a5f750c98b90d4aac228d9d031d2316a /examples | |
download | vdr-plugin-vodcatcher-90b872ed164d8cf004b40f0128fd7a9b3ca7d27e.tar.gz vdr-plugin-vodcatcher-90b872ed164d8cf004b40f0128fd7a9b3ca7d27e.tar.bz2 |
initial commit
Diffstat (limited to 'examples')
-rw-r--r-- | examples/vodcatchersources.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/vodcatchersources.conf b/examples/vodcatchersources.conf new file mode 100644 index 0000000..778d65a --- /dev/null +++ b/examples/vodcatchersources.conf @@ -0,0 +1,21 @@ +# +# Example sources for vdr-vodcatcher +# + +# videocast.srtwist.net +FEED_URL=http://videocast.srtwist.net/ + +# Galacticast +FEED_URL=http://feeds.feedburner.com/galacticast-wmv + +# Probot World of Amazing Action-Figure Adventure! +FEED_URL=http://www.probotproductions.com/vidcasts/ProbotVodcast.xml + +# Adventures of Thomas Brin +FEED_URL=http://podcasts.thomasbrin.com/BrinRSS + +# Quarks & Co +FEED_URL=http://podcast.wdr.de/quarks.xml + +# Computer Club 2 +FEED_URL=http://www.cczwei.de/rss_tvissues.php |