[LIB-13] Add new scanner settings
[chesshog-scanner.git] / src / main / java / org / hedgecode / chess / scanner / Settings.java
index e2a6bf9..6a14f9b 100644 (file)
@@ -41,4 +41,6 @@ public interface Settings {
 
     String getGameQueryParams();
 
+    String getGameUrlRegex();
+
 }