Skip to content

Commit e01e6b4

Browse files
committed
temporary fix for old zdf mediathek
2 parents a280ad8 + 7b5ed41 commit e01e6b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_17
2727
targetCompatibility = JavaVersion.VERSION_17
2828
group = 'de.mediathekview'
2929
archivesBaseName = "MServer"
30-
version = '3.1.249'
30+
version = '3.1.250'
3131

3232
def jarName = 'MServer.jar'
3333
def mainClass = 'mServer.Main'

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)