diff options
Diffstat (limited to 'overrides.h')
-rw-r--r-- | overrides.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overrides.h b/overrides.h index 23ea229..9c40659 100644 --- a/overrides.h +++ b/overrides.h @@ -10,6 +10,7 @@ private: vector<string> ignores; map<string,scrapType> searchTypes; map<string,string> substitutes; + vector<string> ignorePath; void ReadConfigLine(string line); public: cOverRides(void); @@ -18,6 +19,7 @@ public: bool Ignore(string title); string Substitute(string title); scrapType Type(string title); + bool IgnorePath(string path); void Dump(void); }; #endif //__TVSCRAPER_OVERRIDES_H
\ No newline at end of file |