Skip to content

Commit 3a709ba

Browse files
committed
fix missing query
1 parent 9e054b7 commit 3a709ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public final class ZdfConstants {
2727
public static final String URL_LETTER_PAGE_VARIABLES =
2828
"{\"staticGridClusterPageSize\":6,\"staticGridClusterOffset\":0,\"canonical\":\"sendungen-100\",\"endCursor\":%s,\"tabIndex\":%d,\"itemsFilter\":{\"teaserUsageNotIn\":[\"TIVI_HBBTV_ONLY\"]}}";
2929
public static final String URL_LETTER_PAGE_EXTENSIONS =
30-
"{\"persistedQuery\":{\"version\":1,\"sha256Hash\":\"7d33167e7700ba57779f48b28b5d485c8ada0a1d5dfbdc8a261b7bd62ca28ba7\"}}";
30+
"{\"persistedQuery\":{\"version\":1,\"sha256Hash\":\"63848395d2f977dbf99ce30172c8d80038a54615574295eee6f8704c5e6fcbee\"}}";
3131

3232
public static final String URL_TOPIC_PAGE = URL_API_BASE + "/graphql?operationName=seasonByCanonical&" +
3333
"variables=%s&" +

0 commit comments

Comments
 (0)