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