Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pidoubleyou committed Aug 6, 2023
1 parent 32ff8d6 commit cccc9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mServer/crawler/AddToFilmlist.java
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ private boolean arteRemovedVideo(DatenFilm film, Response response) {

private boolean orfRemovedVideo(DatenFilm film, Response response) {
if (film.arr[DatenFilm.FILM_SENDER].equals(Const.ORF)) {
String path = response.request().url().encodedPath();
String path = response.request().url().encodedPath().toLowerCase();
return path.contains("/bearbeitung_") || path.contains("/geoprotection");
}

Expand Down

0 comments on commit cccc9c1

Please sign in to comment.