Exact picture seems to work

This commit is contained in:
2025-09-02 21:53:03 +02:00
parent f15208fe6d
commit b2571c191f
137 changed files with 2487 additions and 797 deletions

View File

@@ -2,9 +2,9 @@ package ch.gtache.fro.chants.oiseaux.fr;
import ch.gtache.fro.Bird;
import ch.gtache.fro.BirdProvider;
import ch.gtache.fro.Configuration;
import ch.gtache.fro.FetchException;
import ch.gtache.fro.Fetcher;
import ch.gtache.fro.FetcherConfiguration;
import ch.gtache.fro.selenium.AbstractSeleniumFetcher;
import java.io.IOException;
@@ -21,7 +21,7 @@ public class ChantOiseauxFrFetcher extends AbstractSeleniumFetcher {
* @param configuration The configuration
* @throws NullPointerException If any parameter is null
*/
protected ChantOiseauxFrFetcher(final BirdProvider birdProvider, final Configuration configuration) {
protected ChantOiseauxFrFetcher(final BirdProvider birdProvider, final FetcherConfiguration configuration) {
super(birdProvider, configuration);
}