Skip to content

Commit

Permalink
remove br crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
pidoubleyou committed Oct 3, 2023
1 parent ff4de2b commit 6a05708
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import de.mediathekview.mserver.crawler.basic.AbstractCrawler;
import de.mediathekview.mserver.crawler.basic.IgnoreFilmFilter;
import de.mediathekview.mserver.crawler.basic.TimeoutTask;
import de.mediathekview.mserver.crawler.br.BrCrawler;
import de.mediathekview.mserver.crawler.dreisat.DreiSatCrawler;
import de.mediathekview.mserver.crawler.dw.DwCrawler;
import de.mediathekview.mserver.crawler.funk.FunkCrawler;
Expand Down Expand Up @@ -467,8 +466,6 @@ private void initializeCrawler(final MServerConfigManager rootConfig) {
crawlerMap.put(
Sender.ARTE_ES,
new ArteCrawler_ES(forkJoinPool, messageListeners, progressListeners, rootConfig));
crawlerMap.put(
Sender.BR, new BrCrawler(forkJoinPool, messageListeners, progressListeners, rootConfig));
crawlerMap.put(
Sender.DREISAT,
new DreiSatCrawler(forkJoinPool, messageListeners, progressListeners, rootConfig));
Expand Down

0 comments on commit 6a05708

Please sign in to comment.