ad configes files

This commit is contained in:
stubbfel
2014-07-18 23:00:06 +02:00
parent f93425d5b5
commit 17be6d4aff
5 changed files with 44 additions and 5 deletions

View File

@@ -1 +1,8 @@
__author__ = 'dev'
Config = {
"FeedLinkTypes" : {"application/x-bittorrent","mp3"},
"FeedTypes" : {"podcast","rss"},
"FeedStorageFolder" : "testfeeds",
"FeedStoragePrefix" : { "0" : "FeedTypes"}
}

View File

@@ -1 +1,6 @@
__author__ = 'dev'
class Feed:
def __init__(self):
self.valid_file_types = {"application/x-bittorrent","mp3"}