|
|
|
|
|
by 0x006A
2224 days ago
|
|
Why did you choose to ship the list of RSS feeds as an SQL database? This makes it hard to keep it up to date and submit pull requests with additional sources. Would it not be better to keep that info in a json file or a dict / list in a python module? |
|