8 lines
215 B
Python
8 lines
215 B
Python
__author__ = 'dev'
|
|
|
|
Config = {
|
|
"FeedLinkTypes" : {"application/x-bittorrent","mp3"},
|
|
"FeedTypes" : {"podcast","rss"},
|
|
"FeedStorageFolder" : "testfeeds",
|
|
"FeedStoragePrefix" : { "0" : "FeedTypes"}
|
|
} |