[LIB-13] Add query params to settings
[chesshog-scanner.git] / src / main / java / org / hedgecode / chess / scanner / Settings.java
index 28bd2c9..e2a6bf9 100644 (file)
@@ -27,6 +27,8 @@ public interface Settings {
 
     boolean isTournamentMultiPage();
 
+    String getTournamentQueryParams();
+
     String getTournamentGamesUrlRegex();
 
     String getTournamentQuery();
@@ -37,4 +39,6 @@ public interface Settings {
 
     String getGamePgnUrl();
 
+    String getGameQueryParams();
+
 }