Implements database, adds profiles

This commit is contained in:
2025-10-01 22:23:00 +02:00
parent b2571c191f
commit d2da811868
86 changed files with 17323 additions and 483 deletions

View File

@@ -27,7 +27,7 @@ public class ChantOiseauxFrFetcher extends AbstractSeleniumFetcher {
@Override
protected void waitFor() throws IOException {
throw new UnsupportedOperationException();
}
@Override
@@ -37,6 +37,6 @@ public class ChantOiseauxFrFetcher extends AbstractSeleniumFetcher {
@Override
protected void download(final Bird bird) throws FetchException {
throw new UnsupportedOperationException();
}
}