Skip to content

Commit 38fe0ef

Browse files
authored
temporary fix for old zdf mediathek
1 parent a280ad8 commit 38fe0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/mServer/crawler/sender/zdf/ZdfConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ public class ZdfConfiguration {
88
private Optional<String> videoAuthKey;
99

1010
public ZdfConfiguration() {
11-
searchAuthKey = Optional.empty();
12-
videoAuthKey = Optional.empty();
11+
searchAuthKey = Optional.of("5bb200097db507149612d7d983131d06c79706d5");
12+
videoAuthKey = Optional.of("20c238b5345eb428d01ae5c748c5076f033dfcc7");
1313
}
1414

1515
public Optional<String> getSearchAuthKey() {

0 commit comments

Comments
 (0)