- remove the reddit rss support. This is better done by a 3rd party downloader to disk (i.e https://github.com/Pomax/reddit-image-catch-up)
This commit is contained in:
@@ -178,10 +178,6 @@ QVector<PathEntry> parsePathEntry(QJsonObject &jsonMainDoc, bool baseRecursive,
|
||||
if(!imageListString.empty()) {
|
||||
entry.imageList = imageListString;
|
||||
}
|
||||
std::string rssFeedURLString = ParseJSONString(schedulerJson, "redditrss");
|
||||
if(!rssFeedURLString.empty()) {
|
||||
entry.rssFeedURL = rssFeedURLString;
|
||||
}
|
||||
|
||||
SetJSONBool(entry.exclusive, schedulerJson, "exclusive");
|
||||
|
||||
@@ -260,11 +256,6 @@ AppConfig loadAppConfiguration(const AppConfig &commandLineConfig) {
|
||||
{
|
||||
entry.imageList = imageListString;
|
||||
}
|
||||
std::string rssFeedURLString = ParseJSONString(jsonDoc, "redditrss");
|
||||
if(!rssFeedURLString.empty())
|
||||
{
|
||||
entry.rssFeedURL = rssFeedURLString;
|
||||
}
|
||||
loadedConfig.paths.append(entry);
|
||||
}
|
||||
loadedConfig.configPath = commandLineConfig.configPath;
|
||||
|
||||
Reference in New Issue
Block a user