From bd3fd5430f479d07f48816c7c1e7a4928b926d00 Mon Sep 17 00:00:00 2001 From: CodingPF Date: Sun, 25 Feb 2024 17:34:55 +0100 Subject: [PATCH] junit --- .../orfon/json/OrfOnEpisodeDeserializer.java | 4 +- .../crawler/orfon/OrfOnAZTaskTest.java | 52 + .../crawler/orfon/OrfOnEpisodeTaskTest.java | 142 + .../crawler/orfon/OrfOnEpisodesTaskTest.java | 127 + .../orfon/OrfOnHistoryChildrenTaskTest.java | 41 + .../crawler/orfon/OrfOnHistoryTaskTest.java | 50 + .../orfon/OrfOnHistoryVideoItemTaskTest.java | 48 + .../crawler/orfon/OrfOnScheduleTaskTest.java | 154 + .../orfon/OrfOnVideoInfo2FilmTaskTest.java | 165 + src/test/resources/orfOn/episodes_1.json | 18567 ---------------- src/test/resources/orfOn/episodes_3.json | 3111 +++ src/test/resources/orfOn/history.json | 5282 +++++ src/test/resources/orfOn/subtitle_868782.json | 31 + 13 files changed, 9206 insertions(+), 18568 deletions(-) create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnAZTaskTest.java create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodesTaskTest.java create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryChildrenTaskTest.java create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryTaskTest.java create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryVideoItemTaskTest.java create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnScheduleTaskTest.java create mode 100644 src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnVideoInfo2FilmTaskTest.java delete mode 100644 src/test/resources/orfOn/episodes_1.json create mode 100644 src/test/resources/orfOn/episodes_3.json create mode 100644 src/test/resources/orfOn/history.json create mode 100644 src/test/resources/orfOn/subtitle_868782.json diff --git a/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java b/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java index 6707d80a2..d439ed1a3 100644 --- a/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java +++ b/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java @@ -120,7 +120,9 @@ private Optional> buildOrResolveSubs(JsonElement jsonElement) { JsonElement newRequestForSubs = null; try { newRequestForSubs = crawler.getConnection().requestBodyAsJsonElement(subtitleSource.get().toString(), myMap); - setOfSubs = parseSubtitleUrls(newRequestForSubs); + if (newRequestForSubs != null) { + setOfSubs = parseSubtitleUrls(newRequestForSubs); + } } catch (IOException e) { LOG.error("Failed to resolve subtitle from {} error {}", subtitleSource, e); } diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnAZTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnAZTaskTest.java new file mode 100644 index 000000000..e4f761d74 --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnAZTaskTest.java @@ -0,0 +1,52 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static org.junit.Assert.assertTrue; +import static org.junit.jupiter.api.Assertions.assertIterableEquals; + +import java.util.ArrayList; +import java.util.List; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; + +import org.junit.Test; + +import de.mediathekview.mserver.crawler.orfon.task.OrfOnAZTask; +import de.mediathekview.mserver.testhelper.WireMockTestBase; + +import static java.util.Arrays.asList; + + +public class OrfOnAZTaskTest extends WireMockTestBase { + + @Test + public void test() { + setupSuccessfulJsonResponse("/azTask", "/orfOn/letter_1.json"); + Set result = executeTask("/azTask"); + List expectedResult = generateExpectedResult(); + assertTrue(result.size() == 9); + assertIterableEquals(result, expectedResult); + } + + private Set executeTask(String... requestUrl) { + final Queue input = new ConcurrentLinkedQueue<>(); + for (String url : requestUrl) { + input.add(new OrfOnBreadCrumsUrlDTO("",getWireMockBaseUrlSafe() + url)); + } + return new OrfOnAZTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + } + + private List generateExpectedResult() { + ArrayList expectedResult = new ArrayList<>(asList( + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/13892414/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/8850620/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/13895942/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/8850612/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/13890803/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/13894465/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/13732047/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/13895899/episodes?limit=200"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/profile/13887359/episodes?limit=200"))); + return expectedResult; + } +} diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java new file mode 100644 index 000000000..60250d4c7 --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java @@ -0,0 +1,142 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertTrue; +import static org.junit.jupiter.api.Assertions.assertEquals; + + +import java.net.MalformedURLException; +import java.net.URL; +import java.time.LocalDateTime; +import java.util.ArrayList; +import java.util.Collection; +import java.util.List; +import java.util.Map; +import java.util.Optional; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; +import java.util.concurrent.ForkJoinPool; + +import org.junit.Test; + +import de.mediathekview.mlib.daten.FilmUrl; +import de.mediathekview.mlib.daten.GeoLocations; +import de.mediathekview.mlib.daten.Resolution; +import de.mediathekview.mlib.messages.listener.MessageListener; +import de.mediathekview.mserver.base.config.MServerConfigManager; +import de.mediathekview.mserver.crawler.orfon.task.OrfOnEpisodeTask; +import de.mediathekview.mserver.progress.listeners.SenderProgressListener; + + +public class OrfOnEpisodeTaskTest extends OrfOnEpisodesTaskTest { + + @Test + public void test() { + setupSuccessfulJsonResponse("/episode1", "/orfOn/episode_1.json"); + setupSuccessfulJsonResponse("/episode2", "/orfOn/episode_2.json"); + Set result = executeTask("/episode1", "/episode2"); + Map expectedResult = generateExpectedResult(); + assertTrue(result.size() == 2); + for (OrfOnVideoInfoDTO actual : result) { + OrfOnVideoInfoDTO expected = expectedResult.get(actual.getId().get()); + assertNotNull(expected); + assertVideoInfoDto(expected, actual); + } + } + + private Set executeTask(String... requestUrl) { + final Queue input = new ConcurrentLinkedQueue<>(); + for (String url : requestUrl) { + input.add(new OrfOnBreadCrumsUrlDTO("",getWireMockBaseUrlSafe() + url)); + } + return new OrfOnEpisodeTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + } + + private Map generateExpectedResult() { + try { + Map expectedResult = Map.of( + "14207792", new OrfOnVideoInfoDTO( + Optional.of("14207792"), + Optional.of("ORF 1"), + Optional.of("Servus Kasperl: Kasperl & Strolchi: Koko und Maximilian"), + Optional.of("Servus Kasperl: Kasperl und Strolchi: Koko und Maximilian vom 04.01.2024 um 07:07 Uhr"), + Optional.of("Servus Kasperl"), + Optional.of("ORF Kids | Servus Kasperl"), + Optional.of(LocalDateTime.of(2024,01,04,07,07,38)), + Optional.of(java.time.Duration.parse("PT21M56S")), + Optional.of("Kasperl und Strolchi besuchen den Zirkusdirektor des Zirkus Kindleroni. Dieser ist verzweifelt, weil sein Stallbursche krank ist und er die ganze Arbeit alleine kaum schaffen kann. Doch da kommt Hilfe durch Maximilian, der Arbeit sucht. Sofort darf Maximilian die Stelle als Stallbursche antreten. Eine seiner Aufgaben ist es auch auf Koko, den Papagei des Direktors, aufzupassen. Dieser ist in Gefahr, weil ein Räuber vor hat ihn zu stehlen.\r\n" + + "Bildquelle: ORF"), + Optional.of(new URL("https://tvthek.orf.at/profile/Servus-Kasperl/3272601/Servus-Kasperl-Kasperl-Strolchi-Koko-und-Maximilian/14207792")), + Optional.of(List.of(GeoLocations.GEO_NONE)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/885340")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-worldwide/2024-01-04_0707_tl_01_Servus-Kasperl-_____14207792__o__6332192865__s15543049_9__ORF1HD_07081012P_07300711P_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/07aead27b4c0b09b36750db54b8ce15ff9b8499c.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/4dd6932d7cf6ceaad90a536c3e03981267e32941.vtt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/09477f02c5e0392ecd2f717461ed136237d70050.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/808e2453d38fd8a5e4fab4794cc034ee89fcfd9c.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/8547597f31429d87a5418918ae471b44fcf9ab55.smi") + ))), + "14207790", new OrfOnVideoInfoDTO( + Optional.of("14207790"), + Optional.of("ORF Kids"), + Optional.of("ABC Bär"), + Optional.of("ABC Bär vom 04.01.2024 um 06:45 Uhr"), + Optional.of("ABC-Bär"), + Optional.of("ORF Kids | Lernen mit Spaß"), + Optional.of(LocalDateTime.of(2024,01,04,06,45)), + Optional.of(java.time.Duration.parse("PT13M29S")), + Optional.of("Der ABC Bär und seine Tierfreunde reisen mit ihrem lustigen Baumhaus durch das Land, um ihre Zahl- und Buchstabenspiele aufzuführen und erleben dabei jede Menge spannender Geschichten.\r\n" + + "Bildquelle: ORF"), + Optional.of(new URL("https://tvthek.orf.at/profile/ABC-Baer/4611813/ABC-Baer/14207790")), + Optional.of(List.of(GeoLocations.GEO_AT)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/885332")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-austria/2024-01-04_0645_tl_00_ABC-Baer_____14207790__o__4346842346__s15542921_1__KIDS1_06363007P_06500003P_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/b682365a2a3fd1d45a2f029a597735a9df5b7524.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/20c53ed98f58a5045da663191516bc7fbf09e3d2.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/c50d4ed5c4f912e8d7f7b5e94cd9155bd31b247d.vtt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/1f178ebeae4aea09e03697e85082701de6df436c.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/7096926d900006d0d196e1dab952a62200118c2c.smi") + ))) + ); + return expectedResult; + } catch (MalformedURLException e) { + e.printStackTrace(); + } + return null; + } + + protected static void assertVideoInfoDto(OrfOnVideoInfoDTO expected, OrfOnVideoInfoDTO actual) { + assertEquals(expected.getAired(), actual.getAired()); + assertEquals(expected.getChannel(), actual.getChannel()); + assertEquals(expected.getDescription(), actual.getDescription()); + assertEquals(expected.getDuration(), actual.getDuration()); + assertEquals(expected.getGeorestriction(), actual.getGeorestriction()); + assertEquals(expected.getId(), actual.getId()); + assertEquals(expected.getTitle(), actual.getTitle()); + assertEquals(expected.getTitleWithDate(), actual.getTitleWithDate()); + assertEquals(expected.getTopic(), actual.getTopic()); + assertEquals(expected.getTopicForArchive(), actual.getTopicForArchive()); + assertEquals(expected.getWebsite(), actual.getWebsite()); + assertEquals(expected.getVideoUrls().get(), actual.getVideoUrls().get()); + assertEquals(expected.getSubtitleUrls(), actual.getSubtitleUrls()); + if (expected.getSubtitleSource().isPresent()) { + int subtitleSourceExpectedStringlength = expected.getSubtitleSource().get().toString().indexOf("subtitle"); + int subtitleSourceActStringlength = actual.getSubtitleSource().get().toString().indexOf("subtitle"); + assertTrue(subtitleSourceExpectedStringlength > 0 && subtitleSourceActStringlength > 0); + assertEquals(expected.getSubtitleSource().get().toString().substring(subtitleSourceExpectedStringlength), actual.getSubtitleSource().get().toString().substring(subtitleSourceActStringlength)); // ignore localhost+port + } + } + + protected static OrfOnCrawler createCrawler() { + final ForkJoinPool forkJoinPool = new ForkJoinPool(); + final Collection nachrichten = new ArrayList<>(); + final Collection fortschritte = new ArrayList<>(); + return new OrfOnCrawler(forkJoinPool, nachrichten, fortschritte, new MServerConfigManager("MServer-JUnit-Config.yaml")); + } + + + +} diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodesTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodesTaskTest.java new file mode 100644 index 000000000..ab806a591 --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodesTaskTest.java @@ -0,0 +1,127 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertTrue; + +import java.net.MalformedURLException; +import java.net.URL; +import java.time.LocalDateTime; +import java.util.List; +import java.util.Map; +import java.util.Optional; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; + +import org.junit.Test; + +import de.mediathekview.mlib.daten.FilmUrl; +import de.mediathekview.mlib.daten.GeoLocations; +import de.mediathekview.mlib.daten.Resolution; +import de.mediathekview.mserver.crawler.orfon.task.OrfOnEpisodesTask; +import de.mediathekview.mserver.testhelper.WireMockTestBase; + +public class OrfOnEpisodesTaskTest extends WireMockTestBase { + + @Test + public void test() { + setupSuccessfulJsonResponse("/episodes", "/orfOn/episodes_3.json"); + setupSuccessfulJsonResponse("/api/v4.3/subtitle/868782", "/orfOn/subtitle_868782.json"); + Set result = executeTask("/episodes"); + Map expectedResult = generateExpectedResult(); + assertTrue(result.size() == 3); + for (OrfOnVideoInfoDTO actual : result) { + OrfOnVideoInfoDTO expected = expectedResult.get(actual.getId().get()); + assertNotNull(expected); + OrfOnEpisodeTaskTest.assertVideoInfoDto(expected, actual); + } + } + + private Set executeTask(String... requestUrl) { + final Queue input = new ConcurrentLinkedQueue<>(); + for (String url : requestUrl) { + input.add(new OrfOnBreadCrumsUrlDTO("",getWireMockBaseUrlSafe() + url)); + } + return new OrfOnEpisodesTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + } + + private Map generateExpectedResult() { + try { + Map expectedResult = Map.of( + "14201133", new OrfOnVideoInfoDTO( + Optional.of("14201133"), + Optional.of("ORF 1"), + Optional.of("Wischen ist Macht: Alles für den Hugo"), + Optional.of("Wischen ist Macht: Alles für den Hugo vom 14.11.2023 um 00:33 Uhr"), + Optional.of("Wischen ist Macht"), + Optional.of("Serie"), + Optional.of(LocalDateTime.of(2023,11,14,00,33,03)), + Optional.of(java.time.Duration.parse("PT24M50S")), + Optional.of("Spezialauftrag für \"Dreck.Weg.Sendracek\": Die russische Botschafterin lädt zu einer Gala und"), + Optional.of(new URL("https://tvthek.orf.at/profile/Wischen-ist-Macht/13891227/Wischen-ist-Macht-Alles-fuer-den-Hugo/14201133")), + Optional.of(List.of(GeoLocations.GEO_AT)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/868782")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-austria/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/a1ab1313ca03ba35c75d39e08c59840bc97aba76.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/6cd8a1899f5b56f919a6d809fe001ce3acaf4ce8.smi"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/79738b7eb874c151cde04ec6367a444bd5999db1.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/a0467e2fdfb637c00fe6a450f003cedcf70128fa.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/4b1c81a007271ee90224a9555494148e3116a00e.vtt") + )) + ), + "14202094", new OrfOnVideoInfoDTO( + Optional.of("14202094"), + Optional.of("ORF 1"), + Optional.of("Wischen ist Macht: Shit Happens"), + Optional.of("Wischen ist Macht: Shit Happens vom 21.11.2023 um 00:04 Uhr"), + Optional.of("Wischen ist Macht"), + Optional.of("Wischen ist Macht"), + Optional.of(LocalDateTime.of(2023,11,21,00,04,21)), + Optional.of(java.time.Duration.parse("PT22M12S")), + Optional.of("Dass Ex-Rockstar Johnny Woody gerade seinen Abgang ins Jenseits plant, passt Michelle gar nicht in den Kram - hat er ihr doch immer noch nicht die ausstehenden Honorare überwiesen. Johnny fängt sich jedoch wieder und \"Dreck:Weg.Sendracek\" treten ihren Dienst an. Bei der Arbeit findet Michelle heraus, dass Johnny eine 10.000 Dollar-Gitarre besitzt und er vielleicht doch nicht so knapp bei Kasse ist, woraufhin sie einen Plan schmiedet. Dann aber wird Michelle in die Beziehungskrise zwischen Johnny und seine Freundin Pamela hineingezogen, während seine Frau Janis gewohnt alkoholisiert durchs Haus geistert.\r\n" + + "Mit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Wolfram Berger (Johnny), Eva Maria Marold (Janis), Doris Hindinger (Pamela), Helmut Bohatsch (Bertram) u.a.\r\n" + + "Bildquelle: ORF/Fabio Eppensteiner"), + Optional.of(new URL("https://tvthek.orf.at/profile/Wischen-ist-Macht/13891227/Wischen-ist-Macht-Shit-Happens/14202094")), + Optional.of(List.of(GeoLocations.GEO_AT)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/868782")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-austria/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/a1ab1313ca03ba35c75d39e08c59840bc97aba76.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/6cd8a1899f5b56f919a6d809fe001ce3acaf4ce8.smi"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/79738b7eb874c151cde04ec6367a444bd5999db1.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/a0467e2fdfb637c00fe6a450f003cedcf70128fa.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/4b1c81a007271ee90224a9555494148e3116a00e.vtt") + )) + ), + "14202095", new OrfOnVideoInfoDTO( + Optional.of("14202095"), + Optional.of("ORF 1"), + Optional.of("Wischen ist Macht: Fußball ist meine Religion"), + Optional.of("Wischen ist Macht: Fußball ist meine Religion vom 21.11.2023 um 00:27 Uhr"), + Optional.of("Wischen ist Macht"), + Optional.of("Serie"), + Optional.of(LocalDateTime.of(2023,11,21,00,27,17)), + Optional.of(java.time.Duration.parse("PT25M49S")), + Optional.of("Michelle und ihr Team rücken im Fußballstadion an"), + Optional.of(new URL("https://tvthek.orf.at/profile/Wischen-ist-Macht/13891227/Wischen-ist-Macht-Fussball-ist-meine-Religion/14202095")), + Optional.of(List.of(GeoLocations.GEO_AT)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/868782")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-austria/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/a1ab1313ca03ba35c75d39e08c59840bc97aba76.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/6cd8a1899f5b56f919a6d809fe001ce3acaf4ce8.smi"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/79738b7eb874c151cde04ec6367a444bd5999db1.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/a0467e2fdfb637c00fe6a450f003cedcf70128fa.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0162/100/4b1c81a007271ee90224a9555494148e3116a00e.vtt") + )) + )); + return expectedResult; + } catch (MalformedURLException e) { + e.printStackTrace(); + } + return null; + } + + +} diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryChildrenTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryChildrenTaskTest.java new file mode 100644 index 000000000..29630e358 --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryChildrenTaskTest.java @@ -0,0 +1,41 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static java.util.Arrays.asList; +import static org.junit.jupiter.api.Assertions.assertIterableEquals; + +import java.util.ArrayList; +import java.util.List; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; + +import org.junit.Test; +import de.mediathekview.mserver.crawler.orfon.task.OrfOnHistoryChildrenTask; +import de.mediathekview.mserver.testhelper.WireMockTestBase; + +public class OrfOnHistoryChildrenTaskTest extends WireMockTestBase { + + @Test + public void test() { + setupSuccessfulJsonResponse("/children", "/orfOn/children_1.json"); + Set result = executeTask("/children"); + assertIterableEquals(result, generateExpectedResult()); + } + + private Set executeTask(String... requestUrl) { + final Queue input = new ConcurrentLinkedQueue<>(); + for (String url : requestUrl) { + input.add(new OrfOnBreadCrumsUrlDTO("",getWireMockBaseUrlSafe() + url)); + } + return new OrfOnHistoryChildrenTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + } + + private List generateExpectedResult() { + ArrayList expectedResult = new ArrayList<>(asList( + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13558011/videoitems?limit=200"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13558009/videoitems?limit=200") + )); + return expectedResult; + } + +} diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryTaskTest.java new file mode 100644 index 000000000..840673d59 --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryTaskTest.java @@ -0,0 +1,50 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static java.util.Arrays.asList; +import static org.junit.jupiter.api.Assertions.assertIterableEquals; + +import java.util.ArrayList; +import java.util.List; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; + +import org.junit.Test; + +import de.mediathekview.mserver.crawler.orfon.task.OrfOnHistoryTask; +import de.mediathekview.mserver.testhelper.WireMockTestBase; + +public class OrfOnHistoryTaskTest extends WireMockTestBase { + + + + @Test + public void test() { + setupSuccessfulJsonResponse("/history", "/orfOn/history.json"); + Set result = executeTask("/history"); + assertIterableEquals(result, generateExpectedResult()); + } + + private Set executeTask(String... requestUrl) { + final Queue input = new ConcurrentLinkedQueue<>(); + for (String url : requestUrl) { + input.add(new OrfOnBreadCrumsUrlDTO("",getWireMockBaseUrlSafe() + url)); + } + return new OrfOnHistoryTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + } + + private List generateExpectedResult() { + ArrayList expectedResult = new ArrayList<>(asList( + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13557964/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13557948/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/7874678/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13557914/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13557911/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13557913/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13557916/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13558010/children"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/history/13557912/children") + )); + return expectedResult; + } +} diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryVideoItemTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryVideoItemTaskTest.java new file mode 100644 index 000000000..fcb5bedfa --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnHistoryVideoItemTaskTest.java @@ -0,0 +1,48 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static java.util.Arrays.asList; +import static org.junit.jupiter.api.Assertions.assertIterableEquals; + +import java.util.ArrayList; +import java.util.List; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; + +import org.junit.Test; + +import de.mediathekview.mserver.crawler.orfon.task.OrfOnHistoryVideoItemTask; +import de.mediathekview.mserver.testhelper.WireMockTestBase; + +public class OrfOnHistoryVideoItemTaskTest extends WireMockTestBase { + + @Test + public void test() { + setupSuccessfulJsonResponse("/videoItems", "/orfOn/videoItems_1.json"); + Set result = executeTask("/videoItems"); + assertIterableEquals(result, generateExpectedResult()); + } + + private Set executeTask(String... requestUrl) { + final Queue input = new ConcurrentLinkedQueue<>(); + for (String url : requestUrl) { + input.add(new OrfOnBreadCrumsUrlDTO("",getWireMockBaseUrlSafe() + url)); + } + return new OrfOnHistoryVideoItemTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + } + + private List generateExpectedResult() { + ArrayList expectedResult = new ArrayList<>(asList( + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/14070240"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/5074881"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/5068699"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/13984127"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/13984230"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/13984132"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/14003539"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/13984130"), + new OrfOnBreadCrumsUrlDTO("","https://api-tvthek.orf.at/api/v4.3/episode/13984128") + )); + return expectedResult; + } +} diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnScheduleTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnScheduleTaskTest.java new file mode 100644 index 000000000..00946ee94 --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnScheduleTaskTest.java @@ -0,0 +1,154 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static java.util.Arrays.asList; +import static org.junit.jupiter.api.Assertions.assertIterableEquals; + +import java.util.ArrayList; +import java.util.List; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; + +import org.junit.Test; + +import de.mediathekview.mserver.crawler.orfon.task.OrfOnScheduleTask; +import de.mediathekview.mserver.testhelper.WireMockTestBase; + +public class OrfOnScheduleTaskTest extends WireMockTestBase { + + @Test + public void test() { + setupSuccessfulJsonResponse("/scheduleTask", "/orfOn/schedule.json"); + Set result = executeTask("/scheduleTask"); + assertIterableEquals(result, generateExpectedResult()); + } + + private Set executeTask(String... requestUrl) { + final Queue input = new ConcurrentLinkedQueue<>(); + for (String url : requestUrl) { + input.add(new OrfOnBreadCrumsUrlDTO("",getWireMockBaseUrlSafe() + url)); + } + return new OrfOnScheduleTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + } + + private List generateExpectedResult() { + ArrayList expectedResult = new ArrayList<>(asList( + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213726"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213913"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213924"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213740"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213748"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213759"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213751"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213737"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213696"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213946"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213935"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14214038"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14214041"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213705"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213763"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213716"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213749"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213741"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213752"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213925"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213730"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213914"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213738"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213727"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213697"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213947"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213936"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14214040"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213742"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213728"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213720"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213717"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213926"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213915"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213731"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213706"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213753"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213739"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213698"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213940"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213937"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14214043"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213707"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213718"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213754"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213743"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213729"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213732"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213831"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213927"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213916"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213710"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213721"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213644"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213699"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213941"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213930"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213938"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14214039"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14214042"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213733"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213722"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213711"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213708"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213755"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213744"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213920"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213928"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213917"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213719"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213700"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213692"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213939"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213931"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213918"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213709"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213929"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213921"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213723"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213734"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213745"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213756"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213712"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213701"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213693"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213932"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213943"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14214044"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213746"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213724"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213757"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213900"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213735"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213911"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213922"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213919"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213713"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213702"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213672"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213694"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213933"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213944"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213750"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213714"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213901"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213912"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213923"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213725"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213736"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213747"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213758"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213703"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213695"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213934"), + new OrfOnBreadCrumsUrlDTO("", "https://api-tvthek.orf.at/api/v4.3/episode/14213945") + )); + return expectedResult; + } +} diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnVideoInfo2FilmTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnVideoInfo2FilmTaskTest.java new file mode 100644 index 000000000..b28d3a075 --- /dev/null +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnVideoInfo2FilmTaskTest.java @@ -0,0 +1,165 @@ +package de.mediathekview.mserver.crawler.orfon; + +import static org.junit.Assert.assertTrue; +import static org.junit.jupiter.api.Assertions.assertEquals; + +import java.net.MalformedURLException; +import java.net.URL; +import java.time.LocalDateTime; +import java.util.List; +import java.util.Map; +import java.util.Optional; +import java.util.Queue; +import java.util.Set; +import java.util.concurrent.ConcurrentLinkedQueue; + +import org.junit.Test; + +import de.mediathekview.mlib.daten.Film; +import de.mediathekview.mlib.daten.FilmUrl; +import de.mediathekview.mlib.daten.GeoLocations; +import de.mediathekview.mlib.daten.Resolution; + +import de.mediathekview.mserver.crawler.orfon.task.OrfOnVideoInfo2FilmTask; + +public class OrfOnVideoInfo2FilmTaskTest { + + + @Test + public void testNormal() throws MalformedURLException { + OrfOnVideoInfoDTO inputVideoInfoDTO = new OrfOnVideoInfoDTO( + Optional.of("14207792"), + Optional.of("ORF 1"), + Optional.of("Servus Kasperl: Kasperl & Strolchi: Koko und Maximilian"), + Optional.of("Servus Kasperl: Kasperl und Strolchi: Koko und Maximilian vom 04.01.2024 um 07:07 Uhr"), + Optional.of("Servus Kasperl"), + Optional.of("ORF Kids | Servus Kasperl"), + Optional.of(LocalDateTime.of(2024,01,04,07,07,38)), + Optional.of(java.time.Duration.parse("PT21M56S")), + Optional.of("Kasperl und Strolchi besuchen den Zirkusdirektor des Zirkus Kindleroni. Dieser ist verzweifelt, weil sein Stallbursche krank ist und er die ganze Arbeit alleine kaum schaffen kann. Doch da kommt Hilfe durch Maximilian, der Arbeit sucht. Sofort darf Maximilian die Stelle als Stallbursche antreten. Eine seiner Aufgaben ist es auch auf Koko, den Papagei des Direktors, aufzupassen. Dieser ist in Gefahr, weil ein Räuber vor hat ihn zu stehlen.\r\n" + + "Bildquelle: ORF"), + Optional.of(new URL("https://tvthek.orf.at/profile/Servus-Kasperl/3272601/Servus-Kasperl-Kasperl-Strolchi-Koko-und-Maximilian/14207792")), + Optional.of(List.of(GeoLocations.GEO_NONE)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/885340")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-worldwide/2024-01-04_0707_tl_01_Servus-Kasperl-_____14207792__o__6332192865__s15543049_9__ORF1HD_07081012P_07300711P_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/07aead27b4c0b09b36750db54b8ce15ff9b8499c.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/4dd6932d7cf6ceaad90a536c3e03981267e32941.vtt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/09477f02c5e0392ecd2f717461ed136237d70050.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/808e2453d38fd8a5e4fab4794cc034ee89fcfd9c.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/8547597f31429d87a5418918ae471b44fcf9ab55.smi") + ))); + final Queue input = new ConcurrentLinkedQueue<>(); + input.add(inputVideoInfoDTO); + Set resultSet = new OrfOnVideoInfo2FilmTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + Film result = resultSet.toArray(new Film[0])[0]; + // + + assertEquals(inputVideoInfoDTO.getTitle().get(),result.getTitel()); + assertEquals(inputVideoInfoDTO.getTopic().get(),result.getThema()); + assertEquals(inputVideoInfoDTO.getAired().get(),result.getTime()); + if (inputVideoInfoDTO.getDescription().get().length() > 405) { + assertEquals(inputVideoInfoDTO.getDescription().get().substring(0, 400),result.getBeschreibung().substring(0, 400)); + } else { + assertEquals(inputVideoInfoDTO.getDescription().get(),result.getBeschreibung()); + } + assertEquals(inputVideoInfoDTO.getDuration().get(),result.getDuration()); + assertEquals(inputVideoInfoDTO.getWebsite(),result.getWebsite()); + assertEquals(inputVideoInfoDTO.getVideoUrls().get(),result.getUrls()); + assertTrue(inputVideoInfoDTO.getSubtitleUrls().get().containsAll(result.getSubtitles())); + assertTrue(inputVideoInfoDTO.getGeorestriction().get().containsAll(result.getGeoLocations())); + + } + + + @Test + public void testAD() throws MalformedURLException { + OrfOnVideoInfoDTO inputVideoInfoDTO = new OrfOnVideoInfoDTO( + Optional.of("14207792"), + Optional.of("ORF 1"), + Optional.of("AD | Der Bergdoktor: Im Schatten"), + Optional.of("Servus Kasperl: Kasperl und Strolchi: Koko und Maximilian vom 04.01.2024 um 07:07 Uhr"), + Optional.of("AD | Der Bergdoktor Staffel 17"), + Optional.of("ORF Kids | Servus Kasperl"), + Optional.of(LocalDateTime.of(2024,01,04,07,07,38)), + Optional.of(java.time.Duration.parse("PT21M56S")), + Optional.of("Kasperl und Strolchi besuchen den Zirkusdirektor des Zirkus Kindleroni. Dieser ist verzweifelt, weil sein Stallbursche krank ist und er die ganze Arbeit alleine kaum schaffen kann. Doch da kommt Hilfe durch Maximilian, der Arbeit sucht. Sofort darf Maximilian die Stelle als Stallbursche antreten. Eine seiner Aufgaben ist es auch auf Koko, den Papagei des Direktors, aufzupassen. Dieser ist in Gefahr, weil ein Räuber vor hat ihn zu stehlen.\r\n" + + "Bildquelle: ORF"), + Optional.of(new URL("https://tvthek.orf.at/profile/Servus-Kasperl/3272601/Servus-Kasperl-Kasperl-Strolchi-Koko-und-Maximilian/14207792")), + Optional.of(List.of(GeoLocations.GEO_NONE)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/885340")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-worldwide/2024-01-04_0707_tl_01_Servus-Kasperl-_____14207792__o__6332192865__s15543049_9__ORF1HD_07081012P_07300711P_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/07aead27b4c0b09b36750db54b8ce15ff9b8499c.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/4dd6932d7cf6ceaad90a536c3e03981267e32941.vtt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/09477f02c5e0392ecd2f717461ed136237d70050.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/808e2453d38fd8a5e4fab4794cc034ee89fcfd9c.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/8547597f31429d87a5418918ae471b44fcf9ab55.smi") + ))); + final Queue input = new ConcurrentLinkedQueue<>(); + input.add(inputVideoInfoDTO); + Set resultSet = new OrfOnVideoInfo2FilmTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + Film result = resultSet.toArray(new Film[0])[0]; + // + + assertEquals("Der Bergdoktor: Im Schatten (Audiodeskription)",result.getTitel()); + assertEquals("Der Bergdoktor Staffel 17",result.getThema()); + assertEquals(inputVideoInfoDTO.getAired().get(),result.getTime()); + if (inputVideoInfoDTO.getDescription().get().length() > 405) { + assertEquals(inputVideoInfoDTO.getDescription().get().substring(0, 400),result.getBeschreibung().substring(0, 400)); + } else { + assertEquals(inputVideoInfoDTO.getDescription().get(),result.getBeschreibung()); + } + assertEquals(inputVideoInfoDTO.getDuration().get(),result.getDuration()); + assertEquals(inputVideoInfoDTO.getWebsite(),result.getWebsite()); + assertEquals(inputVideoInfoDTO.getVideoUrls().get(),result.getUrls()); + assertTrue(inputVideoInfoDTO.getSubtitleUrls().get().containsAll(result.getSubtitles())); + assertTrue(inputVideoInfoDTO.getGeorestriction().get().containsAll(result.getGeoLocations())); + + } + + @Test + public void testArchive() throws MalformedURLException { + OrfOnVideoInfoDTO inputVideoInfoDTO = new OrfOnVideoInfoDTO( + Optional.of("14207792"), + Optional.of("ORF 1"), + Optional.of("Servus Kasperl: Kasperl & Strolchi: Koko und Maximilian"), + Optional.of("Servus Kasperl: Kasperl und Strolchi: Koko und Maximilian vom 04.01.2024 um 07:07 Uhr"), + Optional.of("Archiv"), + Optional.of("Better Archive Title"), + Optional.of(LocalDateTime.of(2024,01,04,07,07,38)), + Optional.of(java.time.Duration.parse("PT21M56S")), + Optional.of("Kasperl und Strolchi besuchen den Zirkusdirektor des Zirkus Kindleroni. Dieser ist verzweifelt, weil sein Stallbursche krank ist und er die ganze Arbeit alleine kaum schaffen kann. Doch da kommt Hilfe durch Maximilian, der Arbeit sucht. Sofort darf Maximilian die Stelle als Stallbursche antreten. Eine seiner Aufgaben ist es auch auf Koko, den Papagei des Direktors, aufzupassen. Dieser ist in Gefahr, weil ein Räuber vor hat ihn zu stehlen.\r\n" + + "Bildquelle: ORF"), + Optional.of(new URL("https://tvthek.orf.at/profile/Servus-Kasperl/3272601/Servus-Kasperl-Kasperl-Strolchi-Koko-und-Maximilian/14207792")), + Optional.of(List.of(GeoLocations.GEO_NONE)), + Optional.of(new URL("https://api-tvthek.orf.at/api/v4.3/subtitle/885340")), + Optional.of(Map.of(Resolution.NORMAL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-worldwide/2024-01-04_0707_tl_01_Servus-Kasperl-_____14207792__o__6332192865__s15543049_9__ORF1HD_07081012P_07300711P_QXB.mp4/playlist.m3u8", 0L))), + Optional.of(Set.of( + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/07aead27b4c0b09b36750db54b8ce15ff9b8499c.ttml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/4dd6932d7cf6ceaad90a536c3e03981267e32941.vtt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/09477f02c5e0392ecd2f717461ed136237d70050.srt"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/808e2453d38fd8a5e4fab4794cc034ee89fcfd9c.xml"), + new URL("https://api-tvthek.orf.at/assets/subtitles/0166/92/8547597f31429d87a5418918ae471b44fcf9ab55.smi") + ))); + final Queue input = new ConcurrentLinkedQueue<>(); + input.add(inputVideoInfoDTO); + Set resultSet = new OrfOnVideoInfo2FilmTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); + Film result = resultSet.toArray(new Film[0])[0]; + // + assertEquals(inputVideoInfoDTO.getTitle().get(),result.getTitel()); + assertEquals(inputVideoInfoDTO.getTopicForArchive().get(),result.getThema()); // HERE + assertEquals(inputVideoInfoDTO.getAired().get(),result.getTime()); + if (inputVideoInfoDTO.getDescription().get().length() > 405) { + assertEquals(inputVideoInfoDTO.getDescription().get().substring(0, 400),result.getBeschreibung().substring(0, 400)); + } else { + assertEquals(inputVideoInfoDTO.getDescription().get(),result.getBeschreibung()); + } + assertEquals(inputVideoInfoDTO.getDuration().get(),result.getDuration()); + assertEquals(inputVideoInfoDTO.getWebsite(),result.getWebsite()); + assertEquals(inputVideoInfoDTO.getVideoUrls().get(),result.getUrls()); + assertTrue(inputVideoInfoDTO.getSubtitleUrls().get().containsAll(result.getSubtitles())); + assertTrue(inputVideoInfoDTO.getGeorestriction().get().containsAll(result.getGeoLocations())); + + } +} diff --git a/src/test/resources/orfOn/episodes_1.json b/src/test/resources/orfOn/episodes_1.json deleted file mode 100644 index 304a73e9b..000000000 --- a/src/test/resources/orfOn/episodes_1.json +++ /dev/null @@ -1,18567 +0,0 @@ -{ - "page": 1, - "limit": 20, - "pages": 1, - "total": 18, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227\/episodes?page=1&limit=20" - }, - "first": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227\/episodes?page=1&limit=20" - }, - "last": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227\/episodes?page=1&limit=20" - } - }, - "_embedded": { - "items": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202095,duration:1549280,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202095&duration=1549280&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-11-21T00:27:17+01:00", - "delete_date": "2024-05-28 00:27:17", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken im Fu\u00dfballstadion an, wo sie auf Spieleragent und PR-Berater Mike Schuster treffen. Dieser ist gerade dabei kuwaitischen Scheichs seinen Sch\u00fctzling, den Star-Trainer Bernhard Sindelar, zu vermitteln. Valentin ist au\u00dfer sich: Sindelar ist die einzige Hoffnung f\u00fcr den \u00f6sterreichischen Fu\u00dfball, er kann doch jetzt nicht einfach sein Vaterland verlassen und in die W\u00fcste gehen. Daraufhin l\u00e4uft Valentin zur H\u00f6chstform auf, um diese Katastrophe noch zu verhindern. Auch Fernando und Mira sind ausnahmsweise \u00fcbermotiviert, und reiten Michelle nur noch in mehr Chaos hinein.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Dominik Warta (Mike Schuster) u.a.\r\nBildquelle: ORF\/Hubert Mican", - "drm_token": null, - "duration_seconds": 1549, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAyMDk1", - "exact_duration": 1549280, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Fu\u00dfball ist meine Religion", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14202095, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:27:17+02:00", - "killdate": "2024-05-21T00:27:17+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-11-21T00:54:01+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Fussball-ist-meine-Religion\/14202095", - "share_subject": "Wischen ist Macht: Fu\u00dfball ist meine Religion vom 21.11.2023 um 00:27 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Michelle und ihr Team r\u00fccken im Fu\u00dfballstadion an, wo sie auf Spieleragent und PR-Berater Mike Schuster treffen. Dieser ist gerade dabei kuwaitischen Scheichs seinen Sch\u00fctzling, den Star-Trainer Bernhard Sindelar, zu vermitteln. Valentin ist au\u00dfer sich: Sindelar ist die einzige Hoffnung f\u00fcr den \u00f6sterreichischen Fu\u00dfball, er kann doch jetzt nicht einfach sein Vaterland verlassen und in die W\u00fcste gehen. Daraufhin l\u00e4uft Valentin zur H\u00f6chstform auf, um diese Katastrophe noch zu verhindern. Auch Fernando und Mira sind ausnahmsweise \u00fcbermotiviert, und reiten Michelle nur noch in mehr Chaos hinein.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Dominik Warta (Mike Schuster) u.a.\r\nBildquelle: ORF\/Hubert Mican", - "teaser_title": "Fu\u00dfball ist meine Religion", - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Fu\u00dfball ist meine Religion", - "type": "default", - "updated_at": "2023-12-28T10:22:16+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198092" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/868782" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/363673" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202095,duration:1549280,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202095&duration=1549280&advertisingtags=", - "blackfades": [], - "episode_date": "2023-11-21T00:27:17+01:00", - "date_as_string": "Di, 21.11.2023", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken im Fu\u00dfballstadion an, wo sie auf Spieleragent und PR-Berater Mike Schuster treffen. Dieser ist gerade dabei kuwaitischen Scheichs seinen Sch\u00fctzling, den Star-Trainer Bernhard Sindelar, zu vermitteln. Valentin ist au\u00dfer sich: Sindelar ist die einzige Hoffnung f\u00fcr den \u00f6sterreichischen Fu\u00dfball, er kann doch jetzt nicht einfach sein Vaterland verlassen und in die W\u00fcste gehen. Daraufhin l\u00e4uft Valentin zur H\u00f6chstform auf, um diese Katastrophe noch zu verhindern. Auch Fernando und Mira sind ausnahmsweise \u00fcbermotiviert, und reiten Michelle nur noch in mehr Chaos hinein.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Dominik Warta (Mike Schuster) u.a.\r\nBildquelle: ORF\/Hubert Mican", - "drm_token": null, - "duration_as_string": "25:49 Min.", - "duration_seconds": 1549, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUxMTI4Mw==", - "episode_id": 14202095, - "exact_duration": 1549280, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Fu\u00dfball ist meine Religion", - "id": 15511283, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:27:17+02:00", - "killdate": "2024-05-21T00:27:17+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15511283, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Fussball-ist-meine-Religion", - "videoduration": 1549, - "episodeduration": 1549, - "episodeid": 14202095, - "airdate": "2023-12-04T09:00:00+01:00", - "clipreleasetime": "2023-11-21T00:54:01+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Fussball-ist-meine-Religion\/14202095\/Wischen-ist-Macht-Fussball-ist-meine-Religion\/15511283", - "share_subject": "Wischen ist Macht: Fu\u00dfball ist meine Religion - Wischen ist Macht: Fu\u00dfball ist meine Religion vom 21.11.2023 um 00:27 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": "Fu\u00dfball ist meine Religion", - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Fu\u00dfball ist meine Religion", - "updated_at": "2023-12-21T12:39:14+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198092" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/868783" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/60e62f3562c30c9c3b20a522263ae9308f0b259d.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/60e62f3562c30c9c3b20a522263ae9308f0b259d.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202094,duration:1332280,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202094&duration=1332280&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-11-21T00:04:21+01:00", - "delete_date": "2024-05-28 00:04:21", - "vod_ressort": null, - "description": "Dass Ex-Rockstar Johnny Woody gerade seinen Abgang ins Jenseits plant, passt Michelle gar nicht in den Kram - hat er ihr doch immer noch nicht die ausstehenden Honorare \u00fcberwiesen. Johnny f\u00e4ngt sich jedoch wieder und \"Dreck:Weg.Sendracek\" treten ihren Dienst an. Bei der Arbeit findet Michelle heraus, dass Johnny eine 10.000 Dollar-Gitarre besitzt und er vielleicht doch nicht so knapp bei Kasse ist, woraufhin sie einen Plan schmiedet. Dann aber wird Michelle in die Beziehungskrise zwischen Johnny und seine Freundin Pamela hineingezogen, w\u00e4hrend seine Frau Janis gewohnt alkoholisiert durchs Haus geistert.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Wolfram Berger (Johnny), Eva Maria Marold (Janis), Doris Hindinger (Pamela), Helmut Bohatsch (Bertram) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", - "drm_token": null, - "duration_seconds": 1332, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAyMDk0", - "exact_duration": 1332280, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Shit Happens", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14202094, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:04:21+02:00", - "killdate": "2024-05-21T00:04:21+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-11-21T00:28:01+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Shit-Happens\/14202094", - "share_subject": "Wischen ist Macht: Shit Happens vom 21.11.2023 um 00:04 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Wischen ist Macht", - "teaser_text": "Dass Ex-Rockstar Johnny Woody gerade seinen Abgang ins Jenseits plant, passt Michelle gar nicht in den Kram - hat er ihr doch immer noch nicht die ausstehenden Honorare \u00fcberwiesen. Johnny f\u00e4ngt sich jedoch wieder und \"Dreck:Weg.Sendracek\" treten ihren Dienst an. Bei der Arbeit findet Michelle heraus, dass Johnny eine 10.000 Dollar-Gitarre besitzt und er vielleicht doch nicht so knapp bei Kasse ist, woraufhin sie einen Plan schmiedet. Dann aber wird Michelle in die Beziehungskrise zwischen Johnny und seine Freundin Pamela hineingezogen, w\u00e4hrend seine Frau Janis gewohnt alkoholisiert durchs Haus geistert.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Wolfram Berger (Johnny), Eva Maria Marold (Janis), Doris Hindinger (Pamela), Helmut Bohatsch (Bertram) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", - "teaser_title": "Shit Happens", - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Shit Happens", - "type": "default", - "updated_at": "2023-12-28T10:24:40+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198090" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/868780" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/363672" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202094,duration:1332280,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202094&duration=1332280&advertisingtags=", - "blackfades": [], - "episode_date": "2023-11-21T00:04:21+01:00", - "date_as_string": "Di, 21.11.2023", - "vod_ressort": null, - "description": "Dass Ex-Rockstar Johnny Woody gerade seinen Abgang ins Jenseits plant, passt Michelle gar nicht in den Kram - hat er ihr doch immer noch nicht die ausstehenden Honorare \u00fcberwiesen. Johnny f\u00e4ngt sich jedoch wieder und \"Dreck:Weg.Sendracek\" treten ihren Dienst an. Bei der Arbeit findet Michelle heraus, dass Johnny eine 10.000 Dollar-Gitarre besitzt und er vielleicht doch nicht so knapp bei Kasse ist, woraufhin sie einen Plan schmiedet. Dann aber wird Michelle in die Beziehungskrise zwischen Johnny und seine Freundin Pamela hineingezogen, w\u00e4hrend seine Frau Janis gewohnt alkoholisiert durchs Haus geistert.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Wolfram Berger (Johnny), Eva Maria Marold (Janis), Doris Hindinger (Pamela), Helmut Bohatsch (Bertram) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", - "drm_token": null, - "duration_as_string": "22:12 Min.", - "duration_seconds": 1332, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUxMTI4Mg==", - "episode_id": 14202094, - "exact_duration": 1332280, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Shit Happens", - "id": 15511282, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:04:21+02:00", - "killdate": "2024-05-21T00:04:21+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15511282, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Shit-Happens", - "videoduration": 1332, - "episodeduration": 1332, - "episodeid": 14202094, - "airdate": "2023-12-04T09:00:00+01:00", - "clipreleasetime": "2023-11-21T00:28:01+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Shit-Happens\/14202094\/Wischen-ist-Macht-Shit-Happens\/15511282", - "share_subject": "Wischen ist Macht: Shit Happens - Wischen ist Macht: Shit Happens vom 21.11.2023 um 00:04 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Wischen ist Macht", - "teaser_text": null, - "teaser_title": "Shit Happens", - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Shit Happens", - "updated_at": "2023-12-21T12:21:58+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198090" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/868781" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/d0cbbe521b445040150c7dabcb091a58d190450d.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/d0cbbe521b445040150c7dabcb091a58d190450d.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14201133,duration:1490040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14201133&duration=1490040&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-11-14T00:33:03+01:00", - "delete_date": "2024-05-28 00:33:03", - "vod_ressort": null, - "description": "Spezialauftrag f\u00fcr \"Dreck.Weg.Sendracek\": Die russische Botschafterin l\u00e4dt zu einer Gala und die Festr\u00e4ume m\u00fcssen auf Hochglanz gebracht werden. Dann aber setzen Fernando und Valentin ungewollt das Cateringpersonal au\u00dfer Gefecht und Michelles Truppe muss einspringen. W\u00e4hrend Fernando und Valentin in der K\u00fcche mit einem Hummer zu k\u00e4mpfen haben, servieren Michelle, Mira und Zoe. Dann trifft Mira auf Pierre, einen alten Freund, und muss verheimlichen, dass sie jetzt Reinigungskraft und nicht mehr Society-Lady ist. Das bleibt auch Michelle nicht verborgen, die aber selbst mit einem Mann aus ihrer Vergangenheit konfrontiert wird: Ihrem Ex-Mann Hugo.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Alexander Pschill (Pierre), Karolina Lodyga (Botschafterin) u.a.", - "drm_token": null, - "duration_seconds": 1490, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAxMTMz", - "exact_duration": 1490040, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Alles f\u00fcr den Hugo", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14201133, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:33:03+02:00", - "killdate": "2024-05-21T00:33:03+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-11-14T01:32:02+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Alles-fuer-den-Hugo\/14201133", - "share_subject": "Wischen ist Macht: Alles f\u00fcr den Hugo vom 14.11.2023 um 00:33 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Spezialauftrag f\u00fcr \"Dreck.Weg.Sendracek\": Die russische Botschafterin l\u00e4dt zu einer Gala und die Festr\u00e4ume m\u00fcssen auf Hochglanz gebracht werden. Dann aber setzen Fernando und Valentin ungewollt das Cateringpersonal au\u00dfer Gefecht und Michelles Truppe muss einspringen. W\u00e4hrend Fernando und Valentin in der K\u00fcche mit einem Hummer zu k\u00e4mpfen haben, servieren Michelle, Mira und Zoe. Dann trifft Mira auf Pierre, einen alten Freund, und muss verheimlichen, dass sie jetzt Reinigungskraft und nicht mehr Society-Lady ist. Das bleibt auch Michelle nicht verborgen, die aber selbst mit einem Mann aus ihrer Vergangenheit konfrontiert wird: Ihrem Ex-Mann Hugo.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Alexander Pschill (Pierre), Karolina Lodyga (Botschafterin) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", - "teaser_title": "Alles f\u00fcr den Hugo", - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Alles f\u00fcr den Hugo", - "type": "default", - "updated_at": "2023-12-27T14:36:49+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325288" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/866559" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/362432" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14201133,duration:1490040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14201133&duration=1490040&advertisingtags=", - "blackfades": [], - "episode_date": "2023-11-14T00:33:03+01:00", - "date_as_string": "Di, 14.11.2023", - "vod_ressort": null, - "description": "Spezialauftrag f\u00fcr \"Dreck.Weg.Sendracek\": Die russische Botschafterin l\u00e4dt zu einer Gala und die Festr\u00e4ume m\u00fcssen auf Hochglanz gebracht werden. Dann aber setzen Fernando und Valentin ungewollt das Cateringpersonal au\u00dfer Gefecht und Michelles Truppe muss einspringen. W\u00e4hrend Fernando und Valentin in der K\u00fcche mit einem Hummer zu k\u00e4mpfen haben, servieren Michelle, Mira und Zoe. Dann trifft Mira auf Pierre, einen alten Freund, und muss verheimlichen, dass sie jetzt Reinigungskraft und nicht mehr Society-Lady ist. Das bleibt auch Michelle nicht verborgen, die aber selbst mit einem Mann aus ihrer Vergangenheit konfrontiert wird: Ihrem Ex-Mann Hugo.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Alexander Pschill (Pierre), Karolina Lodyga (Botschafterin) u.a.", - "drm_token": null, - "duration_as_string": "24:50 Min.", - "duration_seconds": 1490, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUyMzEwOQ==", - "episode_id": 14201133, - "exact_duration": 1490040, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Alles f\u00fcr den Hugo", - "id": 15523109, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:33:03+02:00", - "killdate": "2024-05-21T00:33:03+02:00", - "livedate": "2100-01-01T00:00:00+01:00", - "livedate_extern": "2100-01-01T00:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15523109, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Alles-fuer-den-Hugo", - "videoduration": 1490, - "episodeduration": 1490, - "episodeid": 14201133, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-11-14T01:32:02+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Alles-fuer-den-Hugo\/14201133\/Wischen-ist-Macht-Alles-fuer-den-Hugo\/15523109", - "share_subject": "Wischen ist Macht: Alles f\u00fcr den Hugo - Wischen ist Macht: Alles f\u00fcr den Hugo vom 14.11.2023 um 00:33 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Alles f\u00fcr den Hugo", - "updated_at": "2023-12-21T10:50:20+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325288" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109\/links" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/77962986e3616e96c1ee88744cdd95f719fb83b0.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/77962986e3616e96c1ee88744cdd95f719fb83b0.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14201132,duration:1485160,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14201132&duration=1485160&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-11-14T00:07:34+01:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Am Muttertag wird \"Dreck.Weg.Sendracek\" besonders dringend ins virtuelle Puff gerufen. Dort werden speziell f\u00fcr Frauen deren erotische W\u00fcnsche in Virtual Reality umgewandelt - und gerade am Muttertag ist der Andrang an Kundinnen besonders gro\u00df, alles muss also gl\u00e4nzen. Michelle ger\u00e4t aber wieder mal mit der gerissenen Firmenchefin Xenia aneinander, w\u00e4hrend Valentin einer Kundin ins Auge f\u00e4llt und Mira vergebens versucht, ihre Mutter in der Ukraine zu erreichen. Dann taucht auch noch Michelles Mutter Gerda auf und entpuppt sich als treue Kundin des Etablissements.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Andrea H\u00e4ndler (Gerda) u. a.", - "drm_token": null, - "duration_seconds": 1485, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAxMTMy", - "exact_duration": 1485160, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Muttertag", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14201132, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-14T00:07:34+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-11-14T06:52:01+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Muttertag\/14201132", - "share_subject": "Wischen ist Macht: Muttertag vom 14.11.2023 um 00:07 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Am Muttertag wird \"Dreck.Weg.Sendracek\" besonders dringend ins virtuelle Puff gerufen. Dort werden speziell f\u00fcr Frauen deren erotische W\u00fcnsche in Virtual Reality umgewandelt - und gerade am Muttertag ist der Andrang an Kundinnen besonders gro\u00df, alles muss also gl\u00e4nzen. Michelle ger\u00e4t aber wieder mal mit der gerissenen Firmenchefin Xenia aneinander, w\u00e4hrend Valentin einer Kundin ins Auge f\u00e4llt und Mira vergebens versucht, ihre Mutter in der Ukraine zu erreichen. Dann taucht auch noch Michelles Mutter Gerda auf und entpuppt sich als treue Kundin des Etablissements.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Andrea H\u00e4ndler (Gerda) u. a. \r\nBildquelle: ORF\/Anjeza Cikopano", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Muttertag", - "type": "default", - "updated_at": "2023-12-30T16:08:44+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201132" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201132\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201132\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201132\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201132\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325285" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325285" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325286" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/866557" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201132\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/362431" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14201132,duration:1485160,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14201132&duration=1485160&advertisingtags=", - "blackfades": [], - "episode_date": "2023-11-14T00:07:34+01:00", - "date_as_string": "Di, 14.11.2023", - "vod_ressort": null, - "description": "Am Muttertag wird \"Dreck.Weg.Sendracek\" besonders dringend ins virtuelle Puff gerufen. Dort werden speziell f\u00fcr Frauen deren erotische W\u00fcnsche in Virtual Reality umgewandelt - und gerade am Muttertag ist der Andrang an Kundinnen besonders gro\u00df, alles muss also gl\u00e4nzen. Michelle ger\u00e4t aber wieder mal mit der gerissenen Firmenchefin Xenia aneinander, w\u00e4hrend Valentin einer Kundin ins Auge f\u00e4llt und Mira vergebens versucht, ihre Mutter in der Ukraine zu erreichen. Dann taucht auch noch Michelles Mutter Gerda auf und entpuppt sich als treue Kundin des Etablissements.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Andrea H\u00e4ndler (Gerda) u. a.", - "drm_token": null, - "duration_as_string": "24:45 Min.", - "duration_seconds": 1485, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUyMzA5OA==", - "episode_id": 14201132, - "exact_duration": 1485160, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Muttertag", - "id": 15523098, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-14T00:07:34+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15523098, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Muttertag", - "videoduration": 1485, - "episodeduration": 1485, - "episodeid": 14201132, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-11-14T06:52:01+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Muttertag\/14201132\/Wischen-ist-Macht-Muttertag\/15523098", - "share_subject": "Wischen ist Macht: Muttertag - Wischen ist Macht: Muttertag vom 14.11.2023 um 00:07 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Muttertag", - "updated_at": "2023-12-30T16:08:44+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-11-14_0007_in_01_Wischen-ist-Mac_____14201132__o__7678786796__s15523098", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523098" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201132" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325285" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325285" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325286" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523098\/links" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523098\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523098\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/19c4d298dbc7cb89f7509f7987640a6ad62357c4.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/19c4d298dbc7cb89f7509f7987640a6ad62357c4.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/cda8c715970a06bca1fcc9bab983bf6ff8659916.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/19c4d298dbc7cb89f7509f7987640a6ad62357c4.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325285_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/19c4d298dbc7cb89f7509f7987640a6ad62357c4.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325286_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/cda8c715970a06bca1fcc9bab983bf6ff8659916.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14200206,duration:1451240,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14200206&duration=1451240&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-11-06T23:25:24+01:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken erneut im Museum von Direktorin Frida Gro\u00df-Klein an. Dort m\u00fcssen schnell die \u00dcberreste der gestrigen Finissage beseitigt werden, weil heute noch eine Auktion stattfindet. Michelle m\u00f6chte das Ganze mit ihrer \"Dreck-Weg-Power\" rocken, doch wieder mal laufen die Dinge etwas aus dem Ruder. W\u00e4hrend Fernando und Zoe in eine Kunsttherapiegruppe geraten, beginnt Michelle ihrer Ehe mit Ex-Mann Hugo kreativ zu verarbeiten. Als dieser dann tats\u00e4chlich im Museum auftaucht, beschlie\u00dft sie ihn endlich mal mit seinen eigenen Waffen zu schlagen.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Adele Neuhauser (Frida Gro\u00df-Klein), Pippa Galli (Aurora) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1451, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAwMjA2", - "exact_duration": 1451240, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Kunst ma ned helfen?", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14200206, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-06T23:25:24+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-11-06T23:50:02+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Kunst-ma-ned-helfen\/14200206", - "share_subject": "Wischen ist Macht: Kunst ma ned helfen? vom 06.11.2023 um 23:25 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Michelle und ihr Team r\u00fccken erneut im Museum von Direktorin Frida Gro\u00df-Klein an. Dort m\u00fcssen schnell die \u00dcberreste der gestrigen Finissage beseitigt werden, weil heute noch eine Auktion stattfindet. Michelle m\u00f6chte das Ganze mit ihrer \"Dreck-Weg-Power\" rocken, doch wieder mal laufen die Dinge etwas aus dem Ruder. W\u00e4hrend Fernando und Zoe in eine Kunsttherapiegruppe geraten, beginnt Michelle ihrer Ehe mit Ex-Mann Hugo kreativ zu verarbeiten. Als dieser dann tats\u00e4chlich im Museum auftaucht, beschlie\u00dft sie ihn endlich mal mit seinen eigenen Waffen zu schlagen.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Adele Neuhauser (Frida Gro\u00df-Klein), Pippa Galli (Aurora) u.a.\r\nBildquelle: ORF\/ORF", - "teaser_title": "Kunst ma ned helfen?", - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Kunst ma ned helfen?", - "type": "default", - "updated_at": "2023-12-30T16:08:49+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200206" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200206\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200206\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200206\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200206\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141579" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141579" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16138378" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/864540" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200206\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/361283" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14200206,duration:1451240,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14200206&duration=1451240&advertisingtags=", - "blackfades": [], - "episode_date": "2023-11-06T23:25:24+01:00", - "date_as_string": "Mo, 6.11.2023", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken erneut im Museum von Direktorin Frida Gro\u00df-Klein an. Dort m\u00fcssen schnell die \u00dcberreste der gestrigen Finissage beseitigt werden, weil heute noch eine Auktion stattfindet. Michelle m\u00f6chte das Ganze mit ihrer \"Dreck-Weg-Power\" rocken, doch wieder mal laufen die Dinge etwas aus dem Ruder. W\u00e4hrend Fernando und Zoe in eine Kunsttherapiegruppe geraten, beginnt Michelle ihrer Ehe mit Ex-Mann Hugo kreativ zu verarbeiten. Als dieser dann tats\u00e4chlich im Museum auftaucht, beschlie\u00dft sie ihn endlich mal mit seinen eigenen Waffen zu schlagen.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Adele Neuhauser (Frida Gro\u00df-Klein), Pippa Galli (Aurora) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "24:11 Min.", - "duration_seconds": 1451, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUwMTcyOQ==", - "episode_id": 14200206, - "exact_duration": 1451240, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Kunst ma ned helfen?", - "id": 15501729, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-06T23:25:24+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15501729, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Kunst-ma-ned-helfen", - "videoduration": 1451, - "episodeduration": 1451, - "episodeid": 14200206, - "airdate": "2023-12-04T09:00:00+01:00", - "clipreleasetime": "2023-11-06T23:50:02+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Kunst-ma-ned-helfen\/14200206\/Wischen-ist-Macht-Kunst-ma-ned-helfen\/15501729", - "share_subject": "Wischen ist Macht: Kunst ma ned helfen? - Wischen ist Macht: Kunst ma ned helfen? vom 06.11.2023 um 23:25 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": "Kunst ma ned helfen?", - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Kunst ma ned helfen?", - "updated_at": "2023-12-30T16:08:49+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-11-06_2325_in_01_Wischen-ist-Mac_____14200206__o__4499889636__s15501729", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501729" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200206" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141579" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141579" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16138378" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501729\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/864541" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501729\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501729\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/463e6f41086f30f6317653e75f75e5cd05ee37d5.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/463e6f41086f30f6317653e75f75e5cd05ee37d5.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/60a0f8ebcc6e7bb5aa057a77036459c8fe6b2229.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/463e6f41086f30f6317653e75f75e5cd05ee37d5.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141579_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/463e6f41086f30f6317653e75f75e5cd05ee37d5.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138378_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/60a0f8ebcc6e7bb5aa057a77036459c8fe6b2229.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14200205,duration:1363040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14200205&duration=1363040&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-11-06T22:57:37+01:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "M\u00fctterlicher Notfall: Michelle bekommt einen aufgeregte Anruf von ihrer exaltierten Mama Gerda. Diese vermietet ihre Innenstadtwohnung via FreeBnB und hatte soeben Streit mit einem Gast. Dieser sitzt nun von Gerda gefesselt und geknebelt in der Wohnung und Michelle soll mit seiner Beseitigung aushelfen. Oder zumindest alle Spuren einer Auseinandersetzung verschwinden lassen. Michelle weigert sich nat\u00fcrlich, doch dann stellt sich heraus, dass der mysteri\u00f6se Gast der Banker Christian Bacher ist, der eigentlich gerade mit einem Batzen Geld auf der Flucht ist.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1363, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAwMjA1", - "exact_duration": 1363040, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Gefesselt, gewaschen, gef\u00f6hnt", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14200205, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-06T22:57:37+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-11-06T23:26:01+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Gefesselt-gewaschen-gefoehnt\/14200205", - "share_subject": "Wischen ist Macht: Gefesselt, gewaschen, gef\u00f6hnt vom 06.11.2023 um 22:57 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "M\u00fctterlicher Notfall: Michelle bekommt einen aufgeregte Anruf von ihrer exaltierten Mama Gerda. Diese vermietet ihre Innenstadtwohnung via FreeBnB und hatte soeben Streit mit einem Gast. Dieser sitzt nun von Gerda gefesselt und geknebelt in der Wohnung und Michelle soll mit seiner Beseitigung aushelfen. Oder zumindest alle Spuren einer Auseinandersetzung verschwinden lassen. Michelle weigert sich nat\u00fcrlich, doch dann stellt sich heraus, dass der mysteri\u00f6se Gast der Banker Christian Bacher ist, der eigentlich gerade mit einem Batzen Geld auf der Flucht ist.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig) u.a.\r\nBildquelle: ORF\/ORF", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Gefesselt, gewaschen, gef\u00f6hnt", - "type": "default", - "updated_at": "2023-12-30T16:08:54+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200205" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200205\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200205\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200205\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200205\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141800" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141800" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16138752" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/864536" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200205\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/361282" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14200205,duration:1363040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14200205&duration=1363040&advertisingtags=", - "blackfades": [], - "episode_date": "2023-11-06T22:57:37+01:00", - "date_as_string": "Mo, 6.11.2023", - "vod_ressort": null, - "description": "M\u00fctterlicher Notfall: Michelle bekommt einen aufgeregte Anruf von ihrer exaltierten Mama Gerda. Diese vermietet ihre Innenstadtwohnung via FreeBnB und hatte soeben Streit mit einem Gast. Dieser sitzt nun von Gerda gefesselt und geknebelt in der Wohnung und Michelle soll mit seiner Beseitigung aushelfen. Oder zumindest alle Spuren einer Auseinandersetzung verschwinden lassen. Michelle weigert sich nat\u00fcrlich, doch dann stellt sich heraus, dass der mysteri\u00f6se Gast der Banker Christian Bacher ist, der eigentlich gerade mit einem Batzen Geld auf der Flucht ist.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "22:43 Min.", - "duration_seconds": 1363, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUwMTcyNw==", - "episode_id": 14200205, - "exact_duration": 1363040, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Gefesselt, gewaschen, gef\u00f6hnt", - "id": 15501727, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-06T22:57:37+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-04T09:00:00+01:00", - "livedate_extern": "2023-12-04T09:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15501727, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Gefesselt-gewaschen-gefoehnt", - "videoduration": 1363, - "episodeduration": 1363, - "episodeid": 14200205, - "airdate": "2023-12-04T09:00:00+01:00", - "clipreleasetime": "2023-11-06T23:26:01+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Gefesselt-gewaschen-gefoehnt\/14200205\/Wischen-ist-Macht-Gefesselt-gewaschen-gefoehnt\/15501727", - "share_subject": "Wischen ist Macht: Gefesselt, gewaschen, gef\u00f6hnt - Wischen ist Macht: Gefesselt, gewaschen, gef\u00f6hnt vom 06.11.2023 um 22:57 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": "Gefesselt, gewaschen, gef\u00f6hnt", - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Gefesselt, gewaschen, gef\u00f6hnt", - "updated_at": "2023-12-30T16:08:54+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-11-06_2257_in_01_Wischen-ist-Mac_____14200205__o__1357946918__s15501727", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501727" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14200205" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141800" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16141800" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16138752" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501727\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/864537" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501727\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15501727\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/6b2cfc720e4a1853b3e4e8a6f9c1c9453d0ed37e.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/6b2cfc720e4a1853b3e4e8a6f9c1c9453d0ed37e.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/7869bb411babc715b407ee8c81b53043915b0752.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/6b2cfc720e4a1853b3e4e8a6f9c1c9453d0ed37e.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/thumb_16141800_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/42\/6b2cfc720e4a1853b3e4e8a6f9c1c9453d0ed37e.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/thumb_16138752_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/39\/7869bb411babc715b407ee8c81b53043915b0752.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14199375,duration:1300040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14199375&duration=1300040&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-30T23:26:10+01:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Michelle und ihr Team werden zu einem luxuri\u00f6sen Notfall in der russischen Botschaft gerufen: Der Neffe der Botschafterin hat hinter ihrem R\u00fccken eine Party gefeiert, die etwas ausgeartet ist. Allerdings dr\u00e4ngt die Zeit schon sehr, da seine Tante bald eintreffen wird. Michelle \u00fcbernimmt den Keller und trifft dort auf einen \u00fcbriggebliebenen Fetischisten, w\u00e4hrend Fernando und Zoe von einer Partyleiche verfolgt werden. Mit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1300, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk5Mzc1", - "exact_duration": 1300040, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Party vorbei", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14199375, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-04-30T23:26:10+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-30T23:54:01+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Party-vorbei\/14199375", - "share_subject": "Wischen ist Macht: Party vorbei vom 30.10.2023 um 23:26 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Michelle und ihr Team werden zu einem luxuri\u00f6sen Notfall in der russischen Botschaft gerufen: Der Neffe der Botschafterin hat hinter ihrem R\u00fccken eine Party gefeiert, die etwas ausgeartet ist. Allerdings dr\u00e4ngt die Zeit schon sehr, da seine Tante bald eintreffen wird. Michelle \u00fcbernimmt den Keller und trifft dort auf einen \u00fcbriggebliebenen Fetischisten, w\u00e4hrend Fernando und Zoe von einer Partyleiche verfolgt werden. Mit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.\r\nBildquelle: ORF\/ORF", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Party vorbei", - "type": "default", - "updated_at": "2024-01-04T11:06:16+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199375" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199375\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199375\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199375\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199375\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16324737" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16324737" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16324738" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/862623" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199375\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/360033" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14199375,duration:1300040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14199375&duration=1300040&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-30T23:26:10+01:00", - "date_as_string": "Mo, 30.10.2023", - "vod_ressort": null, - "description": "Michelle und ihr Team werden zu einem luxuri\u00f6sen Notfall in der russischen Botschaft gerufen: Der Neffe der Botschafterin hat hinter ihrem R\u00fccken eine Party gefeiert, die etwas ausgeartet ist. Allerdings dr\u00e4ngt die Zeit schon sehr, da seine Tante bald eintreffen wird. Michelle \u00fcbernimmt den Keller und trifft dort auf einen \u00fcbriggebliebenen Fetischisten, w\u00e4hrend Fernando und Zoe von einer Partyleiche verfolgt werden. Mit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "21:40 Min.", - "duration_seconds": 1300, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ5Nzc4Nw==", - "episode_id": 14199375, - "exact_duration": 1300040, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Party vorbei", - "id": 15497787, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-04-30T23:26:10+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15497787, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Party-vorbei", - "videoduration": 1300, - "episodeduration": 1300, - "episodeid": 14199375, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-30T23:54:01+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Party-vorbei\/14199375\/Wischen-ist-Macht-Party-vorbei\/15497787", - "share_subject": "Wischen ist Macht: Party vorbei - Wischen ist Macht: Party vorbei vom 30.10.2023 um 23:26 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Party vorbei", - "updated_at": "2024-01-04T11:06:16+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-30_2326_in_01_Wischen-ist-Mac_____14199375__o__2042185226__s15497787", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497787" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199375" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16324737" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16324737" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16324738" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497787\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/862624" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497787\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497787\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/1f8d059c694f60f4eab67f42f7f8a47eb81c4f63.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/1f8d059c694f60f4eab67f42f7f8a47eb81c4f63.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/b327f9284a5b8872f96ed752cdefd8e85fee61e9.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/1f8d059c694f60f4eab67f42f7f8a47eb81c4f63.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/thumb_16324737_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/25\/1f8d059c694f60f4eab67f42f7f8a47eb81c4f63.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/thumb_16324738_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/25\/b327f9284a5b8872f96ed752cdefd8e85fee61e9.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14199372,duration:1608840,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14199372&duration=1608840&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-30T22:53:49+01:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "\"Dreck.Weg.Sendracek\" r\u00fcckt diesmal bei der Versicherung an. Dort angekommen erkl\u00e4rt ihnen aber Benno Neuner, dass sie diesmal nicht die B\u00fcror\u00e4ume reinigen sollen, sondern seine im Keller gelegene Bar. Und das nur, weil f\u00fcr die B\u00fcros \"Die Wischm\u00f6pse\" engagiert wurden - ein Putztrupp, der zwar wenig putzt, daf\u00fcr aber umso mehr K\u00f6rpereinsatz zeigt. Mit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.", - "drm_token": null, - "duration_seconds": 1608, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk5Mzcy", - "exact_duration": 1608840, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Ab in den Keller", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14199372, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-04-30T22:53:49+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-30T23:26:02+01:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Ab-in-den-Keller\/14199372", - "share_subject": "Wischen ist Macht: Ab in den Keller vom 30.10.2023 um 22:53 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "\"Dreck.Weg.Sendracek\" r\u00fcckt diesmal bei der Versicherung an. Dort angekommen erkl\u00e4rt ihnen aber Benno Neuner, dass sie diesmal nicht die B\u00fcror\u00e4ume reinigen sollen, sondern seine im Keller gelegene Bar. Und das nur, weil f\u00fcr die B\u00fcros \"Die Wischm\u00f6pse\" engagiert wurden - ein Putztrupp, der zwar wenig putzt, daf\u00fcr aber umso mehr K\u00f6rpereinsatz zeigt. Mit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Ab in den Keller", - "type": "default", - "updated_at": "2024-01-04T11:05:50+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199372" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199372\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199372\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199372\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199372\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16113651" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16113651" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/862621" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199372\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/360032" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14199372,duration:1608840,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14199372&duration=1608840&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-30T22:53:49+01:00", - "date_as_string": "Mo, 30.10.2023", - "vod_ressort": null, - "description": "\"Dreck.Weg.Sendracek\" r\u00fcckt diesmal bei der Versicherung an. Dort angekommen erkl\u00e4rt ihnen aber Benno Neuner, dass sie diesmal nicht die B\u00fcror\u00e4ume reinigen sollen, sondern seine im Keller gelegene Bar. Und das nur, weil f\u00fcr die B\u00fcros \"Die Wischm\u00f6pse\" engagiert wurden - ein Putztrupp, der zwar wenig putzt, daf\u00fcr aber umso mehr K\u00f6rpereinsatz zeigt. Mit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.", - "drm_token": null, - "duration_as_string": "26:48 Min.", - "duration_seconds": 1608, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ5NzkxNQ==", - "episode_id": 14199372, - "exact_duration": 1608840, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Ab in den Keller", - "id": 15497915, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-04-30T22:53:49+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15497915, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Ab-in-den-Keller", - "videoduration": 1608, - "episodeduration": 1608, - "episodeid": 14199372, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-30T23:26:02+01:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Ab-in-den-Keller\/14199372\/Wischen-ist-Macht-Ab-in-den-Keller\/15497915", - "share_subject": "Wischen ist Macht: Ab in den Keller - Wischen ist Macht: Ab in den Keller vom 30.10.2023 um 22:53 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Ab in den Keller", - "updated_at": "2024-01-04T11:05:50+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-30_2253_in_01_Wischen-ist-Mac_____14199372__o__1637318368__s15497915", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497915" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14199372" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16113651" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16113651" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497915\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/862622" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497915\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15497915\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/1291b6edf82906135ee8c57a3b564337ad20a03d.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/1291b6edf82906135ee8c57a3b564337ad20a03d.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" - }, - "legacy": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/1291b6edf82906135ee8c57a3b564337ad20a03d.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/thumb_16113651_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/14\/1291b6edf82906135ee8c57a3b564337ad20a03d.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" - }, - "legacy": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14198481,duration:1509200,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14198481&duration=1509200&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-23T23:28:21+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "\"Dreck.Weg.Sendracek\" goes Virtual Reality. Michelle und ihr Team werden zu einer Start-Up-Firma gerufen, die die erotischen W\u00fcnsche von Frauen in virtuelle Realit\u00e4t umwandelt. Gleich zu Beginn aber kracht Michelle mit Firmenchefin Xenia zusammen, die der Putzfirma unsauberes Arbeiten unterstellt. Noch dazu muss gerade diesmal alles tiptop sauber sein, es hat sich n\u00e4mlich ein Investor angek\u00fcndigt. Fernando m\u00f6chte der Firma gleich ein PR-Konzept aufdr\u00e4ngen, w\u00e4hrend Mira sich wiederum einem der h\u00fcbschen Mitarbeiter aufdr\u00e4ngt. Dann taucht der mysteri\u00f6se Investor auf und Michelle f\u00e4llt die Kinnlade runter.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.", - "drm_token": null, - "duration_seconds": 1509, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk4NDgx", - "exact_duration": 1509200, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Fantasie ist Fantasie", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14198481, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-23T23:52:02+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Fantasie-ist-Fantasie\/14198481", - "share_subject": "Wischen ist Macht: Fantasie ist Fantasie vom 23.10.2023 um 23:28 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "\"Dreck.Weg.Sendracek\" goes Virtual Reality. Michelle und ihr Team werden zu einer Start-Up-Firma gerufen, die die erotischen W\u00fcnsche von Frauen in virtuelle Realit\u00e4t umwandelt. Gleich zu Beginn aber kracht Michelle mit Firmenchefin Xenia zusammen, die der Putzfirma unsauberes Arbeiten unterstellt. Noch dazu muss gerade diesmal alles tiptop sauber sein, es hat sich n\u00e4mlich ein Investor angek\u00fcndigt. Fernando m\u00f6chte der Firma gleich ein PR-Konzept aufdr\u00e4ngen, w\u00e4hrend Mira sich wiederum einem der h\u00fcbschen Mitarbeiter aufdr\u00e4ngt. Dann taucht der mysteri\u00f6se Investor auf und Michelle f\u00e4llt die Kinnlade runter.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Fantasie ist Fantasie", - "type": "default", - "updated_at": "2024-01-04T10:55:34+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198481" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198481\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198481\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198481\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198481\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086179" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086179" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086180" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/860502" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198481\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/359032" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14198481,duration:1509200,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14198481&duration=1509200&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-23T23:28:21+02:00", - "date_as_string": "Mo, 23.10.2023", - "vod_ressort": null, - "description": "\"Dreck.Weg.Sendracek\" goes Virtual Reality. Michelle und ihr Team werden zu einer Start-Up-Firma gerufen, die die erotischen W\u00fcnsche von Frauen in virtuelle Realit\u00e4t umwandelt. Gleich zu Beginn aber kracht Michelle mit Firmenchefin Xenia zusammen, die der Putzfirma unsauberes Arbeiten unterstellt. Noch dazu muss gerade diesmal alles tiptop sauber sein, es hat sich n\u00e4mlich ein Investor angek\u00fcndigt. Fernando m\u00f6chte der Firma gleich ein PR-Konzept aufdr\u00e4ngen, w\u00e4hrend Mira sich wiederum einem der h\u00fcbschen Mitarbeiter aufdr\u00e4ngt. Dann taucht der mysteri\u00f6se Investor auf und Michelle f\u00e4llt die Kinnlade runter.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.", - "drm_token": null, - "duration_as_string": "25:09 Min.", - "duration_seconds": 1509, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ5Mjk1Mw==", - "episode_id": 14198481, - "exact_duration": 1509200, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Fantasie ist Fantasie", - "id": 15492953, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15492953, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Fantasie-ist-Fantasie", - "videoduration": 1509, - "episodeduration": 1509, - "episodeid": 14198481, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-23T23:52:02+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Fantasie-ist-Fantasie\/14198481\/Wischen-ist-Macht-Fantasie-ist-Fantasie\/15492953", - "share_subject": "Wischen ist Macht: Fantasie ist Fantasie - Wischen ist Macht: Fantasie ist Fantasie vom 23.10.2023 um 23:28 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Fantasie ist Fantasie", - "updated_at": "2024-01-04T10:55:34+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-23_2328_in_01_Wischen-ist-Mac_____14198481__o__1730590616__s15492953", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492953" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198481" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086179" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086179" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086180" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492953\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/860503" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492953\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492953\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/56a6567ba2da189f0370b10ee17ff73950484057.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/56a6567ba2da189f0370b10ee17ff73950484057.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/f156b456d3a8e79796e32a21616eb05881419986.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/56a6567ba2da189f0370b10ee17ff73950484057.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086179_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/56a6567ba2da189f0370b10ee17ff73950484057.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086180_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/f156b456d3a8e79796e32a21616eb05881419986.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14198480,duration:1521040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14198480&duration=1521040&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-23T22:57:50+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Um eine Jungunternehmer-F\u00f6rderung zu bekommen, muss Michelle am Vortrag des \"Win-Coach\" teilnehmen. W\u00e4hrend Michelle vorerst noch uninteressiert im Kurs sitzt, putzen ihre Mitarbeiter drau\u00dfen mehr oder weniger flei\u00dfig die Schulr\u00e4ume. Valentin wird w\u00e4hrend der Toilettenreinigung von einer Schulm\u00e4dchen-Gang terrorisiert, und Mira ist wie immer unmotiviert. Fernando hingegen ist dabei das Fortbewegungsmittel der Zukunft zu erfinden, einzig Zoe putzt flei\u00dfig vor sich hin. Um ihr Team doch zu motivieren, versucht Michelle es doch noch mit dem gerade Gelernten, l\u00f6st dabei aber nur noch mehr Chaos aus.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1521, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk4NDgw", - "exact_duration": 1521040, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Die Win-Methode", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14198480, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-23T23:22:01+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Die-Win-Methode\/14198480", - "share_subject": "Wischen ist Macht: Die Win-Methode vom 23.10.2023 um 22:57 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Um eine Jungunternehmer-F\u00f6rderung zu bekommen, muss Michelle am Vortrag des \"Win-Coach\" teilnehmen. W\u00e4hrend Michelle vorerst noch uninteressiert im Kurs sitzt, putzen ihre Mitarbeiter drau\u00dfen mehr oder weniger flei\u00dfig die Schulr\u00e4ume. Valentin wird w\u00e4hrend der Toilettenreinigung von einer Schulm\u00e4dchen-Gang terrorisiert, und Mira ist wie immer unmotiviert. Fernando hingegen ist dabei das Fortbewegungsmittel der Zukunft zu erfinden, einzig Zoe putzt flei\u00dfig vor sich hin. Um ihr Team doch zu motivieren, versucht Michelle es doch noch mit dem gerade Gelernten, l\u00f6st dabei aber nur noch mehr Chaos aus.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.\r\nBildquelle: ORF\/ORF", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Die Win-Methode", - "type": "default", - "updated_at": "2024-01-04T10:53:46+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198480" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198480\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198480\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198480\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198480\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086177" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086177" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086178" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/860500" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198480\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/359031" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14198480,duration:1521040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14198480&duration=1521040&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-23T22:57:50+02:00", - "date_as_string": "Mo, 23.10.2023", - "vod_ressort": null, - "description": "Um eine Jungunternehmer-F\u00f6rderung zu bekommen, muss Michelle am Vortrag des \"Win-Coach\" teilnehmen. W\u00e4hrend Michelle vorerst noch uninteressiert im Kurs sitzt, putzen ihre Mitarbeiter drau\u00dfen mehr oder weniger flei\u00dfig die Schulr\u00e4ume. Valentin wird w\u00e4hrend der Toilettenreinigung von einer Schulm\u00e4dchen-Gang terrorisiert, und Mira ist wie immer unmotiviert. Fernando hingegen ist dabei das Fortbewegungsmittel der Zukunft zu erfinden, einzig Zoe putzt flei\u00dfig vor sich hin. Um ihr Team doch zu motivieren, versucht Michelle es doch noch mit dem gerade Gelernten, l\u00f6st dabei aber nur noch mehr Chaos aus.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe) u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "25:21 Min.", - "duration_seconds": 1521, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ5Mjk1Mg==", - "episode_id": 14198480, - "exact_duration": 1521040, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Die Win-Methode", - "id": 15492952, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15492952, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Die-Win-Methode", - "videoduration": 1521, - "episodeduration": 1521, - "episodeid": 14198480, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-23T23:22:01+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Die-Win-Methode\/14198480\/Wischen-ist-Macht-Die-Win-Methode\/15492952", - "share_subject": "Wischen ist Macht: Die Win-Methode - Wischen ist Macht: Die Win-Methode vom 23.10.2023 um 22:57 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Die Win-Methode", - "updated_at": "2024-01-04T10:53:46+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-23_2257_in_01_Wischen-ist-Mac_____14198480__o__2007816101__s15492952", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492952" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14198480" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086177" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086177" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16086178" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492952\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/860501" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492952\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15492952\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/74b041ebad49c3cc84e829acfd2141727c80d7b2.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/74b041ebad49c3cc84e829acfd2141727c80d7b2.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/d1b8f1321a6956d99b4a82504431d9c95daec222.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/74b041ebad49c3cc84e829acfd2141727c80d7b2.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/thumb_16086177_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/87\/74b041ebad49c3cc84e829acfd2141727c80d7b2.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/thumb_16086178_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/87\/d1b8f1321a6956d99b4a82504431d9c95daec222.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14197574,duration:1459200,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14197574&duration=1459200&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-16T23:25:13+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Michelle (Ursula Strauss) und ihr Team schieben Dienst in der Bestattung. Diesmal aber herrscht besonders unheimliche Stimmung dort, nachdem Mira (Zeynep Buyrac) einen mysteri\u00f6sen Mann im Trenchcoat herumschleichen sieht. Dieser entpuppt sich dann auch gleich als doppelte Gefahr f\u00fcr Michelle \u2013 er ist n\u00e4mlich nicht nur einer ihrer ehemaligen Verehrer, sondern auch noch Kontrolleur des Magistrats. Michelles Team strengt sich besonders an, alles richtig zu machen, doch Valentin (Manuel Sefciuc) schl\u00e4gt etwas \u00fcbers Ziel hinaus, w\u00e4hrend Mira ihr Talent als Kupplerin entdeckt.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), David Oberkogler (Inspektor Herbert Muchitsch)", - "drm_token": null, - "duration_seconds": 1459, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk3NTc0", - "exact_duration": 1459200, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Hast du Hobbies?", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14197574, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-04-16T23:25:13+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-17T00:16:01+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Hast-du-Hobbies\/14197574", - "share_subject": "Wischen ist Macht: Hast du Hobbies? vom 16.10.2023 um 23:25 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Michelle (Ursula Strauss) und ihr Team schieben Dienst in der Bestattung. Diesmal aber herrscht besonders unheimliche Stimmung dort, nachdem Mira (Zeynep Buyrac) einen mysteri\u00f6sen Mann im Trenchcoat herumschleichen sieht. Dieser entpuppt sich dann auch gleich als doppelte Gefahr f\u00fcr Michelle \u2013 er ist n\u00e4mlich nicht nur einer ihrer ehemaligen Verehrer, sondern auch noch Kontrolleur des Magistrats. Michelles Team strengt sich besonders an, alles richtig zu machen, doch Valentin (Manuel Sefciuc) schl\u00e4gt etwas \u00fcbers Ziel hinaus, w\u00e4hrend Mira ihr Talent als Kupplerin entdeckt.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), David Oberkogler (Inspektor Herbert Muchitsch)", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Hast du Hobbies?", - "type": "default", - "updated_at": "2024-01-04T10:00:22+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197574" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197574\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197574\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197574\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197574\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325283" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325283" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325284" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/857206" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197574\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357767" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14197574,duration:1459200,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14197574&duration=1459200&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-16T23:25:13+02:00", - "date_as_string": "Mo, 16.10.2023", - "vod_ressort": null, - "description": "Michelle (Ursula Strauss) und ihr Team schieben Dienst in der Bestattung. Diesmal aber herrscht besonders unheimliche Stimmung dort, nachdem Mira (Zeynep Buyrac) einen mysteri\u00f6sen Mann im Trenchcoat herumschleichen sieht. Dieser entpuppt sich dann auch gleich als doppelte Gefahr f\u00fcr Michelle \u2013 er ist n\u00e4mlich nicht nur einer ihrer ehemaligen Verehrer, sondern auch noch Kontrolleur des Magistrats. Michelles Team strengt sich besonders an, alles richtig zu machen, doch Valentin (Manuel Sefciuc) schl\u00e4gt etwas \u00fcbers Ziel hinaus, w\u00e4hrend Mira ihr Talent als Kupplerin entdeckt.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), David Oberkogler (Inspektor Herbert Muchitsch)", - "drm_token": null, - "duration_as_string": "24:19 Min.", - "duration_seconds": 1459, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUyMzEwNQ==", - "episode_id": 14197574, - "exact_duration": 1459200, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Hast du Hobbies?", - "id": 15523105, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-04-16T23:25:13+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15523105, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Hast-du-Hobbies", - "videoduration": 1459, - "episodeduration": 1459, - "episodeid": 14197574, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-17T00:16:01+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Hast-du-Hobbies\/14197574\/Wischen-ist-Macht-Hast-du-Hobbies\/15523105", - "share_subject": "Wischen ist Macht: Hast du Hobbies? - Wischen ist Macht: Hast du Hobbies? vom 16.10.2023 um 23:25 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Hast du Hobbies?", - "updated_at": "2024-01-04T10:00:22+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-16_2325_in_01_Wischen-ist-Mac_____14197574__o__2146836980__s15523105", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523105" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197574" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325283" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325283" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325284" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523105\/links" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523105\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523105\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e76eab018743702709c69252eb79f044046fd7c.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e76eab018743702709c69252eb79f044046fd7c.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/a4c2b8eee29c51fe616f89be3500bc01ce34b8c4.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e76eab018743702709c69252eb79f044046fd7c.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325283_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e76eab018743702709c69252eb79f044046fd7c.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325284_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/a4c2b8eee29c51fe616f89be3500bc01ce34b8c4.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14197573,duration:1419320,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14197573&duration=1419320&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-16T22:56:14+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "\u201eDreck.Weg.Sendracek\u201c putzt wieder mal bei den abgehalfterten Rockstars rund um \u201eShit happens\u201c-S\u00e4nger Johnny Woody (Wolfram Berger). Michelle (Ursula Strauss) kann sich allerdings \u00fcberhaupt nicht auf die Arbeit konzentrieren. Ihr Ex-Mann Hugo (Thomas Mraz) hat ihr n\u00e4mlich mitgeteilt, dass seine Freundin schwanger ist und Michelle ihm nicht nur weiterhin Unterhalt zahlen soll, sondern zus\u00e4tzlich auch noch Kindergeld. Und bei den Ex-Rockern geht es \u00e4hnlich zu. Pamela (Doris Hindinger) glaubt schwanger zu sein, die Frage ist nur, ob es Johnnys oder Gingers (Helmut Bohatsch) Kind ist. Johnnys Frau Janis (Eva Maria Marold) ist komplett unbeeindruckt vom Chaos und interessiert sich mehr f\u00fcr Fernando.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe)", - "drm_token": null, - "duration_seconds": 1419, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk3NTcz", - "exact_duration": 1419320, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Bombe", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14197573, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-04-16T22:56:14+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-16T23:46:01+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Bombe\/14197573", - "share_subject": "Wischen ist Macht: Bombe vom 16.10.2023 um 22:56 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "\u201eDreck.Weg.Sendracek\u201c putzt wieder mal bei den abgehalfterten Rockstars rund um \u201eShit happens\u201c-S\u00e4nger Johnny Woody (Wolfram Berger). Michelle (Ursula Strauss) kann sich allerdings \u00fcberhaupt nicht auf die Arbeit konzentrieren. Ihr Ex-Mann Hugo (Thomas Mraz) hat ihr n\u00e4mlich mitgeteilt, dass seine Freundin schwanger ist und Michelle ihm nicht nur weiterhin Unterhalt zahlen soll, sondern zus\u00e4tzlich auch noch Kindergeld. Und bei den Ex-Rockern geht es \u00e4hnlich zu. Pamela (Doris Hindinger) glaubt schwanger zu sein, die Frage ist nur, ob es Johnnys oder Gingers (Helmut Bohatsch) Kind ist. Johnnys Frau Janis (Eva Maria Marold) ist komplett unbeeindruckt vom Chaos und interessiert sich mehr f\u00fcr Fernando.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe)", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Bombe", - "type": "default", - "updated_at": "2024-01-04T10:00:00+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197573" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197573\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197573\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197573\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197573\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325281" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325281" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325282" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/857194" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197573\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357766" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14197573,duration:1419320,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14197573&duration=1419320&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-16T22:56:14+02:00", - "date_as_string": "Mo, 16.10.2023", - "vod_ressort": null, - "description": "\u201eDreck.Weg.Sendracek\u201c putzt wieder mal bei den abgehalfterten Rockstars rund um \u201eShit happens\u201c-S\u00e4nger Johnny Woody (Wolfram Berger). Michelle (Ursula Strauss) kann sich allerdings \u00fcberhaupt nicht auf die Arbeit konzentrieren. Ihr Ex-Mann Hugo (Thomas Mraz) hat ihr n\u00e4mlich mitgeteilt, dass seine Freundin schwanger ist und Michelle ihm nicht nur weiterhin Unterhalt zahlen soll, sondern zus\u00e4tzlich auch noch Kindergeld. Und bei den Ex-Rockern geht es \u00e4hnlich zu. Pamela (Doris Hindinger) glaubt schwanger zu sein, die Frage ist nur, ob es Johnnys oder Gingers (Helmut Bohatsch) Kind ist. Johnnys Frau Janis (Eva Maria Marold) ist komplett unbeeindruckt vom Chaos und interessiert sich mehr f\u00fcr Fernando.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe)", - "drm_token": null, - "duration_as_string": "23:39 Min.", - "duration_seconds": 1419, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUyMzEwNA==", - "episode_id": 14197573, - "exact_duration": 1419320, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Bombe", - "id": 15523104, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-04-16T22:56:14+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2100-01-01T00:00:00+01:00", - "livedate_extern": "2100-01-01T00:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15523104, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Bombe", - "videoduration": 1419, - "episodeduration": 1419, - "episodeid": 14197573, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-16T23:46:01+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Bombe\/14197573\/Wischen-ist-Macht-Bombe\/15523104", - "share_subject": "Wischen ist Macht: Bombe - Wischen ist Macht: Bombe vom 16.10.2023 um 22:56 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Bombe", - "updated_at": "2024-01-04T10:00:00+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-16_2256_in_01_Wischen-ist-Mac_____14197573__o__2036370316__s15523104", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523104" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14197573" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325281" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325281" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325282" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523104\/links" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523104\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523104\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e149c8e0a8c4fd0ab6b56a6694325c34a8e5310.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e149c8e0a8c4fd0ab6b56a6694325c34a8e5310.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/0570ece059dbba72aa3fdacfd23bd83650e7cb64.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e149c8e0a8c4fd0ab6b56a6694325c34a8e5310.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325281_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1e149c8e0a8c4fd0ab6b56a6694325c34a8e5310.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325282_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/0570ece059dbba72aa3fdacfd23bd83650e7cb64.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14196635,duration:1349040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14196635&duration=1349040&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-09T23:24:15+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Der f\u00fcr Michelle (Ursula Strauss) wahrscheinlich h\u00e4rteste Auftrag steht an: Bei ihrer Mutter Gerda (Andrea H\u00e4ndler) putzen. Diese hat Michelle und ihr Team mit einem Vorwand in ihre Wohnung gelockt. Eigentlich m\u00f6chte sie ihre Tochter endlich verkuppeln und hat daf\u00fcr Herrenbesuch eingeladen. Gerdas Auswahl reicht von sch\u00f6n, aber dumm, bis zu schr\u00e4g, daf\u00fcr gut best\u00fcckt. Eigentlich will Michelle nur mehr weg, doch dann passiert ein Malheur nach dem anderen, und bald steht sogar Fernandos (Stefano Bernardin) Leben auf dem Spiel.\r\nBesetzung:\r\nUrsula Strauss (Michelle Sendracek)\r\nStefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz)\r\nZeynep Buyrac (Mira Petrenko)\r\nManuel Sefciuc (Valentin Gradischnig)\r\nLilian Jane Gartner (Zoe) u.v.m.\r\n\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1349, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk2NjM1", - "exact_duration": 1349040, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Schmusen ist auch nicht betr\u00fcgen", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14196635, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-09T23:50:02+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Schmusen-ist-auch-nicht-betruegen\/14196635", - "share_subject": "Wischen ist Macht: Schmusen ist auch nicht betr\u00fcgen vom 09.10.2023 um 23:24 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Comedy-Serie", - "teaser_text": "Der f\u00fcr Michelle (Ursula Strauss) wahrscheinlich h\u00e4rteste Auftrag steht an: Bei ihrer Mutter Gerda (Andrea H\u00e4ndler) putzen. Diese hat Michelle und ihr Team mit einem Vorwand in ihre Wohnung gelockt. Eigentlich m\u00f6chte sie ihre Tochter endlich verkuppeln und hat daf\u00fcr Herrenbesuch eingeladen. Gerdas Auswahl reicht von sch\u00f6n, aber dumm, bis zu schr\u00e4g, daf\u00fcr gut best\u00fcckt. Eigentlich will Michelle nur mehr weg, doch dann passiert ein Malheur nach dem anderen, und bald steht sogar Fernandos (Stefano Bernardin) Leben auf dem Spiel.\r\nBesetzung:\r\nUrsula Strauss (Michelle Sendracek)\r\nStefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz)\r\nZeynep Buyrac (Mira Petrenko)\r\nManuel Sefciuc (Valentin Gradischnig)\r\nLilian Jane Gartner (Zoe) u.v.m.\r\n\r\nBildquelle: ORF\/ORF", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Schmusen ist auch nicht betr\u00fcgen", - "type": "default", - "updated_at": "2024-01-04T09:49:19+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196635" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196635\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196635\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196635\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196635\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005386" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005386" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005387" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/855090" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196635\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357519" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14196635,duration:1349040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14196635&duration=1349040&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-09T23:24:15+02:00", - "date_as_string": "Mo, 9.10.2023", - "vod_ressort": null, - "description": "Der f\u00fcr Michelle (Ursula Strauss) wahrscheinlich h\u00e4rteste Auftrag steht an: Bei ihrer Mutter Gerda (Andrea H\u00e4ndler) putzen. Diese hat Michelle und ihr Team mit einem Vorwand in ihre Wohnung gelockt. Eigentlich m\u00f6chte sie ihre Tochter endlich verkuppeln und hat daf\u00fcr Herrenbesuch eingeladen. Gerdas Auswahl reicht von sch\u00f6n, aber dumm, bis zu schr\u00e4g, daf\u00fcr gut best\u00fcckt. Eigentlich will Michelle nur mehr weg, doch dann passiert ein Malheur nach dem anderen, und bald steht sogar Fernandos (Stefano Bernardin) Leben auf dem Spiel.\r\nBesetzung:\r\nUrsula Strauss (Michelle Sendracek)\r\nStefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz)\r\nZeynep Buyrac (Mira Petrenko)\r\nManuel Sefciuc (Valentin Gradischnig)\r\nLilian Jane Gartner (Zoe) u.v.m.\r\n\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "22:29 Min.", - "duration_seconds": 1349, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ4MzM2Mw==", - "episode_id": 14196635, - "exact_duration": 1349040, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Schmusen ist auch nicht betr\u00fcgen", - "id": 15483363, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15483363, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Schmusen-ist-auch-nicht-betruegen", - "videoduration": 1349, - "episodeduration": 1349, - "episodeid": 14196635, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-09T23:50:02+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Schmusen-ist-auch-nicht-betruegen\/14196635\/Wischen-ist-Macht-Schmusen-ist-auch-nicht-betruegen\/15483363", - "share_subject": "Wischen ist Macht: Schmusen ist auch nicht betr\u00fcgen - Wischen ist Macht: Schmusen ist auch nicht betr\u00fcgen vom 09.10.2023 um 23:24 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Comedy-Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Schmusen ist auch nicht betr\u00fcgen", - "updated_at": "2024-01-04T09:49:19+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-09_2324_in_01_Wischen-ist-Mac_____14196635__o__1316329806__s15483363", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483363" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196635" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005386" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005386" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005387" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483363\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/855091" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483363\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483363\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/171c8d613761c40906c78753ea23dd796b9dd047.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/171c8d613761c40906c78753ea23dd796b9dd047.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/44332a83a48c05768ad895b42b5bf97e19a9e5e7.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/171c8d613761c40906c78753ea23dd796b9dd047.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005386_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/171c8d613761c40906c78753ea23dd796b9dd047.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005387_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/44332a83a48c05768ad895b42b5bf97e19a9e5e7.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14196634,duration:1465360,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14196634&duration=1465360&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-09T22:55:03+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken diesmal im Lokal von Barbesitzer und Achtsamkeitstrainer Benno Neuner an. Die Bar hat eindeutig eine wilde Nacht hinter sich und \"Dreck.Weg.Sendracek\" eigentlich alle H\u00e4nde voll zu tun - doch Benno Neuner schickt das Reinigungsteam wieder nachhause. Michelle l\u00e4sst sich diesen respektlosen Umgang mit ihrer Arbeitszeit nat\u00fcrlich nicht gefallen und beginnt eine Diskussion mit Neuner. Da taucht pl\u00f6tzlich Michelles Ex-Mann Hugo auf und bringt ihr seine Psychiaterrechnung vorbei. Sie sei ja immerhin auch schuld an seinem labilen psychischen Zustand. W\u00e4hrend Michelle noch mit den Herren diskutieren muss, findet ihr Team einen bewusstlosen Mann in der Bar.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Anton Noori (Benno Neuner), Patrick Seletzky (Gruppeninspektor).\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1465, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk2NjM0", - "exact_duration": 1465360, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Veni vidi wischi", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14196634, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-09T23:22:01+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Veni-vidi-wischi\/14196634", - "share_subject": "Wischen ist Macht: Veni vidi wischi vom 09.10.2023 um 22:55 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Comedy-Serie", - "teaser_text": "Michelle und ihr Team r\u00fccken diesmal im Lokal von Barbesitzer und Achtsamkeitstrainer Benno Neuner an. Die Bar hat eindeutig eine wilde Nacht hinter sich und \"Dreck.Weg.Sendracek\" eigentlich alle H\u00e4nde voll zu tun - doch Benno Neuner schickt das Reinigungsteam wieder nachhause. Michelle l\u00e4sst sich diesen respektlosen Umgang mit ihrer Arbeitszeit nat\u00fcrlich nicht gefallen und beginnt eine Diskussion mit Neuner. Da taucht pl\u00f6tzlich Michelles Ex-Mann Hugo auf und bringt ihr seine Psychiaterrechnung vorbei. Sie sei ja immerhin auch schuld an seinem labilen psychischen Zustand. W\u00e4hrend Michelle noch mit den Herren diskutieren muss, findet ihr Team einen bewusstlosen Mann in der Bar.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Anton Noori (Benno Neuner), Patrick Seletzky (Gruppeninspektor).\r\nBildquelle: ORF\/ORF", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Veni vidi wischi", - "type": "default", - "updated_at": "2024-01-04T09:44:03+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196634" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196634\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196634\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196634\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196634\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005401" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005401" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005402" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/855078" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196634\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357518" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14196634,duration:1465360,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14196634&duration=1465360&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-09T22:55:03+02:00", - "date_as_string": "Mo, 9.10.2023", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken diesmal im Lokal von Barbesitzer und Achtsamkeitstrainer Benno Neuner an. Die Bar hat eindeutig eine wilde Nacht hinter sich und \"Dreck.Weg.Sendracek\" eigentlich alle H\u00e4nde voll zu tun - doch Benno Neuner schickt das Reinigungsteam wieder nachhause. Michelle l\u00e4sst sich diesen respektlosen Umgang mit ihrer Arbeitszeit nat\u00fcrlich nicht gefallen und beginnt eine Diskussion mit Neuner. Da taucht pl\u00f6tzlich Michelles Ex-Mann Hugo auf und bringt ihr seine Psychiaterrechnung vorbei. Sie sei ja immerhin auch schuld an seinem labilen psychischen Zustand. W\u00e4hrend Michelle noch mit den Herren diskutieren muss, findet ihr Team einen bewusstlosen Mann in der Bar.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Anton Noori (Benno Neuner), Patrick Seletzky (Gruppeninspektor).\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "24:25 Min.", - "duration_seconds": 1465, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ4MzM2Mg==", - "episode_id": 14196634, - "exact_duration": 1465360, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Veni vidi wischi", - "id": 15483362, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15483362, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Veni-vidi-wischi", - "videoduration": 1465, - "episodeduration": 1465, - "episodeid": 14196634, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-09T23:22:01+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Veni-vidi-wischi\/14196634\/Wischen-ist-Macht-Veni-vidi-wischi\/15483362", - "share_subject": "Wischen ist Macht: Veni vidi wischi - Wischen ist Macht: Veni vidi wischi vom 09.10.2023 um 22:55 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Comedy-Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Veni vidi wischi", - "updated_at": "2024-01-04T09:44:03+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-09_2255_in_01_Wischen-ist-Mac_____14196634__o__1883874451__s15483362", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483362" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14196634" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005401" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005401" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16005402" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483362\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/855079" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483362\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15483362\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/adfb376fb53b966d13b7c19736227561a3b28a07.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/adfb376fb53b966d13b7c19736227561a3b28a07.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/29327a0ad6810c3df80efb0fad4dcbc1b6d09d37.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/adfb376fb53b966d13b7c19736227561a3b28a07.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/thumb_16005401_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0161\/06\/adfb376fb53b966d13b7c19736227561a3b28a07.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/thumb_16005402_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0161\/06\/29327a0ad6810c3df80efb0fad4dcbc1b6d09d37.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14195740,duration:1536800,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14195740&duration=1536800&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-02T23:19:59+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Reinigungsfirma trifft Kunst. Michelle und ihre Truppe werden von der exzentrischen Museumsdirektorin Frida Gro\u00df-Klein zu einem besonders heiklen Auftrag gerufen. Staatssekret\u00e4r Peter Hruska hat sich n\u00e4mlich angek\u00fcndigt, um \u00fcber die F\u00f6rderung des Museums zu bestimmen. Somit muss alles tiptop sein und \"Dreck.Weg.Sendracek\" macht sich an die Arbeit. Dann aber entdeckt Fernando sein kreatives Alter Ego, Zoe st\u00f6\u00dft sich an einem Kunstwerk und die pr\u00e4potente Art des Staatssekret\u00e4rs erregt die Gem\u00fcter, vor allem das von Michelle.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Adele Neuhauser (Direktorin Frida Gro\u00df-Klein), Lukas Spisser (Staatssekret\u00e4r Hruska), Wolfgang Oliver (Georg), u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1536, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk1NzQw", - "exact_duration": 1536800, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Ready Made", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14195740, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-02T23:50:02+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Ready-Made\/14195740", - "share_subject": "Wischen ist Macht: Ready Made vom 02.10.2023 um 23:19 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Reinigungsfirma trifft Kunst. Michelle und ihre Truppe werden von der exzentrischen Museumsdirektorin Frida Gro\u00df-Klein zu einem besonders heiklen Auftrag gerufen. Staatssekret\u00e4r Peter Hruska hat sich n\u00e4mlich angek\u00fcndigt, um \u00fcber die F\u00f6rderung des Museums zu bestimmen. Somit muss alles tiptop sein und \"Dreck.Weg.Sendracek\" macht sich an die Arbeit. Dann aber entdeckt Fernando sein kreatives Alter Ego, Zoe st\u00f6\u00dft sich an einem Kunstwerk und die pr\u00e4potente Art des Staatssekret\u00e4rs erregt die Gem\u00fcter, vor allem das von Michelle.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Adele Neuhauser (Direktorin Frida Gro\u00df-Klein), Lukas Spisser (Staatssekret\u00e4r Hruska), Wolfgang Oliver (Georg), u.a.\r\nBildquelle: ORF\/ORF", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Ready Made", - "type": "default", - "updated_at": "2024-01-04T09:32:09+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195740" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195740\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195740\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195740\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195740\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977050" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977050" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977051" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/852887" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195740\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357514" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14195740,duration:1536800,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14195740&duration=1536800&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-02T23:19:59+02:00", - "date_as_string": "Mo, 2.10.2023", - "vod_ressort": null, - "description": "Reinigungsfirma trifft Kunst. Michelle und ihre Truppe werden von der exzentrischen Museumsdirektorin Frida Gro\u00df-Klein zu einem besonders heiklen Auftrag gerufen. Staatssekret\u00e4r Peter Hruska hat sich n\u00e4mlich angek\u00fcndigt, um \u00fcber die F\u00f6rderung des Museums zu bestimmen. Somit muss alles tiptop sein und \"Dreck.Weg.Sendracek\" macht sich an die Arbeit. Dann aber entdeckt Fernando sein kreatives Alter Ego, Zoe st\u00f6\u00dft sich an einem Kunstwerk und die pr\u00e4potente Art des Staatssekret\u00e4rs erregt die Gem\u00fcter, vor allem das von Michelle.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Adele Neuhauser (Direktorin Frida Gro\u00df-Klein), Lukas Spisser (Staatssekret\u00e4r Hruska), Wolfgang Oliver (Georg), u.a.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "25:36 Min.", - "duration_seconds": 1536, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ3ODc3NQ==", - "episode_id": 14195740, - "exact_duration": 1536800, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Ready Made", - "id": 15478775, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15478775, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Ready-Made", - "videoduration": 1536, - "episodeduration": 1536, - "episodeid": 14195740, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-02T23:50:02+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Ready-Made\/14195740\/Wischen-ist-Macht-Ready-Made\/15478775", - "share_subject": "Wischen ist Macht: Ready Made - Wischen ist Macht: Ready Made vom 02.10.2023 um 23:19 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Ready Made", - "updated_at": "2024-01-04T09:32:09+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-02_2319_in_01_Wischen-ist-Mac_____14195740__o__1467274598__s15478775", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478775" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195740" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977050" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977050" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977051" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478775\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/852888" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478775\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478775\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/abf043b3669bdbe0aaff9df128b8ee542a8232ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/abf043b3669bdbe0aaff9df128b8ee542a8232ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/5b3b6ad41d1548ef3a260a87c85bf5c3eac5c96e.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/abf043b3669bdbe0aaff9df128b8ee542a8232ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977050_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/abf043b3669bdbe0aaff9df128b8ee542a8232ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977051_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/5b3b6ad41d1548ef3a260a87c85bf5c3eac5c96e.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14195739,duration:1468920,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14195739&duration=1468920&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-10-02T22:51:06+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken zu ihrer Schicht im Fu\u00dfballstadion an. Dort werden sie vom Verbandspr\u00e4sidenten Leopold H\u00fcbner auff\u00e4llig \u00fcberschw\u00e4nglich begr\u00fc\u00dft. Wie sich herausstellt, verdient dieser sich zu seinem mickrigen Funktion\u00e4rsgehalt noch etwas als Unternehmer dazu und m\u00f6chte in Michelles Firma investieren. Michelle ist nat\u00fcrlich begeistert, daber dann taucht ihre Erzfeindin und Putzfirmen-Konkurrentin Jennifer Plank auf. Zwischen den beiden entbrennt ein erbitterter Kampf um H\u00fcbners Geld und nebenbei haben die Firmenchefinnen auch noch eine private Rechnung miteinander offen.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Katharina Stra\u00dfer (Jennifer Plank), Peter Faerber (Leopold H\u00fcbner), Wolfgang Rauh (Luka), u.a.", - "drm_token": null, - "duration_seconds": 1468, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk1NzM5", - "exact_duration": 1468920, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Jausengegner", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14195739, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-10-02T23:20:01+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Jausengegner\/14195739", - "share_subject": "Wischen ist Macht: Jausengegner vom 02.10.2023 um 22:51 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Michelle und ihr Team r\u00fccken zu ihrer Schicht im Fu\u00dfballstadion an. Dort werden sie vom Verbandspr\u00e4sidenten Leopold H\u00fcbner auff\u00e4llig \u00fcberschw\u00e4nglich begr\u00fc\u00dft. Wie sich herausstellt, verdient dieser sich zu seinem mickrigen Funktion\u00e4rsgehalt noch etwas als Unternehmer dazu und m\u00f6chte in Michelles Firma investieren. Michelle ist nat\u00fcrlich begeistert, daber dann taucht ihre Erzfeindin und Putzfirmen-Konkurrentin Jennifer Plank auf. Zwischen den beiden entbrennt ein erbitterter Kampf um H\u00fcbners Geld und nebenbei haben die Firmenchefinnen auch noch eine private Rechnung miteinander offen.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Katharina Stra\u00dfer (Jennifer Plank), Peter Faerber (Leopold H\u00fcbner), Wolfgang Rauh (Luka), u.a.", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Jausengegner", - "type": "default", - "updated_at": "2024-01-04T09:31:43+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195739" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195739\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195739\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195739\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195739\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977069" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977069" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977070" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/852885" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195739\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357513" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14195739,duration:1468920,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14195739&duration=1468920&advertisingtags=", - "blackfades": [], - "episode_date": "2023-10-02T22:51:06+02:00", - "date_as_string": "Mo, 2.10.2023", - "vod_ressort": null, - "description": "Michelle und ihr Team r\u00fccken zu ihrer Schicht im Fu\u00dfballstadion an. Dort werden sie vom Verbandspr\u00e4sidenten Leopold H\u00fcbner auff\u00e4llig \u00fcberschw\u00e4nglich begr\u00fc\u00dft. Wie sich herausstellt, verdient dieser sich zu seinem mickrigen Funktion\u00e4rsgehalt noch etwas als Unternehmer dazu und m\u00f6chte in Michelles Firma investieren. Michelle ist nat\u00fcrlich begeistert, daber dann taucht ihre Erzfeindin und Putzfirmen-Konkurrentin Jennifer Plank auf. Zwischen den beiden entbrennt ein erbitterter Kampf um H\u00fcbners Geld und nebenbei haben die Firmenchefinnen auch noch eine private Rechnung miteinander offen.\r\nBesetzung: Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Katharina Stra\u00dfer (Jennifer Plank), Peter Faerber (Leopold H\u00fcbner), Wolfgang Rauh (Luka), u.a.", - "drm_token": null, - "duration_as_string": "24:28 Min.", - "duration_seconds": 1468, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTQ3ODc3Mw==", - "episode_id": 14195739, - "exact_duration": 1468920, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Jausengegner", - "id": 15478773, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-05-21T00:27:00+02:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15478773, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Jausengegner", - "videoduration": 1468, - "episodeduration": 1468, - "episodeid": 14195739, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-10-02T23:20:01+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Jausengegner\/14195739\/Wischen-ist-Macht-Jausengegner\/15478773", - "share_subject": "Wischen ist Macht: Jausengegner - Wischen ist Macht: Jausengegner vom 02.10.2023 um 22:51 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Jausengegner", - "updated_at": "2024-01-04T09:31:43+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-10-02_2251_in_01_Wischen-ist-Mac_____14195739__o__2062477548__s15478773", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478773" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14195739" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977069" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977069" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/15977070" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478773\/links" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/852886" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478773\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15478773\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/7ca7500e1dcea3ef4036720f5a72b5e05a09f6ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/7ca7500e1dcea3ef4036720f5a72b5e05a09f6ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/cbef0bab4c92c6f28ea683d56c654bb0dc112b71.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/7ca7500e1dcea3ef4036720f5a72b5e05a09f6ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/thumb_15977069_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0160\/78\/7ca7500e1dcea3ef4036720f5a72b5e05a09f6ca.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/thumb_15977070_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0160\/78\/cbef0bab4c92c6f28ea683d56c654bb0dc112b71.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14194932,duration:1360520,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14194932&duration=1360520&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-09-25T23:25:20+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Ein ukrainischer Gesch\u00e4ftsmann ist tot, und Michelle (Ursula Strauss) und ihr Team m\u00fcssen eine Extraschicht in der Bestattung schieben. Dort weist sie die exzentrische Leichenschminkerin Almut (Karin Lischka) in ihre Aufgaben ein, bevor sie f\u00fcrs Erste wieder verschwindet. Valentin (Manuel Sefciuc) ist \u00e4u\u00dferst unmotiviert, findet am Abend doch der ber\u00fcchtigte J\u00e4gerball statt, den er unbedingt noch besuchen m\u00f6chte. Fernando (Stefano Bernardin) hingegen l\u00e4uft trotz der morbiden Umgebung zu H\u00f6chstform auf, denn er ist gerade verliebt und m\u00f6chte Dichter werden. Mira (Zeynep Buyrac) trifft unterdessen beim Sargputzen auf ihren Cousin Oleg (Daniel Wagner), der Verbindungen zum toten Ukrainer hatte. Und bald schon wird Michelles ganzes Team unfreiwillig in Olegs kriminelle Machenschaft hineingezogen.", - "drm_token": null, - "duration_seconds": 1360, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk0OTMy", - "exact_duration": 1360520, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Eine Hand w\u00e4scht die andere", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14194932, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-03-25T23:25:20+01:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-09-26T00:36:02+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Eine-Hand-waescht-die-andere\/14194932", - "share_subject": "Wischen ist Macht: Eine Hand w\u00e4scht die andere vom 25.09.2023 um 23:25 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Ein ukrainischer Gesch\u00e4ftsmann ist tot, und Michelle (Ursula Strauss) und ihr Team m\u00fcssen eine Extraschicht in der Bestattung schieben. Dort weist sie die exzentrische Leichenschminkerin Almut (Karin Lischka) in ihre Aufgaben ein, bevor sie f\u00fcrs Erste wieder verschwindet. Valentin (Manuel Sefciuc) ist \u00e4u\u00dferst unmotiviert, findet am Abend doch der ber\u00fcchtigte J\u00e4gerball statt, den er unbedingt noch besuchen m\u00f6chte. Fernando (Stefano Bernardin) hingegen l\u00e4uft trotz der morbiden Umgebung zu H\u00f6chstform auf, denn er ist gerade verliebt und m\u00f6chte Dichter werden. Mira (Zeynep Buyrac) trifft unterdessen beim Sargputzen auf ihren Cousin Oleg (Daniel Wagner), der Verbindungen zum toten Ukrainer hatte. Und bald schon wird Michelles ganzes Team unfreiwillig in Olegs kriminelle Machenschaft hineingezogen.", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Eine Hand w\u00e4scht die andere", - "type": "default", - "updated_at": "2023-12-30T16:09:47+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194932" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194932\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194932\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194932\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194932\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325277" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325277" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325278" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/850830" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194932\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357511" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14194932,duration:1360520,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14194932&duration=1360520&advertisingtags=", - "blackfades": [], - "episode_date": "2023-09-25T23:25:20+02:00", - "date_as_string": "Mo, 25.9.2023", - "vod_ressort": null, - "description": "Ein ukrainischer Gesch\u00e4ftsmann ist tot, und Michelle (Ursula Strauss) und ihr Team m\u00fcssen eine Extraschicht in der Bestattung schieben. Dort weist sie die exzentrische Leichenschminkerin Almut (Karin Lischka) in ihre Aufgaben ein, bevor sie f\u00fcrs Erste wieder verschwindet. Valentin (Manuel Sefciuc) ist \u00e4u\u00dferst unmotiviert, findet am Abend doch der ber\u00fcchtigte J\u00e4gerball statt, den er unbedingt noch besuchen m\u00f6chte. Fernando (Stefano Bernardin) hingegen l\u00e4uft trotz der morbiden Umgebung zu H\u00f6chstform auf, denn er ist gerade verliebt und m\u00f6chte Dichter werden. Mira (Zeynep Buyrac) trifft unterdessen beim Sargputzen auf ihren Cousin Oleg (Daniel Wagner), der Verbindungen zum toten Ukrainer hatte. Und bald schon wird Michelles ganzes Team unfreiwillig in Olegs kriminelle Machenschaft hineingezogen.", - "drm_token": null, - "duration_as_string": "22:40 Min.", - "duration_seconds": 1360, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUyMzA5OQ==", - "episode_id": 14194932, - "exact_duration": 1360520, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Eine Hand w\u00e4scht die andere", - "id": 15523099, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-03-25T23:25:20+01:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2100-01-01T00:00:00+01:00", - "livedate_extern": "2100-01-01T00:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15523099, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Eine-Hand-waescht-die-andere", - "videoduration": 1360, - "episodeduration": 1360, - "episodeid": 14194932, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-09-26T00:36:02+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Eine-Hand-waescht-die-andere\/14194932\/Wischen-ist-Macht-Eine-Hand-waescht-die-andere\/15523099", - "share_subject": "Wischen ist Macht: Eine Hand w\u00e4scht die andere - Wischen ist Macht: Eine Hand w\u00e4scht die andere vom 25.09.2023 um 23:25 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Eine Hand w\u00e4scht die andere", - "updated_at": "2023-12-30T16:09:47+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-09-25_2325_in_01_Wischen-ist-Mac_____14194932__o__8438236266__s15523099", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523099" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194932" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325277" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325277" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325278" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523099\/links" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523099\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523099\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/086be180dec1a9aa65fa9e3e3350502d90d1b9e6.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/086be180dec1a9aa65fa9e3e3350502d90d1b9e6.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/ccb9f4dba1cc0d4a8e5d1fa24bdb7891514ecc90.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/086be180dec1a9aa65fa9e3e3350502d90d1b9e6.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325277_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/086be180dec1a9aa65fa9e3e3350502d90d1b9e6.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325278_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/ccb9f4dba1cc0d4a8e5d1fa24bdb7891514ecc90.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - }, - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14194930,duration:1513040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14194930&duration=1513040&advertisingtags=", - "age_classification": "", - "audio_description_service_available": false, - "countdown": "136 Tage", - "date": "2023-09-25T22:55:42+02:00", - "delete_date": "2024-05-28 00:27:00", - "vod_ressort": null, - "description": "Gemeinsam mit ihrem verhaltensoriginellen Team bringt Ursula Strauss die schmutzigsten Geheimnisse und das reinste Durcheinander wieder zum Gl\u00e4nzen. \"Wischen ist Macht\" hei\u00dft es im Dacapo der Comedyserie, in der Ursula Strauss und ihr illustrer Putztrupp in 18 Folgen im Doppelpack f\u00fcr ihre ganz eigene Ordnung sorgen \u2013 und dabei feststellen, dass Schmutz ihr geringstes Problem ist. Gibt Michelle heute dem Finanzamt nicht mehr ihre Steuerunterlagen ab, kann sie ihre Firma zusperren. Bl\u00f6derweise muss aber auch noch in der Schule geputzt werden. Michelle zieht sich also zur\u00fcck, um an den Unterlagen zu arbeiten und macht Mira zu ihrer Stellvertreterin. Diese ist nur wenig an ihrer neuen Position interessiert und die Situation ger\u00e4t bald au\u00dfer Kontrolle. W\u00e4hrend Fernando versucht Sch\u00fclerinnen seinen neuen Vitality-Shake anzudrehen, ger\u00e4t Valentin mit seinem Erzfeind aneinander: Dem streitlustigen Schulwart Erich.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_seconds": 1513, - "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MTk0OTMw", - "exact_duration": 1513040, - "field_descriptor": "", - "flimmit_link_text": "", - "flimmit_link": "", - "gapless_sources_austria": { - "hls": [], - "hds": [], - "smooth": [], - "dash": [] - }, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "growing": true, - "growing_type": "chronology", - "has_active_youth_protection": false, - "focus": false, - "show_countdown": true, - "has_subtitle": true, - "has_thumbnail": true, - "has_youth_protection": false, - "headline": "Wischen ist Macht: Dann geh ich halt in H\u00e4fen!", - "hide_in_new_section": false, - "hide_in_schedule_section": false, - "hide_latest_episodes": false, - "id": 14194930, - "is_archive": false, - "is_drm_protected": false, - "is_gapless_austria": false, - "is_gapless": true, - "gmf_merged_content": false, - "is_oegs": false, - "two_channel_audio": false, - "uhd": false, - "killdate_extern": "2024-03-25T22:55:42+01:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2023-12-27T10:00:00+01:00", - "livedate_extern": "2023-12-27T10:00:00+01:00", - "orf_label": null, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "production_country_is_europe": false, - "production_country": null, - "production_year": 2019, - "profile_title": "Wischen ist Macht", - "website": "", - "recommendation_episode": null, - "related_audiodescription_episode_image_url": null, - "related_audiodescription_episode_title": null, - "related_oegs_episode_image_url": null, - "related_oegs_episode_title": null, - "release_date": "2023-09-26T00:32:01+02:00", - "secondary_genres": [], - "segments_complete": true, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Dann-geh-ich-halt-in-Haefen\/14194930", - "share_subject": "Wischen ist Macht: Dann geh ich halt in H\u00e4fen! vom 25.09.2023 um 22:55 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "sub_headline": "Serie", - "teaser_text": "Gemeinsam mit ihrem verhaltensoriginellen Team bringt Ursula Strauss die schmutzigsten Geheimnisse und das reinste Durcheinander wieder zum Gl\u00e4nzen. \"Wischen ist Macht\" hei\u00dft es im Dacapo der Comedyserie, in der Ursula Strauss und ihr illustrer Putztrupp in 18 Folgen im Doppelpack f\u00fcr ihre ganz eigene Ordnung sorgen \u2013 und dabei feststellen, dass Schmutz ihr geringstes Problem ist. Gibt Michelle heute dem Finanzamt nicht mehr ihre Steuerunterlagen ab, kann sie ihre Firma zusperren. Bl\u00f6derweise muss aber auch noch in der Schule geputzt werden. Michelle zieht sich also zur\u00fcck, um an den Unterlagen zu arbeiten und macht Mira zu ihrer Stellvertreterin. Diese ist nur wenig an ihrer neuen Position interessiert und die Situation ger\u00e4t bald au\u00dfer Kontrolle. W\u00e4hrend Fernando versucht Sch\u00fclerinnen seinen neuen Vitality-Shake anzudrehen, ger\u00e4t Valentin mit seinem Erzfeind aneinander: Dem streitlustigen Schulwart Erich.\r\nBildquelle: ORF\/ORF", - "teaser_title": null, - "text": null, - "thumbnail_activated": true, - "thumbnail_distributed": false, - "thumbnail_folder": null, - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Dann geh ich halt in H\u00e4fen!", - "type": "default", - "updated_at": "2023-12-30T16:09:52+01:00", - "video_type": "episode", - "youth_protection_type": "limited-20-06", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194930" - }, - "channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - }, - "segments": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194930\/segments" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194930\/tags" - }, - "advertising_tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194930\/advertising\/tags" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194930\/links" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16309573" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16309573" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16309574" - }, - "subtitle": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/850819" - }, - "related_episodes": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194930\/related" - }, - "dds_item": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/357510" - } - }, - "_embedded": { - "channel": { - "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", - "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", - "id": 1180, - "is_drm_protected": true, - "is_main_channel": true, - "name": "ORF 1", - "reel": "orf1", - "updated_at": "2023-01-19T10:03:53+01:00", - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" - }, - "children": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" - }, - "color_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" - }, - "black_and_white_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" - }, - "audio_description_channel": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" - } - } - }, - "segments": [ - { - "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14194930,duration:1513040,advertisingtags:", - "advertising_mapping": { - "live": { - "web": { - "sb": 4420063, - "tbar": 4420064, - "pre": 4420065, - "post": 4420066 - }, - "mob": { - "par": 4420067, - "pre": 4420221, - "post": 4420069 - }, - "app": { - "par": 4420070, - "pre": 4420071, - "post": 4420072 - }, - "smart": { - "pre": 4420073, - "post": 4420074 - } - }, - "vod": { - "web": { - "sb": 4420438, - "tbar": 4420439, - "pre": 4420440, - "post": 4420441 - }, - "mob": { - "par": 4420442, - "pre": 4420443, - "post": 4420444 - }, - "app": { - "par": 4420445, - "pre": 4420446, - "post": 4420447 - }, - "smart": { - "pre": 4420448, - "post": 4420449 - } - } - }, - "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14194930&duration=1513040&advertisingtags=", - "blackfades": [], - "episode_date": "2023-09-25T22:55:42+02:00", - "date_as_string": "Mo, 25.9.2023", - "vod_ressort": null, - "description": "Gemeinsam mit ihrem verhaltensoriginellen Team bringt Ursula Strauss die schmutzigsten Geheimnisse und das reinste Durcheinander wieder zum Gl\u00e4nzen. \"Wischen ist Macht\" hei\u00dft es im Dacapo der Comedyserie, in der Ursula Strauss und ihr illustrer Putztrupp in 18 Folgen im Doppelpack f\u00fcr ihre ganz eigene Ordnung sorgen \u2013 und dabei feststellen, dass Schmutz ihr geringstes Problem ist. Gibt Michelle heute dem Finanzamt nicht mehr ihre Steuerunterlagen ab, kann sie ihre Firma zusperren. Bl\u00f6derweise muss aber auch noch in der Schule geputzt werden. Michelle zieht sich also zur\u00fcck, um an den Unterlagen zu arbeiten und macht Mira zu ihrer Stellvertreterin. Diese ist nur wenig an ihrer neuen Position interessiert und die Situation ger\u00e4t bald au\u00dfer Kontrolle. W\u00e4hrend Fernando versucht Sch\u00fclerinnen seinen neuen Vitality-Shake anzudrehen, ger\u00e4t Valentin mit seinem Erzfeind aneinander: Dem streitlustigen Schulwart Erich.\r\nBildquelle: ORF\/ORF", - "drm_token": null, - "duration_as_string": "25:13 Min.", - "duration_seconds": 1513, - "enabled": true, - "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUyMDI5NA==", - "episode_id": 14194930, - "exact_duration": 1513040, - "genre_id": 2703833, - "genre_title": "Film & Serie", - "right": "austria", - "focus": false, - "show_countdown": true, - "has_thumbnail": true, - "headline": "Wischen ist Macht: Dann geh ich halt in H\u00e4fen!", - "id": 15520294, - "is_archive": false, - "is_drm_protected": false, - "jump_mark": false, - "jump_marks": [], - "killdate_extern": "2024-03-25T22:55:42+01:00", - "killdate": "2024-05-21T00:27:00+02:00", - "livedate": "2100-01-01T00:00:00+01:00", - "livedate_extern": "2100-01-01T00:00:00+01:00", - "SSA": { - "cliptype": "Sendung", - "videoid": 15520294, - "videopartid": "1_1", - "videocategory": "Film-Serie", - "videotitle": "Wischen-ist-Macht-Dann-geh-ich-halt-in-Haefen", - "videoduration": 1513, - "episodeduration": 1513, - "episodeid": 14194930, - "airdate": "2023-12-27T10:00:00+01:00", - "clipreleasetime": "2023-09-26T00:32:01+02:00", - "programname": "Wischen-ist-Macht", - "channel": "orf1" - }, - "disable_display_ads_orf_platforms": false, - "disable_instream_ads_orf_platforms": false, - "position": 0, - "episodes_reference": "", - "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Dann-geh-ich-halt-in-Haefen\/14194930\/Wischen-ist-Macht-Dann-geh-ich-halt-in-Haefen\/15520294", - "share_subject": "Wischen ist Macht: Dann geh ich halt in H\u00e4fen! - Wischen ist Macht: Dann geh ich halt in H\u00e4fen! vom 25.09.2023 um 22:55 Uhr", - "show_display_ads": true, - "show_instream_ads": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ] - }, - "state": "distributed", - "sub_headline": "Serie", - "teaser_text": null, - "teaser_title": null, - "thumbnail_activated": true, - "thumbnail_distributed": true, - "thumbnail_folder": "cms-preview-clips", - "thumbnail_sources": { - "hls": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/playlist.m3u8" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/playlist.m3u8" - } - ], - "hds": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/manifest.f4m" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/manifest.f4m" - } - ], - "smooth": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/Manifest" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/Manifest" - } - ], - "dash": [ - { - "quality_key": "Q6A", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q6A.mp4\/manifest.mpd" - }, - { - "quality_key": "Q8C", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294_clip_Q8C.mp4\/manifest.mpd" - } - ] - }, - "sprite_sources": [], - "title": "Wischen ist Macht: Dann geh ich halt in H\u00e4fen!", - "updated_at": "2023-12-30T16:09:52+01:00", - "videobumper": { - "prevideobumper": { - "active": true, - "sources": { - "hls": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "hds": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "smooth": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "dash": [ - { - "is_uhd": false, - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", - "is_adaptive_stream": false, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXA", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - }, - { - "is_uhd": false, - "quality_key": "QXB", - "quality_description": "Adaptiv", - "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", - "is_adaptive_stream": true, - "is_drm_protected": false - } - ], - "progressive_download": [ - { - "quality_key": "Q0A", - "quality_description": "Sehr niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", - "isUHD": false - }, - { - "quality_key": "Q1A", - "quality_description": "Niedrig", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", - "isUHD": false - }, - { - "quality_key": "Q4A", - "quality_description": "Mittel", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", - "isUHD": false - }, - { - "quality_key": "Q6A", - "quality_description": "Hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", - "isUHD": false - }, - { - "quality_key": "Q8C", - "quality_description": "Sehr hoch", - "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", - "isUHD": false - } - ] - } - }, - "postvideobumper": { - "active": false, - "sources": { - "hls": [], - "hds": [], - "smooth": [], - "progressive_download": [] - } - } - }, - "video_file_name": "2023-09-25_2255_in_01_Wischen-ist-Mac_____14194930__o__2051698995__s15520294", - "video_stream_url": null, - "video_type": "segment", - "voez": false, - "voez_ads_allowed": false, - "_links": { - "self": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15520294" - }, - "episode": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14194930" - }, - "image": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16309573" - }, - "image16x9_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16309573" - }, - "image2x3_with_logo": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" - }, - "image2x3": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16309574" - }, - "links": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15520294\/links" - }, - "playlist": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15520294\/playlist" - }, - "tags": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15520294\/tags" - }, - "profile": { - "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" - } - }, - "_embedded": { - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/dd8fdd314b38949f273e5db569b978506a6c3090.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/dd8fdd314b38949f273e5db569b978506a6c3090.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/497b5994fa3bb9e9a49d3665912ac7697c8c9fc0.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ], - "image": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/dd8fdd314b38949f273e5db569b978506a6c3090.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image16x9_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/thumb_16309573_segments_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/10\/dd8fdd314b38949f273e5db569b978506a6c3090.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3_with_logo": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" - } - }, - "dynamic_color": "#691f11" - }, - "image2x3": { - "public_urls": { - "highlight_teaser": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_highlight_teaser.jpeg" - }, - "player": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_player.jpeg" - }, - "list": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_list.jpeg" - }, - "small": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/thumb_16309574_segment_2x3_small.jpeg" - }, - "reference": { - "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/10\/497b5994fa3bb9e9a49d3665912ac7697c8c9fc0.jpeg" - } - }, - "dynamic_color": "#691f11" - } - } - } - ] - } -} \ No newline at end of file diff --git a/src/test/resources/orfOn/episodes_3.json b/src/test/resources/orfOn/episodes_3.json new file mode 100644 index 000000000..c76e047ba --- /dev/null +++ b/src/test/resources/orfOn/episodes_3.json @@ -0,0 +1,3111 @@ +{ + "page": 1, + "limit": 20, + "pages": 1, + "total": 3, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227\/episodes?page=1&limit=20" + }, + "first": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227\/episodes?page=1&limit=20" + }, + "last": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227\/episodes?page=1&limit=20" + } + }, + "_embedded": { + "items": [ + { + "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202095,duration:1549280,advertisingtags:", + "advertising_mapping": { + "live": { + "web": { + "sb": 4420063, + "tbar": 4420064, + "pre": 4420065, + "post": 4420066 + }, + "mob": { + "par": 4420067, + "pre": 4420221, + "post": 4420069 + }, + "app": { + "par": 4420070, + "pre": 4420071, + "post": 4420072 + }, + "smart": { + "pre": 4420073, + "post": 4420074 + } + }, + "vod": { + "web": { + "sb": 4420438, + "tbar": 4420439, + "pre": 4420440, + "post": 4420441 + }, + "mob": { + "par": 4420442, + "pre": 4420443, + "post": 4420444 + }, + "app": { + "par": 4420445, + "pre": 4420446, + "post": 4420447 + }, + "smart": { + "pre": 4420448, + "post": 4420449 + } + } + }, + "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202095&duration=1549280&advertisingtags=", + "age_classification": "", + "audio_description_service_available": false, + "countdown": "136 Tage", + "date": "2023-11-21T00:27:17+01:00", + "delete_date": "2024-05-28 00:27:17", + "vod_ressort": null, + "description": "Michelle und ihr Team r\u00fccken im Fu\u00dfballstadion an", + "drm_token": null, + "duration_seconds": 1549, + "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAyMDk1", + "exact_duration": 1549280, + "field_descriptor": "", + "flimmit_link_text": "", + "flimmit_link": "", + "gapless_sources_austria": { + "hls": [], + "hds": [], + "smooth": [], + "dash": [] + }, + "genre_id": 2703833, + "genre_title": "Film & Serie", + "right": "austria", + "growing": true, + "growing_type": "chronology", + "has_active_youth_protection": false, + "focus": false, + "show_countdown": true, + "has_subtitle": true, + "has_thumbnail": true, + "has_youth_protection": false, + "headline": "Fu\u00dfball ist meine Religion", + "hide_in_new_section": false, + "hide_in_schedule_section": false, + "hide_latest_episodes": false, + "id": 14202095, + "is_archive": false, + "is_drm_protected": false, + "is_gapless_austria": false, + "is_gapless": true, + "gmf_merged_content": false, + "is_oegs": false, + "two_channel_audio": false, + "uhd": false, + "killdate_extern": "2024-05-21T00:27:17+02:00", + "killdate": "2024-05-21T00:27:17+02:00", + "livedate": "2023-12-04T09:00:00+01:00", + "livedate_extern": "2023-12-04T09:00:00+01:00", + "orf_label": null, + "disable_display_ads_orf_platforms": false, + "disable_instream_ads_orf_platforms": false, + "production_country_is_europe": false, + "production_country": null, + "production_year": 2019, + "profile_title": "Wischen ist Macht", + "website": "", + "recommendation_episode": null, + "related_audiodescription_episode_image_url": null, + "related_audiodescription_episode_title": null, + "related_oegs_episode_image_url": null, + "related_oegs_episode_title": null, + "release_date": "2023-11-21T00:54:01+01:00", + "secondary_genres": [], + "segments_complete": true, + "episodes_reference": "", + "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Fussball-ist-meine-Religion\/14202095", + "share_subject": "Wischen ist Macht: Fu\u00dfball ist meine Religion vom 21.11.2023 um 00:27 Uhr", + "show_display_ads": true, + "show_instream_ads": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ] + }, + "sub_headline": "Serie", + "teaser_text": "Michelle und ihr Team r\u00fccken im Fu\u00dfballstadion an, wo sie auf Spieleragent und PR-Berater Mike Schuster treffen. Dieser ist gerade dabei kuwaitischen Scheichs seinen Sch\u00fctzling, den Star-Trainer Bernhard Sindelar, zu vermitteln. Valentin ist au\u00dfer sich: Sindelar ist die einzige Hoffnung f\u00fcr den \u00f6sterreichischen Fu\u00dfball, er kann doch jetzt nicht einfach sein Vaterland verlassen und in die W\u00fcste gehen. Daraufhin l\u00e4uft Valentin zur H\u00f6chstform auf, um diese Katastrophe noch zu verhindern. Auch Fernando und Mira sind ausnahmsweise \u00fcbermotiviert, und reiten Michelle nur noch in mehr Chaos hinein.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Dominik Warta (Mike Schuster) u.a.\r\nBildquelle: ORF\/Hubert Mican", + "teaser_title": "Fu\u00dfball ist meine Religion", + "text": null, + "thumbnail_activated": true, + "thumbnail_distributed": false, + "thumbnail_folder": null, + "thumbnail_sources": { + "hls": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "hds": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.f4m" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.f4m" + } + ], + "smooth": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/Manifest" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/Manifest" + } + ], + "dash": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources": [], + "title": "Wischen ist Macht: Fu\u00dfball ist meine Religion", + "type": "default", + "updated_at": "2023-12-28T10:22:16+01:00", + "video_type": "episode", + "youth_protection_type": "limited-20-06", + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095" + }, + "channel": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" + }, + "profile": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" + }, + "segments": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/segments" + }, + "tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/tags" + }, + "advertising_tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/advertising\/tags" + }, + "links": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/links" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" + }, + "image16x9_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" + }, + "image2x3_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198092" + }, + "subtitle": { + "href": "http:\/\/localhost:0000\/api\/v4.3\/subtitle\/868782" + }, + "related_episodes": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095\/related" + }, + "dds_item": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/363673" + } + }, + "_embedded": { + "channel": { + "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", + "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", + "id": 1180, + "is_drm_protected": true, + "is_main_channel": true, + "name": "ORF 1", + "reel": "orf1", + "updated_at": "2023-01-19T10:03:53+01:00", + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" + }, + "color_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" + }, + "black_and_white_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" + }, + "audio_description_channel": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" + } + } + }, + "segments": [ + { + "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202095,duration:1549280,advertisingtags:", + "advertising_mapping": { + "live": { + "web": { + "sb": 4420063, + "tbar": 4420064, + "pre": 4420065, + "post": 4420066 + }, + "mob": { + "par": 4420067, + "pre": 4420221, + "post": 4420069 + }, + "app": { + "par": 4420070, + "pre": 4420071, + "post": 4420072 + }, + "smart": { + "pre": 4420073, + "post": 4420074 + } + }, + "vod": { + "web": { + "sb": 4420438, + "tbar": 4420439, + "pre": 4420440, + "post": 4420441 + }, + "mob": { + "par": 4420442, + "pre": 4420443, + "post": 4420444 + }, + "app": { + "par": 4420445, + "pre": 4420446, + "post": 4420447 + }, + "smart": { + "pre": 4420448, + "post": 4420449 + } + } + }, + "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202095&duration=1549280&advertisingtags=", + "blackfades": [], + "episode_date": "2023-11-21T00:27:17+01:00", + "date_as_string": "Di, 21.11.2023", + "vod_ressort": null, + "description": "Michelle und ihr Team r\u00fccken im Fu\u00dfballstadion an, wo sie auf Spieleragent und PR-Berater Mike Schuster treffen. Dieser ist gerade dabei kuwaitischen Scheichs seinen Sch\u00fctzling, den Star-Trainer Bernhard Sindelar, zu vermitteln. Valentin ist au\u00dfer sich: Sindelar ist die einzige Hoffnung f\u00fcr den \u00f6sterreichischen Fu\u00dfball, er kann doch jetzt nicht einfach sein Vaterland verlassen und in die W\u00fcste gehen. Daraufhin l\u00e4uft Valentin zur H\u00f6chstform auf, um diese Katastrophe noch zu verhindern. Auch Fernando und Mira sind ausnahmsweise \u00fcbermotiviert, und reiten Michelle nur noch in mehr Chaos hinein.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Dominik Warta (Mike Schuster) u.a.\r\nBildquelle: ORF\/Hubert Mican", + "drm_token": null, + "duration_as_string": "25:49 Min.", + "duration_seconds": 1549, + "enabled": true, + "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUxMTI4Mw==", + "episode_id": 14202095, + "exact_duration": 1549280, + "genre_id": 2703833, + "genre_title": "Film & Serie", + "right": "austria", + "focus": false, + "show_countdown": true, + "has_thumbnail": true, + "headline": "Fu\u00dfball ist meine Religion", + "id": 15511283, + "is_archive": false, + "is_drm_protected": false, + "jump_mark": false, + "jump_marks": [], + "killdate_extern": "2024-05-21T00:27:17+02:00", + "killdate": "2024-05-21T00:27:17+02:00", + "livedate": "2023-12-04T09:00:00+01:00", + "livedate_extern": "2023-12-04T09:00:00+01:00", + "SSA": { + "cliptype": "Sendung", + "videoid": 15511283, + "videopartid": "1_1", + "videocategory": "Film-Serie", + "videotitle": "Wischen-ist-Macht-Fussball-ist-meine-Religion", + "videoduration": 1549, + "episodeduration": 1549, + "episodeid": 14202095, + "airdate": "2023-12-04T09:00:00+01:00", + "clipreleasetime": "2023-11-21T00:54:01+01:00", + "programname": "Wischen-ist-Macht", + "channel": "orf1" + }, + "disable_display_ads_orf_platforms": false, + "disable_instream_ads_orf_platforms": false, + "position": 0, + "episodes_reference": "", + "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Fussball-ist-meine-Religion\/14202095\/Wischen-ist-Macht-Fussball-ist-meine-Religion\/15511283", + "share_subject": "Wischen ist Macht: Fu\u00dfball ist meine Religion - Wischen ist Macht: Fu\u00dfball ist meine Religion vom 21.11.2023 um 00:27 Uhr", + "show_display_ads": true, + "show_instream_ads": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ] + }, + "state": "distributed", + "sub_headline": "Serie", + "teaser_text": null, + "teaser_title": "Fu\u00dfball ist meine Religion", + "thumbnail_activated": true, + "thumbnail_distributed": true, + "thumbnail_folder": "cms-preview-clips", + "thumbnail_sources": { + "hls": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "hds": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.f4m" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.f4m" + } + ], + "smooth": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/Manifest" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/Manifest" + } + ], + "dash": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources": [], + "title": "Wischen ist Macht: Fu\u00dfball ist meine Religion", + "updated_at": "2023-12-21T12:39:14+01:00", + "videobumper": { + "prevideobumper": { + "active": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "progressive_download": [ + { + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", + "isUHD": false + }, + { + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", + "isUHD": false + }, + { + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", + "isUHD": false + }, + { + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", + "isUHD": false + }, + { + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", + "isUHD": false + } + ] + } + }, + "postvideobumper": { + "active": false, + "sources": { + "hls": [], + "hds": [], + "smooth": [], + "progressive_download": [] + } + } + }, + "video_file_name": "2023-11-21_0027_in_01_Wischen-ist-Mac_____14202095__o__7468851165__s15511283", + "video_stream_url": null, + "video_type": "segment", + "voez": false, + "voez_ads_allowed": false, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283" + }, + "episode": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202095" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" + }, + "image16x9_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198091" + }, + "image2x3_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198092" + }, + "links": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283\/links" + }, + "subtitle": { + "href": "http:\/\/localhost:0000\/api\/v4.3\/subtitle\/868782" + }, + "playlist": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283\/playlist" + }, + "tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511283\/tags" + }, + "profile": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image16x9_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/60e62f3562c30c9c3b20a522263ae9308f0b259d.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ], + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image16x9_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198091_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/cadec2cde29b07c068eeb737801016b9d24d52ef.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198092_segment_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/60e62f3562c30c9c3b20a522263ae9308f0b259d.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202094,duration:1332280,advertisingtags:", + "advertising_mapping": { + "live": { + "web": { + "sb": 4420063, + "tbar": 4420064, + "pre": 4420065, + "post": 4420066 + }, + "mob": { + "par": 4420067, + "pre": 4420221, + "post": 4420069 + }, + "app": { + "par": 4420070, + "pre": 4420071, + "post": 4420072 + }, + "smart": { + "pre": 4420073, + "post": 4420074 + } + }, + "vod": { + "web": { + "sb": 4420438, + "tbar": 4420439, + "pre": 4420440, + "post": 4420441 + }, + "mob": { + "par": 4420442, + "pre": 4420443, + "post": 4420444 + }, + "app": { + "par": 4420445, + "pre": 4420446, + "post": 4420447 + }, + "smart": { + "pre": 4420448, + "post": 4420449 + } + } + }, + "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202094&duration=1332280&advertisingtags=", + "age_classification": "", + "audio_description_service_available": false, + "countdown": "136 Tage", + "date": "2023-11-21T00:04:21+01:00", + "delete_date": "2024-05-28 00:04:21", + "vod_ressort": null, + "description": "Dass Ex-Rockstar Johnny Woody gerade seinen Abgang ins Jenseits plant, passt Michelle gar nicht in den Kram - hat er ihr doch immer noch nicht die ausstehenden Honorare \u00fcberwiesen. Johnny f\u00e4ngt sich jedoch wieder und \"Dreck:Weg.Sendracek\" treten ihren Dienst an. Bei der Arbeit findet Michelle heraus, dass Johnny eine 10.000 Dollar-Gitarre besitzt und er vielleicht doch nicht so knapp bei Kasse ist, woraufhin sie einen Plan schmiedet. Dann aber wird Michelle in die Beziehungskrise zwischen Johnny und seine Freundin Pamela hineingezogen, w\u00e4hrend seine Frau Janis gewohnt alkoholisiert durchs Haus geistert.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Wolfram Berger (Johnny), Eva Maria Marold (Janis), Doris Hindinger (Pamela), Helmut Bohatsch (Bertram) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", + "drm_token": null, + "duration_seconds": 1332, + "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAyMDk0", + "exact_duration": 1332280, + "field_descriptor": "", + "flimmit_link_text": "", + "flimmit_link": "", + "gapless_sources_austria": { + "hls": [], + "hds": [], + "smooth": [], + "dash": [] + }, + "genre_id": 2703833, + "genre_title": "Film & Serie", + "right": "austria", + "growing": true, + "growing_type": "chronology", + "has_active_youth_protection": false, + "focus": false, + "show_countdown": true, + "has_subtitle": true, + "has_thumbnail": true, + "has_youth_protection": false, + "headline": "Shit Happens", + "hide_in_new_section": false, + "hide_in_schedule_section": false, + "hide_latest_episodes": false, + "id": 14202094, + "is_archive": false, + "is_drm_protected": false, + "is_gapless_austria": false, + "is_gapless": true, + "gmf_merged_content": false, + "is_oegs": false, + "two_channel_audio": false, + "uhd": false, + "killdate_extern": "2024-05-21T00:04:21+02:00", + "killdate": "2024-05-21T00:04:21+02:00", + "livedate": "2023-12-04T09:00:00+01:00", + "livedate_extern": "2023-12-04T09:00:00+01:00", + "orf_label": null, + "disable_display_ads_orf_platforms": false, + "disable_instream_ads_orf_platforms": false, + "production_country_is_europe": false, + "production_country": null, + "production_year": 2019, + "profile_title": "Wischen ist Macht", + "website": "", + "recommendation_episode": null, + "related_audiodescription_episode_image_url": null, + "related_audiodescription_episode_title": null, + "related_oegs_episode_image_url": null, + "related_oegs_episode_title": null, + "release_date": "2023-11-21T00:28:01+01:00", + "secondary_genres": [], + "segments_complete": true, + "episodes_reference": "", + "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Shit-Happens\/14202094", + "share_subject": "Wischen ist Macht: Shit Happens vom 21.11.2023 um 00:04 Uhr", + "show_display_ads": true, + "show_instream_ads": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ] + }, + "sub_headline": "Wischen ist Macht", + "teaser_text": "Dass Ex-Rockstar Johnny Woody gerade seinen Abgang ins Jenseits plant, passt Michelle gar nicht in den Kram - hat er ihr doch immer noch nicht die ausstehenden Honorare \u00fcberwiesen. Johnny f\u00e4ngt sich jedoch wieder und \"Dreck:Weg.Sendracek\" treten ihren Dienst an. Bei der Arbeit findet Michelle heraus, dass Johnny eine 10.000 Dollar-Gitarre besitzt und er vielleicht doch nicht so knapp bei Kasse ist, woraufhin sie einen Plan schmiedet. Dann aber wird Michelle in die Beziehungskrise zwischen Johnny und seine Freundin Pamela hineingezogen, w\u00e4hrend seine Frau Janis gewohnt alkoholisiert durchs Haus geistert.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Wolfram Berger (Johnny), Eva Maria Marold (Janis), Doris Hindinger (Pamela), Helmut Bohatsch (Bertram) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", + "teaser_title": "Shit Happens", + "text": null, + "thumbnail_activated": true, + "thumbnail_distributed": false, + "thumbnail_folder": null, + "thumbnail_sources": { + "hls": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "hds": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.f4m" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.f4m" + } + ], + "smooth": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/Manifest" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/Manifest" + } + ], + "dash": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources": [], + "title": "Wischen ist Macht: Shit Happens", + "type": "default", + "updated_at": "2023-12-28T10:24:40+01:00", + "video_type": "episode", + "youth_protection_type": "limited-20-06", + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094" + }, + "channel": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" + }, + "profile": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" + }, + "segments": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/segments" + }, + "tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/tags" + }, + "advertising_tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/advertising\/tags" + }, + "links": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/links" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" + }, + "image16x9_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" + }, + "image2x3_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198090" + }, + "subtitle": { + "href": "http:\/\/localhost:0000\/api\/v4.3\/subtitle\/868782" + }, + "related_episodes": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094\/related" + }, + "dds_item": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/363672" + } + }, + "_embedded": { + "channel": { + "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", + "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", + "id": 1180, + "is_drm_protected": true, + "is_main_channel": true, + "name": "ORF 1", + "reel": "orf1", + "updated_at": "2023-01-19T10:03:53+01:00", + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" + }, + "color_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" + }, + "black_and_white_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" + }, + "audio_description_channel": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" + } + } + }, + "segments": [ + { + "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14202094,duration:1332280,advertisingtags:", + "advertising_mapping": { + "live": { + "web": { + "sb": 4420063, + "tbar": 4420064, + "pre": 4420065, + "post": 4420066 + }, + "mob": { + "par": 4420067, + "pre": 4420221, + "post": 4420069 + }, + "app": { + "par": 4420070, + "pre": 4420071, + "post": 4420072 + }, + "smart": { + "pre": 4420073, + "post": 4420074 + } + }, + "vod": { + "web": { + "sb": 4420438, + "tbar": 4420439, + "pre": 4420440, + "post": 4420441 + }, + "mob": { + "par": 4420442, + "pre": 4420443, + "post": 4420444 + }, + "app": { + "par": 4420445, + "pre": 4420446, + "post": 4420447 + }, + "smart": { + "pre": 4420448, + "post": 4420449 + } + } + }, + "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14202094&duration=1332280&advertisingtags=", + "blackfades": [], + "episode_date": "2023-11-21T00:04:21+01:00", + "date_as_string": "Di, 21.11.2023", + "vod_ressort": null, + "description": "Dass Ex-Rockstar Johnny Woody gerade seinen Abgang ins Jenseits plant, passt Michelle gar nicht in den Kram - hat er ihr doch immer noch nicht die ausstehenden Honorare \u00fcberwiesen. Johnny f\u00e4ngt sich jedoch wieder und \"Dreck:Weg.Sendracek\" treten ihren Dienst an. Bei der Arbeit findet Michelle heraus, dass Johnny eine 10.000 Dollar-Gitarre besitzt und er vielleicht doch nicht so knapp bei Kasse ist, woraufhin sie einen Plan schmiedet. Dann aber wird Michelle in die Beziehungskrise zwischen Johnny und seine Freundin Pamela hineingezogen, w\u00e4hrend seine Frau Janis gewohnt alkoholisiert durchs Haus geistert.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Wolfram Berger (Johnny), Eva Maria Marold (Janis), Doris Hindinger (Pamela), Helmut Bohatsch (Bertram) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", + "drm_token": null, + "duration_as_string": "22:12 Min.", + "duration_seconds": 1332, + "enabled": true, + "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUxMTI4Mg==", + "episode_id": 14202094, + "exact_duration": 1332280, + "genre_id": 2703833, + "genre_title": "Film & Serie", + "right": "austria", + "focus": false, + "show_countdown": true, + "has_thumbnail": true, + "headline": "Shit Happens", + "id": 15511282, + "is_archive": false, + "is_drm_protected": false, + "jump_mark": false, + "jump_marks": [], + "killdate_extern": "2024-05-21T00:04:21+02:00", + "killdate": "2024-05-21T00:04:21+02:00", + "livedate": "2023-12-04T09:00:00+01:00", + "livedate_extern": "2023-12-04T09:00:00+01:00", + "SSA": { + "cliptype": "Sendung", + "videoid": 15511282, + "videopartid": "1_1", + "videocategory": "Film-Serie", + "videotitle": "Wischen-ist-Macht-Shit-Happens", + "videoduration": 1332, + "episodeduration": 1332, + "episodeid": 14202094, + "airdate": "2023-12-04T09:00:00+01:00", + "clipreleasetime": "2023-11-21T00:28:01+01:00", + "programname": "Wischen-ist-Macht", + "channel": "orf1" + }, + "disable_display_ads_orf_platforms": false, + "disable_instream_ads_orf_platforms": false, + "position": 0, + "episodes_reference": "", + "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Shit-Happens\/14202094\/Wischen-ist-Macht-Shit-Happens\/15511282", + "share_subject": "Wischen ist Macht: Shit Happens - Wischen ist Macht: Shit Happens vom 21.11.2023 um 00:04 Uhr", + "show_display_ads": true, + "show_instream_ads": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ] + }, + "state": "distributed", + "sub_headline": "Wischen ist Macht", + "teaser_text": null, + "teaser_title": "Shit Happens", + "thumbnail_activated": true, + "thumbnail_distributed": true, + "thumbnail_folder": "cms-preview-clips", + "thumbnail_sources": { + "hls": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "hds": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.f4m" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.f4m" + } + ], + "smooth": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/Manifest" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/Manifest" + } + ], + "dash": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources": [], + "title": "Wischen ist Macht: Shit Happens", + "updated_at": "2023-12-21T12:21:58+01:00", + "videobumper": { + "prevideobumper": { + "active": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "progressive_download": [ + { + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", + "isUHD": false + }, + { + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", + "isUHD": false + }, + { + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", + "isUHD": false + }, + { + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", + "isUHD": false + }, + { + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", + "isUHD": false + } + ] + } + }, + "postvideobumper": { + "active": false, + "sources": { + "hls": [], + "hds": [], + "smooth": [], + "progressive_download": [] + } + } + }, + "video_file_name": "2023-11-21_0004_in_01_Wischen-ist-Mac_____14202094__o__1166314613__s15511282", + "video_stream_url": null, + "video_type": "segment", + "voez": false, + "voez_ads_allowed": false, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282" + }, + "episode": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14202094" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" + }, + "image16x9_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198089" + }, + "image2x3_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16198090" + }, + "links": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282\/links" + }, + "subtitle": { + "href": "http:\/\/localhost:0000\/api\/v4.3\/subtitle\/868782" + }, + "playlist": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282\/playlist" + }, + "tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15511282\/tags" + }, + "profile": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image16x9_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/d0cbbe521b445040150c7dabcb091a58d190450d.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ], + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image16x9_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/thumb_16198089_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0162\/99\/b94afd90d058fcd7c711fb750cbaf698426fd217.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/thumb_16198090_segment_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0162\/99\/d0cbbe521b445040150c7dabcb091a58d190450d.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14201133,duration:1490040,advertisingtags:", + "advertising_mapping": { + "live": { + "web": { + "sb": 4420063, + "tbar": 4420064, + "pre": 4420065, + "post": 4420066 + }, + "mob": { + "par": 4420067, + "pre": 4420221, + "post": 4420069 + }, + "app": { + "par": 4420070, + "pre": 4420071, + "post": 4420072 + }, + "smart": { + "pre": 4420073, + "post": 4420074 + } + }, + "vod": { + "web": { + "sb": 4420438, + "tbar": 4420439, + "pre": 4420440, + "post": 4420441 + }, + "mob": { + "par": 4420442, + "pre": 4420443, + "post": 4420444 + }, + "app": { + "par": 4420445, + "pre": 4420446, + "post": 4420447 + }, + "smart": { + "pre": 4420448, + "post": 4420449 + } + } + }, + "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14201133&duration=1490040&advertisingtags=", + "age_classification": "", + "audio_description_service_available": false, + "countdown": "136 Tage", + "date": "2023-11-14T00:33:03+01:00", + "delete_date": "2024-05-28 00:33:03", + "vod_ressort": null, + "description": "Spezialauftrag f\u00fcr \"Dreck.Weg.Sendracek\": Die russische Botschafterin l\u00e4dt zu einer Gala und", + "drm_token": null, + "duration_seconds": 1490, + "encrypted_id": "M2RTbGZlazAzbnNMS2RqNEpzZDE0MjAxMTMz", + "exact_duration": 1490040, + "field_descriptor": "", + "flimmit_link_text": "", + "flimmit_link": "", + "gapless_sources_austria": { + "hls": [], + "hds": [], + "smooth": [], + "dash": [] + }, + "genre_id": 2703833, + "genre_title": "Film & Serie", + "right": "austria", + "growing": true, + "growing_type": "chronology", + "has_active_youth_protection": false, + "focus": false, + "show_countdown": true, + "has_subtitle": true, + "has_thumbnail": true, + "has_youth_protection": false, + "headline": "Alles f\u00fcr den Hugo", + "hide_in_new_section": false, + "hide_in_schedule_section": false, + "hide_latest_episodes": false, + "id": 14201133, + "is_archive": false, + "is_drm_protected": false, + "is_gapless_austria": false, + "is_gapless": true, + "gmf_merged_content": false, + "is_oegs": false, + "two_channel_audio": false, + "uhd": false, + "killdate_extern": "2024-05-21T00:33:03+02:00", + "killdate": "2024-05-21T00:33:03+02:00", + "livedate": "2023-12-27T10:00:00+01:00", + "livedate_extern": "2023-12-27T10:00:00+01:00", + "orf_label": null, + "disable_display_ads_orf_platforms": false, + "disable_instream_ads_orf_platforms": false, + "production_country_is_europe": false, + "production_country": null, + "production_year": 2019, + "profile_title": "Wischen ist Macht", + "website": "", + "recommendation_episode": null, + "related_audiodescription_episode_image_url": null, + "related_audiodescription_episode_title": null, + "related_oegs_episode_image_url": null, + "related_oegs_episode_title": null, + "release_date": "2023-11-14T01:32:02+01:00", + "secondary_genres": [], + "segments_complete": true, + "episodes_reference": "", + "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Alles-fuer-den-Hugo\/14201133", + "share_subject": "Wischen ist Macht: Alles f\u00fcr den Hugo vom 14.11.2023 um 00:33 Uhr", + "show_display_ads": true, + "show_instream_ads": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ] + }, + "sub_headline": "Serie", + "teaser_text": "Spezialauftrag f\u00fcr \"Dreck.Weg.Sendracek\": Die russische Botschafterin l\u00e4dt zu einer Gala und die Festr\u00e4ume m\u00fcssen auf Hochglanz gebracht werden. Dann aber setzen Fernando und Valentin ungewollt das Cateringpersonal au\u00dfer Gefecht und Michelles Truppe muss einspringen. W\u00e4hrend Fernando und Valentin in der K\u00fcche mit einem Hummer zu k\u00e4mpfen haben, servieren Michelle, Mira und Zoe. Dann trifft Mira auf Pierre, einen alten Freund, und muss verheimlichen, dass sie jetzt Reinigungskraft und nicht mehr Society-Lady ist. Das bleibt auch Michelle nicht verborgen, die aber selbst mit einem Mann aus ihrer Vergangenheit konfrontiert wird: Ihrem Ex-Mann Hugo.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Alexander Pschill (Pierre), Karolina Lodyga (Botschafterin) u.a.\r\nBildquelle: ORF\/Fabio Eppensteiner", + "teaser_title": "Alles f\u00fcr den Hugo", + "text": null, + "thumbnail_activated": true, + "thumbnail_distributed": false, + "thumbnail_folder": null, + "thumbnail_sources": { + "hls": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "hds": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.f4m" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.f4m" + } + ], + "smooth": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/Manifest" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/Manifest" + } + ], + "dash": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources": [], + "title": "Wischen ist Macht: Alles f\u00fcr den Hugo", + "type": "default", + "updated_at": "2023-12-27T14:36:49+01:00", + "video_type": "episode", + "youth_protection_type": "limited-20-06", + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133" + }, + "channel": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" + }, + "profile": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" + }, + "segments": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/segments" + }, + "tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/tags" + }, + "advertising_tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/advertising\/tags" + }, + "links": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/links" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" + }, + "image16x9_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" + }, + "image2x3_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325288" + }, + "subtitle": { + "href": "http:\/\/localhost:0000\/api\/v4.3\/subtitle\/868782" + }, + "related_episodes": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133\/related" + }, + "dds_item": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/362432" + } + }, + "_embedded": { + "channel": { + "bitmovin_stream_id": "f9a36691-7bd7-4c36-9009-a0b9d7009b29", + "channel_restart_url_hbbtv": "https:\/\/playerapi-restarttv.ors.at\/livestreams\/f9a36691-7bd7-4c36-9009-a0b9d7009b29\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", + "id": 1180, + "is_drm_protected": true, + "is_main_channel": true, + "name": "ORF 1", + "reel": "orf1", + "updated_at": "2023-01-19T10:03:53+01:00", + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1180\/children" + }, + "color_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457917" + }, + "black_and_white_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13457918" + }, + "audio_description_channel": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/4391789" + } + } + }, + "segments": [ + { + "adition_advertising_query_string": "stype:vod,scat:film-serie,scatid:2703833,spro:wischen-ist-macht,sproid:13891227,episodeid:14201133,duration:1490040,advertisingtags:", + "advertising_mapping": { + "live": { + "web": { + "sb": 4420063, + "tbar": 4420064, + "pre": 4420065, + "post": 4420066 + }, + "mob": { + "par": 4420067, + "pre": 4420221, + "post": 4420069 + }, + "app": { + "par": 4420070, + "pre": 4420071, + "post": 4420072 + }, + "smart": { + "pre": 4420073, + "post": 4420074 + } + }, + "vod": { + "web": { + "sb": 4420438, + "tbar": 4420439, + "pre": 4420440, + "post": 4420441 + }, + "mob": { + "par": 4420442, + "pre": 4420443, + "post": 4420444 + }, + "app": { + "par": 4420445, + "pre": 4420446, + "post": 4420447 + }, + "smart": { + "pre": 4420448, + "post": 4420449 + } + } + }, + "advertising_query_string": "stype=vod&scat=film-serie&scatid=2703833&spro=wischen-ist-macht&sproid=13891227&episodeid=14201133&duration=1490040&advertisingtags=", + "blackfades": [], + "episode_date": "2023-11-14T00:33:03+01:00", + "date_as_string": "Di, 14.11.2023", + "vod_ressort": null, + "description": "Spezialauftrag f\u00fcr \"Dreck.Weg.Sendracek\": Die russische Botschafterin l\u00e4dt zu einer Gala und die Festr\u00e4ume m\u00fcssen auf Hochglanz gebracht werden. Dann aber setzen Fernando und Valentin ungewollt das Cateringpersonal au\u00dfer Gefecht und Michelles Truppe muss einspringen. W\u00e4hrend Fernando und Valentin in der K\u00fcche mit einem Hummer zu k\u00e4mpfen haben, servieren Michelle, Mira und Zoe. Dann trifft Mira auf Pierre, einen alten Freund, und muss verheimlichen, dass sie jetzt Reinigungskraft und nicht mehr Society-Lady ist. Das bleibt auch Michelle nicht verborgen, die aber selbst mit einem Mann aus ihrer Vergangenheit konfrontiert wird: Ihrem Ex-Mann Hugo.\r\nMit Ursula Strauss (Michelle Sendracek), Stefano Bernardin (Fernando Pablo Rigoberto Sanchez de la Luz), Zeynep Buyrac (Mira Petrenko), Manuel Sefciuc (Valentin Gradischnig), Lilian Jane Gartner (Zoe), Thomas Mraz (Hugo), Alexander Pschill (Pierre), Karolina Lodyga (Botschafterin) u.a.", + "drm_token": null, + "duration_as_string": "24:50 Min.", + "duration_seconds": 1490, + "enabled": true, + "encrypted_id": "ODc4M2hqZDcyOTNrbWQxNTUyMzEwOQ==", + "episode_id": 14201133, + "exact_duration": 1490040, + "genre_id": 2703833, + "genre_title": "Film & Serie", + "right": "austria", + "focus": false, + "show_countdown": true, + "has_thumbnail": true, + "headline": "Wischen ist Macht: Alles f\u00fcr den Hugo", + "id": 15523109, + "is_archive": false, + "is_drm_protected": false, + "jump_mark": false, + "jump_marks": [], + "killdate_extern": "2024-05-21T00:33:03+02:00", + "killdate": "2024-05-21T00:33:03+02:00", + "livedate": "2100-01-01T00:00:00+01:00", + "livedate_extern": "2100-01-01T00:00:00+01:00", + "SSA": { + "cliptype": "Sendung", + "videoid": 15523109, + "videopartid": "1_1", + "videocategory": "Film-Serie", + "videotitle": "Wischen-ist-Macht-Alles-fuer-den-Hugo", + "videoduration": 1490, + "episodeduration": 1490, + "episodeid": 14201133, + "airdate": "2023-12-27T10:00:00+01:00", + "clipreleasetime": "2023-11-14T01:32:02+01:00", + "programname": "Wischen-ist-Macht", + "channel": "orf1" + }, + "disable_display_ads_orf_platforms": false, + "disable_instream_ads_orf_platforms": false, + "position": 0, + "episodes_reference": "", + "share_body": "https:\/\/tvthek.orf.at\/profile\/Wischen-ist-Macht\/13891227\/Wischen-ist-Macht-Alles-fuer-den-Hugo\/14201133\/Wischen-ist-Macht-Alles-fuer-den-Hugo\/15523109", + "share_subject": "Wischen ist Macht: Alles f\u00fcr den Hugo - Wischen ist Macht: Alles f\u00fcr den Hugo vom 14.11.2023 um 00:33 Uhr", + "show_display_ads": true, + "show_instream_ads": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-austria\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ] + }, + "state": "distributed", + "sub_headline": "Serie", + "teaser_text": null, + "teaser_title": null, + "thumbnail_activated": true, + "thumbnail_distributed": true, + "thumbnail_folder": "cms-preview-clips", + "thumbnail_sources": { + "hls": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "hds": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.f4m" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.f4m" + } + ], + "smooth": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/Manifest" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/Manifest" + } + ], + "dash": [ + { + "quality_key": "Q6A", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key": "Q8C", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources": [], + "title": "Wischen ist Macht: Alles f\u00fcr den Hugo", + "updated_at": "2023-12-21T10:50:20+01:00", + "videobumper": { + "prevideobumper": { + "active": true, + "sources": { + "hls": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/playlist.m3u8", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/ipad\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "hds": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.f4m", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/f4m\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.f4m", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "smooth": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/smooth\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "dash": [ + { + "is_uhd": false, + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4\/manifest.mpd", + "is_adaptive_stream": false, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXA", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXA.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + }, + { + "is_uhd": false, + "quality_key": "QXB", + "quality_description": "Adaptiv", + "src": "https:\/\/apasfiis.sf.apa.at\/dash\/cms-bumper-clips\/ORF-Original-Bu__0__o__1151614037__s19__b19_QXB.mp4\/manifest.mpd", + "is_adaptive_stream": true, + "is_drm_protected": false + } + ], + "progressive_download": [ + { + "quality_key": "Q0A", + "quality_description": "Sehr niedrig", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/ba2a1bdaacc038a639cad81822ecd944\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q0A.3gp", + "isUHD": false + }, + { + "quality_key": "Q1A", + "quality_description": "Niedrig", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/83430d26ced4b4946dfbf6825bfc45ed\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q1A.3gp", + "isUHD": false + }, + { + "quality_key": "Q4A", + "quality_description": "Mittel", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/09e1ed74ceb3a5e54a0554990322518d\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q4A.mp4", + "isUHD": false + }, + { + "quality_key": "Q6A", + "quality_description": "Hoch", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/92684dbf40f2b5655f42cf277593059e\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q6A.mp4", + "isUHD": false + }, + { + "quality_key": "Q8C", + "quality_description": "Sehr hoch", + "src": "https:\/\/apasfpd.sf.apa.at\/cms-bumper-clips\/online\/b951b3017b443041757961cb884fd113\/1704668400\/ORF-Original-Bu__0__o__1151614037__s19__b19_Q8C.mp4", + "isUHD": false + } + ] + } + }, + "postvideobumper": { + "active": false, + "sources": { + "hls": [], + "hds": [], + "smooth": [], + "progressive_download": [] + } + } + }, + "video_file_name": "2023-11-14_0033_in_01_Wischen-ist-Mac_____14201133__o__1340615864__s15523109", + "video_stream_url": null, + "video_type": "segment", + "voez": false, + "voez_ads_allowed": false, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109" + }, + "episode": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14201133" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" + }, + "image16x9_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325287" + }, + "image2x3_with_logo": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16491434" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16325288" + }, + "links": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109\/links" + }, + "playlist": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109\/playlist" + }, + "tags": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15523109\/tags" + }, + "profile": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891227" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image16x9_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/77962986e3616e96c1ee88744cdd95f719fb83b0.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ], + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image16x9_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/thumb_16325287_segments_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segments\/0164\/26\/1a204845237fd55a1bf3b055355b9fed0de47124.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3_with_logo": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/thumb_16491434_profile_2x3-with-logo_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/profile_2x3-with-logo\/0165\/92\/dd88dc4ced488fe2559899ed6391f92cf3cdd709.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_player.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/thumb_16325288_segment_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/segment_2x3\/0164\/26\/77962986e3616e96c1ee88744cdd95f719fb83b0.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ] + } +} \ No newline at end of file diff --git a/src/test/resources/orfOn/history.json b/src/test/resources/orfOn/history.json new file mode 100644 index 000000000..afa8f3d88 --- /dev/null +++ b/src/test/resources/orfOn/history.json @@ -0,0 +1,5282 @@ +{ + "history_highlights": [ + { + "order": 0, + "children_count": 2, + "description": "Im Februar 1934 m\u00fcndete der\u00a0politische Konflikt zwischen den Christlichsozialen und den Sozialisten in einer gewaltvollen Konfrontation. Zeitzeug:innen-Berichte machen die Ereignisse der Februark\u00e4mpfe greifbar.", + "headline": "Februark\u00e4mpfe: Zeitzeug:innen berichten", + "id": 13558010, + "oewa_base_path": "Redcont\/Politik\/PolitikInland", + "sub_headline": "B\u00fcrgerkrieg in \u00d6sterreich", + "title": "Februark\u00e4mpfe: Zeitzeug:innen berichten", + "videos": 15, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13558010" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16799799" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16849058" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16844995" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13558010\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/84ec10119407361afc0febc9c9e6eeb6333d3c8c.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/e43f4d07d172db17aed6e0a65c9e0413e0eeb211.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/9dd53588a9603aa90b697f9ac8430835c6e43661.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "order": 1, + "children_count": 5, + "description": "Ein \u00dcberblick zu den Themen Nachhaltigkeit, Umwelt und Klimaschutz: Die drastischen Auswirkungen des weit verbreiteten Konsumverhaltens werden ebenso aufgezeigt wie m\u00f6gliche L\u00f6sungswege im Alltag.", + "headline": "Nachhaltigkeit und Umweltschutz", + "id": 13557948, + "oewa_base_path": "Redcont\/Sonstiges\/Sonstiges", + "sub_headline": "Kampf dem Klimawandel", + "title": "Nachhaltigkeit und Umweltschutz", + "videos": 112, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557948" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563171" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563172" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16701597" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557948\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/c7e1632c3b9ac71e79ec0e08636f4d833ee5d0ee.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/89e96e897ade557af5b00049ecbb5185dc68cfef.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/c9f0222b5fd6887b60ec51c66625d9d93a4fbdb3.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "order": 2, + "children_count": 7, + "description": "Die \"ZIB 2\" geh\u00f6rt zu den erfolgreichsten Nachrichtensendungen des ORF. Vor allem diverse Studiogespr\u00e4che haben der Sendung ein einzigartiges Profil gegeben. Im \"ZIB 2\"-Archiv gibt es ein Best-of davon.", + "headline": "Best of \"ZIB 2\"-Interviews", + "id": 7874678, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Bedeutende TV-Auftritte", + "title": "Best of \"ZIB 2\"-Interviews", + "videos": 99, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7874678" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563098" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16857578" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16687698" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7874678\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/744f0bb1392614abd1e730df530f748e9f6b7437.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/0f57cc1e98c4ff36dffbfdcd2823cf44467a3960.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/6085c0dc1ec28ac80d0ecea6d047fb845fb89737.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ], + "history_items": [ + { + "children_count": 10, + "description": "Zeitgeschichte", + "headline": "Zeitgeschichte", + "id": 13557913, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/KulturUeberblick", + "sub_headline": "Zeitgeschichte", + "title": "Zeitgeschichte", + "videos": 623, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16553611" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16553612" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553611_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553611_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553611_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553611_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553611_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/e48bd32d90e104477470b7a7cad64baf8190fe9a.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553612_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553612_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553612_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553612_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553612_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/dca040e5b76ce847913218b217261e725790b927.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + }, + "children": [ + { + "children_count": 4, + "description": "Die Erinnerungen von 90 Zeitzeuginnen und Zeitzeugen hat der ORF gemeinsam mit dem Mauthausen Komitee dauerhaft zug\u00e4nglich gemacht. Sie berichten \u00fcber ihre pers\u00f6nliche Zeit rund um den Zweiten Weltkrieg.", + "headline": "\u00d6sterreichs Zeitzeug:innen", + "id": 13425177, + "oewa_base_path": "Redcont\/Politik\/PolitikInland", + "sub_headline": "Ergreifende Erinnerungen", + "title": "\u00d6sterreichs Zeitzeug:innen", + "videos": 105, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13425177" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16568875" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16568876" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16687674" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13425177\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/69\/thumb_16568875_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/69\/thumb_16568875_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/69\/thumb_16568875_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/69\/thumb_16568875_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/69\/thumb_16568875_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/69\/67292a4ba66c1548cbeff5bc95937e1e58a44c6a.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/69\/thumb_16568876_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/69\/thumb_16568876_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/69\/thumb_16568876_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/69\/thumb_16568876_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/69\/thumb_16568876_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/69\/16fce01dc366a078fd116ff798c10edd6f65b9fa.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687674_archive_topic_2x3_highlight_teaser.png" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687674_archive_topic_2x3_player.png" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687674_archive_topic_2x3_legacy.png" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687674_archive_topic_2x3_list.png" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687674_archive_topic_2x3_small.png" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/3dde8b7d3ab20aebe220e22496ee01684ce61054.png" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 3, + "description": "Das Archiv beinhaltet Beitr\u00e4ge, die sich mit Beginn, Verlauf und Auswirkungen des Zweiten Weltkriegs befassen. Neben einzelnen Schlachten und Hitlers Aufstieg werden vor allem die NS-Gr\u00e4ueltaten thematisiert.", + "headline": "Der Zweite Weltkrieg", + "id": 13557935, + "oewa_base_path": "Redcont\/Politik\/Sonstiges", + "sub_headline": "Dunkelste Zeit des 20. Jhdt.", + "title": "Der Zweite Weltkrieg", + "videos": 56, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557935" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16562857" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16562858" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16701598" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557935\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562857_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562857_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562857_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562857_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562857_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/c9e3d7fd61e1d13eb64b3371c1a1e424456568a7.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562858_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562858_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562858_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562858_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562858_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/ecf75ad78abf3ae752295d46c66874f73272b1ac.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701598_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701598_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701598_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701598_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701598_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/e929312abde14eaa7bfa1fdc2f0abc14a6c789ba.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 2, + "description": "Im Februar 1934 m\u00fcndete der\u00a0politische Konflikt zwischen den Christlichsozialen und den Sozialisten in einer gewaltvollen Konfrontation. Zeitzeug:innen-Berichte machen die Ereignisse der Februark\u00e4mpfe greifbar.", + "headline": "Februark\u00e4mpfe: Zeitzeug:innen berichten", + "id": 13558010, + "oewa_base_path": "Redcont\/Politik\/PolitikInland", + "sub_headline": "B\u00fcrgerkrieg in \u00d6sterreich", + "title": "Februark\u00e4mpfe: Zeitzeug:innen berichten", + "videos": 15, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13558010" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16799799" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16849058" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16844995" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13558010\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/thumb_16799799_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/100\/84ec10119407361afc0febc9c9e6eeb6333d3c8c.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/thumb_16849058_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/50\/e43f4d07d172db17aed6e0a65c9e0413e0eeb211.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/thumb_16844995_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0169\/45\/9dd53588a9603aa90b697f9ac8430835c6e43661.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 2, + "description": "Mit dem Angriff Russlands auf die Ukraine im Jahr 2022 ist in \u00d6sterreich die Neutralit\u00e4t wieder zum Gegenstand verschiedener Debatten geworden. Das Videoarchiv zeigt Beitr\u00e4ge aus dem breiten Themengebiet der Neutralit\u00e4t.", + "headline": "\u00d6sterreichs Neutralit\u00e4t", + "id": 13557983, + "oewa_base_path": "Redcont\/Politik\/PolitikInland", + "sub_headline": "Entstehung, Bedeutung, Kontroversen", + "title": "\u00d6sterreichs Neutralit\u00e4t", + "videos": 13, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557983" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16773499" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16773457" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557983\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773499_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773499_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773499_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773499_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773499_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/4de8103914e3fea38ddad9b376f5532d7197d3dd.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773457_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773457_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773457_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773457_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773457_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/7972a360c6a5ea194e47ec914684478c69ac7272.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 7, + "description": "So abwechslungsreich wie seine Landschaft ist auch die Geschichte S\u00fcdtirols. Neben Beitr\u00e4gen \u00fcber S\u00fcdtirol als erbitterten Kriegsschauplatz, bietet dieses Videoarchiv auch Einblicke in alte Traditionen und Br\u00e4uche.", + "headline": "Die Geschichte S\u00fcdtirols", + "id": 13557875, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Sonstiges", + "sub_headline": "Kampf um Autonomie", + "title": "Die Geschichte S\u00fcdtirols", + "videos": 106, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557875" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16560350" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16560361" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557875\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560350_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560350_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560350_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560350_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560350_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/e0e07f55e6e7123fb291f07983afeff5c1fa0c7e.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560361_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560361_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560361_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560361_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560361_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/6924cc19f3ec7e582961b0f31458e6e1201dcc72.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 1, + "description": "Das Videoarchiv widmet sich vor allem dem \"Anschluss\" \u00d6sterreichs und den \"Novemberpogromen\" im Jahr 1938. Neben historischen Aufnahmen kommen auch Zeitzeuginnen und Zeitzeugen zu Wort.", + "headline": "Das Schicksalsjahr 1938", + "id": 13557892, + "oewa_base_path": "Redcont\/Politik\/Politikueberblick", + "sub_headline": "Beginn der NS-Herrschaft", + "title": "Das Schicksalsjahr 1938", + "videos": 31, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557892" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16567618" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16567619" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557892\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567618_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567618_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567618_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567618_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567618_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/604ce4aeb25f27f6d861fd84bee965e6587bd0cb.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567619_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567619_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567619_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567619_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567619_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/fb4d93aac785fcc110c0a8f95a83bbc27c4056c8.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 7, + "description": "\"70 Jahre Zweite Republik\" und \"60 Jahre Staatsvertrag\": 2015 stand im Zeichen dieser beiden Jubil\u00e4en. Hier finden sich Beitr\u00e4ge \u00fcber die Parteien in \u00d6sterreich sowie \u00fcber Skandale und Aufreger der vergangenen Jahrzehnte.", + "headline": "Die politische Geschichte der Zweiten Republik", + "id": 9501692, + "oewa_base_path": "Redcont\/Politik\/Politikueberblick", + "sub_headline": "Vom Staatsvertrag bis jetzt", + "title": "Die politische Geschichte der Zweiten Republik", + "videos": 152, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9501692" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16541712" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16592766" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9501692\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541712_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541712_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541712_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541712_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541712_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/96b78d969b0459c7f0994b1f58ae620c1f0b247f.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/93\/thumb_16592766_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/93\/thumb_16592766_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/93\/thumb_16592766_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/93\/thumb_16592766_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/93\/thumb_16592766_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/93\/3dc2344dbf68de7876e2c77c4922225bc8bc5219.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 4, + "description": "Mit der Kriegserkl\u00e4rung an Serbien 1914 st\u00fcrzte Europa in die erste Katastrophe des 20. Jahrhunderts. Zum 100. Jahrestag des Attentats auf Thronfolger Franz Ferdinand sind diese Zeitzeugenberichte entstanden.", + "headline": "100 Jahre Erster Weltkrieg", + "id": 7723434, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Erste Katastrophe Europas", + "title": "100 Jahre Erster Weltkrieg", + "videos": 51, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7723434" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16593261" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16593263" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7723434\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/94\/thumb_16593261_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/94\/thumb_16593261_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/94\/thumb_16593261_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/94\/thumb_16593261_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/94\/thumb_16593261_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/94\/06b122741b58c54b671665821b3621fd95489758.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/94\/thumb_16593263_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/94\/thumb_16593263_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/94\/thumb_16593263_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/94\/thumb_16593263_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/94\/thumb_16593263_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/94\/4d6789e5441b0a8d53de3e20c3c7360882499089.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 3, + "description": "Jahrzehntelang hatte der \"Eiserne Vorhang\" Europa in zwei H\u00e4lften geteilt. 1989 begann der Fall des \"Eisernen Vorhangs\". Im Archiv wird anhand von TV-Berichten erkl\u00e4rt, wie es dazu kommen konnte.", + "headline": "Der Fall des \"Eisernen Vorhangs\"", + "id": 7751764, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Europa entfesselt", + "title": "Der Fall des \"Eisernen Vorhangs\"", + "videos": 41, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7751764" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563173" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563174" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7751764\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563173_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563173_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563173_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563173_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563173_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/ad0a9cca0b196add0ecacee85cca7550b6a961e9.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563174_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563174_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563174_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563174_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563174_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/80ec700a3ff3c8b28f6317a3755ae38648cee9e4.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 4, + "description": "Das Archiv widmet sich dem Gedenkjahr 2018. Die Videos beleuchten zentrale Ereignisse und Themen wie Aufarbeitung und Rehabilitierung nach dem Zerfall der Monarchie und der Entstehung der Ersten Republik 1918.", + "headline": "Die Geschichte der Ersten Republik", + "id": 13557907, + "oewa_base_path": "Redcont\/Politik\/PolitikInland", + "sub_headline": "Einzigartige R\u00fcckblicke", + "title": "Die Geschichte der Ersten Republik", + "videos": 53, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557907" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16583279" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16583280" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557913" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557907\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/84\/thumb_16583279_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/84\/thumb_16583279_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/84\/thumb_16583279_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/84\/thumb_16583279_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/84\/thumb_16583279_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/84\/4cc924664361f0c49e72a85d0bcc21dbe7c4e71c.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/84\/thumb_16583280_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/84\/thumb_16583280_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/84\/thumb_16583280_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/84\/thumb_16583280_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/84\/thumb_16583280_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/84\/a9842fc0b02490d6c4852c0e54f63cea994dd899.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ] + }, + { + "children_count": 7, + "description": "Kulturgeschichte und Gesellschaft", + "headline": "Kulturgeschichte und Gesellschaft", + "id": 13557964, + "oewa_base_path": "Redcont\/Nachrichten\/GesellschaftUndLeute", + "sub_headline": "Kulturgeschichte und Gesellschaft", + "title": "Kulturgeschichte und Gesellschaft", + "videos": 488, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596307" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/861cc7baa31669d7a76a998cc34e6771858e4ab6.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": null, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + }, + "children": [ + { + "children_count": 2, + "description": "Anl\u00e4sslich des 2022 begangenen 20-j\u00e4hrigen Jubil\u00e4ums der Aufhebung des Diskriminierungsparagraphen 209 zeigt dieses Archiv den Kampf der LGBTIQ+-Bewegung in \u00d6sterreich um Anerkennung und Gleichberechtigung.", + "headline": "Vielfalt der Identit\u00e4ten", + "id": 13557986, + "oewa_base_path": "Redcont\/Nachrichten\/GesellschaftUndLeute", + "sub_headline": "LGBTIQ+", + "title": "Vielfalt der Identit\u00e4ten", + "videos": 13, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557986" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16513281" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16857665" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557986\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/14\/thumb_16513281_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/14\/thumb_16513281_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/14\/thumb_16513281_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/14\/thumb_16513281_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/14\/thumb_16513281_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/14\/b307b96109b4eaa1ff067a3c92309be5e0fa1357.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857665_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857665_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857665_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857665_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857665_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/59c981779d3d09c29be82a2f0904beacb66f9a8a.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 5, + "description": "Ein \u00dcberblick zu den Themen Nachhaltigkeit, Umwelt und Klimaschutz: Die drastischen Auswirkungen des weit verbreiteten Konsumverhaltens werden ebenso aufgezeigt wie m\u00f6gliche L\u00f6sungswege im Alltag.", + "headline": "Nachhaltigkeit und Umweltschutz", + "id": 13557948, + "oewa_base_path": "Redcont\/Sonstiges\/Sonstiges", + "sub_headline": "Kampf dem Klimawandel", + "title": "Nachhaltigkeit und Umweltschutz", + "videos": 112, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557948" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563171" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563172" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16701597" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557948\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563171_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/c7e1632c3b9ac71e79ec0e08636f4d833ee5d0ee.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563172_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/89e96e897ade557af5b00049ecbb5185dc68cfef.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/thumb_16701597_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0168\/02\/c9f0222b5fd6887b60ec51c66625d9d93a4fbdb3.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 9, + "description": "Viele architektonische Juwelen in \u00d6sterreich waren dem Verfall geweiht oder wurden abgerissen. Das Archiv erm\u00f6glicht einen Einblick in die Welt der sowohl verschwundenen als auch noch bestehenden historischen Bauwerke.", + "headline": "\u00d6sterreich, wie es einmal war", + "id": 13557971, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Sonstiges", + "sub_headline": "Blick in die Vergangenheit", + "title": "\u00d6sterreich, wie es einmal war", + "videos": 63, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557971" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/12760757" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557971\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0128\/61\/thumb_12760757_archive_topics_highlight_teaser.png" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0128\/61\/thumb_12760757_archive_topics_player.png" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0128\/61\/thumb_12760757_archive_topics_legacy.png" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0128\/61\/thumb_12760757_archive_topics_list.png" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0128\/61\/thumb_12760757_archive_topics_small.png" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0128\/61\/360d87696825ff756aae3d2320adbd10d5383d77.png" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": null, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 5, + "description": "Menschen mit Beeintr\u00e4chtigungen geben Einblicke in ihren Alltag und zeigen, wie Selbstbestimmung und gelebte Inklusion m\u00f6glich sein kann. Im Sinne der Barrierefreiheit sind alle enthaltenen Videos untertitelt.", + "headline": "Gelebte Inklusion in der Gesellschaft", + "id": 13557965, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Selbstbestimmung & Vielfalt", + "title": "Gelebte Inklusion in der Gesellschaft", + "videos": 55, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557965" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16613451" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16613452" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557965\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613451_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613451_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613451_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613451_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613451_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/36a4b57011a850f53315133c85e545c2a00fe645.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613452_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613452_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613452_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613452_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613452_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/a508c70d7b1fc9991c84efd337f554a64aea9766.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 3, + "description": "Im M\u00e4rz 2020 versetzte das Coronavirus \u00d6sterreich in eine noch nie dagewesene Ausnahmesituation. Dieses Archiv gibt einen \u00dcberblick \u00fcber die relevantesten Ereignisse seit Ausbruch des Virus in \u00d6sterreich.", + "headline": "Die Coronavirus-Pandemie", + "id": 13557954, + "oewa_base_path": "Redcont\/Nachrichten\/Nachrichtenueberblick", + "sub_headline": "Eine Krise und ihre Folgen", + "title": "Die Coronavirus-Pandemie", + "videos": 50, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557954" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16543987" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16544839" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557954\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/44\/thumb_16543987_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/44\/thumb_16543987_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/44\/thumb_16543987_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/44\/thumb_16543987_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/44\/thumb_16543987_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/44\/0b11266efadc439a3b4d3c7d7cbaf56d27c7d06d.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544839_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544839_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544839_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544839_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544839_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/4db0a517918f2875d32e007cfd7df3a032a81be2.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 6, + "description": "\u00d6sterreich hat zahlreiche Erfindungen sowie einige Nobelpreistr\u00e4ger hervorgebracht. Dieses Videoarchiv bietet einen \u00dcberblick zu wissenschaftlichen Leistungen und \u00fcber digitale Herausforderungen.", + "headline": "Wissenschaft und Forschung", + "id": 13557939, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Von Daten, Fakten & Ideen", + "title": "Wissenschaft und Forschung", + "videos": 103, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557939" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16567967" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16567968" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557939\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567967_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567967_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567967_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567967_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/thumb_16567967_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/68\/cf17f602d699eb077f602a978dc9a1937a085b50.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567968_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567968_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567968_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567968_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567968_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/186fb9dcf0fa29cadb45970d1c59b425c7b6582d.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 4, + "description": "Der Einf\u00fchrung des Frauenwahlrechts in \u00d6sterreich im Jahre 1918 ging ein langer Kampf vieler mutiger Frauen voran. Im Videoarchiv steht diese zentrale Errungenschaft der Frauenbewegung im Mittelpunkt.", + "headline": "Starke Frauen", + "id": 13557869, + "oewa_base_path": "Redcont\/Nachrichten\/GesellschaftUndLeute", + "sub_headline": "Portr\u00e4ts & Errungenschaften", + "title": "Starke Frauen", + "videos": 92, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557869" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16613432" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16613433" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557964" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557869\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613432_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613432_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613432_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613432_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/thumb_16613432_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0167\/14\/2f5f314467c07bd9b8f6262b70a29237ad93bb13.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613433_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613433_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613433_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613433_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613433_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/1ed9516b5e335e52b07e885b0adc6a7cc7eb6bcf.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ] + }, + { + "children_count": 10, + "description": "Die Geschichte unserer Bundesl\u00e4nder", + "headline": "Die Geschichte unserer Bundesl\u00e4nder", + "id": 13557912, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/KulturUeberblick", + "sub_headline": "Die Geschichte unserer Bundesl\u00e4nder", + "title": "Die Geschichte unserer Bundesl\u00e4nder", + "videos": 1657, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596307" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/thumb_16596307_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/97\/861cc7baa31669d7a76a998cc34e6771858e4ab6.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": null, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + }, + "children": [ + { + "children_count": 12, + "description": "Die Videobeitr\u00e4ge spiegeln nicht nur die bewegte Geschichte und facettenreiche Kultur Wiens wider, sondern portr\u00e4tieren auch das Leben von gro\u00dfen Politikern und Politikerinnen sowie Kunstschaffenden.", + "headline": "Die Geschichte Wiens", + "id": 13557874, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Sonstiges", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte Wiens", + "videos": 342, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557874" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16773502" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16774197" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557874\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773502_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773502_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773502_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773502_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/thumb_16773502_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/74\/140f6bd4fe3bfb06ad125d9d6a9cca7c664af22d.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/75\/thumb_16774197_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/75\/thumb_16774197_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/75\/thumb_16774197_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/75\/thumb_16774197_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/75\/thumb_16774197_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/75\/ba4e7482b590d55b9719755c302902c0015d4c5a.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 7, + "description": "H\u00fcgelige Weinstra\u00dfen, W\u00e4lder und Almen f\u00fcgen sich in der \u201eGr\u00fcnen Mark\u201c aneinander. Mit der Hauptstadt Graz \u2013 Kulturhauptstadt 03 \u2013 ist auch ein spannendes urbanes Leben in der Steiermark gegeben.", + "headline": "Die Geschichte der Steiermark", + "id": 12800266, + "oewa_base_path": "Redcont\/Nachrichten\/LokaleNachrichten", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte der Steiermark", + "videos": 149, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/12800266" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16514030" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16514013" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/12800266\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/15\/thumb_16514030_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/15\/thumb_16514030_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/15\/thumb_16514030_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/15\/thumb_16514030_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/15\/thumb_16514030_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/15\/6f2a49c161756005d2069f61f5829e0f18466e6a.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/15\/thumb_16514013_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/15\/thumb_16514013_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/15\/thumb_16514013_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/15\/thumb_16514013_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/15\/thumb_16514013_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/15\/47443a97284df0eb5adcd68b3cfaa95066dec772.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 6, + "description": "Neben landschaftlichen Juwelen wie dem Attersee und dem Salzkammergut steht Ober\u00f6sterreich f\u00fcr wirtschaftliche Dynamik und kulturelle Vielfalt.", + "headline": "Die Geschichte Ober\u00f6sterreichs", + "id": 12395971, + "oewa_base_path": "Redcont\/Nachrichten\/LokaleNachrichten", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte Ober\u00f6sterreichs", + "videos": 133, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/12395971" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16560037" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16560038" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/12395971\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560037_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560037_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560037_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560037_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560037_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/f9ba490e5c015aa7a451111566aa0221b9d62a86.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560038_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560038_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560038_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560038_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560038_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/c8319820c84fa09f9fccb6c75247b193aa3eb80b.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 8, + "description": "Ob der Freiheitskampf rund um Andreas Hofer, die Trennung von S\u00fcdtirol oder die Olympischen Winterspiele in den Jahren 1964 und 1976: Tirol kann auf eine spannende und turbulente Geschichte zur\u00fcckblicken.", + "headline": "Die Geschichte Tirols", + "id": 12192997, + "oewa_base_path": "Redcont\/Nachrichten\/LokaleNachrichten", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte Tirols", + "videos": 111, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/12192997" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16560118" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16560119" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/12192997\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560118_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560118_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560118_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560118_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/thumb_16560118_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/61\/b6e10d4dea9a3a91cfde99e0b8c60843a3afc957.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560119_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560119_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560119_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560119_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/thumb_16560119_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/61\/aa639edf07f11bcfa874928d0fec55be1e8de43d.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 6, + "description": "Vorarlberg z\u00e4hlt zwar zu den kleinsten Bundesl\u00e4ndern \u00d6sterreichs, doch es steht den anderen in Nichts nach. Das westlichste Bundesland hebt sich unter anderem mit seiner Wirtschaftsleistung und Kultur hervor.", + "headline": "Die Geschichte Vorarlbergs", + "id": 10963464, + "oewa_base_path": "Redcont\/Nachrichten\/LokaleNachrichten", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte Vorarlbergs", + "videos": 126, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10963464" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563181" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563182" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10963464\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563181_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563181_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563181_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563181_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563181_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/13ca18cdd58e19bc3d2d32593e954aca0584e5f7.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563182_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563182_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563182_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563182_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563182_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/f980a856389d14c34e867d1e7f223553e54b4fd9.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 6, + "description": "Machtwechsel in der Politik, das Gletscherbahnungl\u00fcck in Kaprun, die Bedeutung der Salzburger Festspiele oder die Ski-Legende Hermann Maier: Das Archiv zeigt Videos der wichtigsten historischen Ereignisse in Salzburg.", + "headline": "Die Geschichte Salzburgs", + "id": 10780871, + "oewa_base_path": "Redcont\/Nachrichten\/Nachrichtenueberblick", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte Salzburgs", + "videos": 137, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10780871" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16493761" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16493762" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10780871\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493761_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493761_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493761_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493761_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493761_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/5a1ccbadc9c9647dcaa138300b8d08759cd68c66.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493762_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493762_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493762_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493762_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493762_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/29e5cd4cd0eb0d30f4116b5d1117254f840499b6.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 6, + "description": "Das s\u00fcdlichste Bundesland besticht durch landschaftliche Sch\u00f6nheit und Seenreichtum. Doch die Geschichte des Landes ist auch von wechselhaften politischen Mehrheiten gepr\u00e4gt.", + "headline": "Die Geschichte K\u00e4rntens", + "id": 10281661, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte K\u00e4rntens", + "videos": 118, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10281661" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16512431" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16777859" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10281661\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/13\/thumb_16512431_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/13\/thumb_16512431_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/13\/thumb_16512431_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/13\/thumb_16512431_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/13\/thumb_16512431_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/13\/9a4b8161397ce871a11a960293861fad265714c6.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777859_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777859_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777859_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777859_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777859_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/03911a16c56e3066f24cb193d85d932aa444b9bf.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 7, + "description": "Portr\u00e4ts von politischen Pers\u00f6nlichkeiten, kulturelle Highlights oder ein Blick in die Wachau, die Stifte und Kl\u00f6ster: Das Archiv Nieder\u00f6sterreichs zeigt die Vielfalt des gr\u00f6\u00dften Bundeslandes.", + "headline": "Die Geschichte Nieder\u00f6sterreichs", + "id": 8378971, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Sonstiges", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte Nieder\u00f6sterreichs", + "videos": 242, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/8378971" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16493753" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16493754" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/8378971\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493753_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493753_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493753_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493753_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/thumb_16493753_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/94\/b4191ae2e2c0dbd99a6450d43a76fd8536beeac9.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493754_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493754_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493754_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493754_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/thumb_16493754_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/94\/54a406a29387340cceb684596d58184d011a023e.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 7, + "description": "Im Jahr 2021 feierte das \u00f6stlichste Bundesland \u00d6sterreichs sein 100-j\u00e4hriges Bestehen. Dieses Videoarchiv bietet eine breite Palette an Einblicken: Von der landschaftlichen Sch\u00f6nheit, kulinarischen Vielfalt \u00fcber politische Entwicklungen und historische Ereignisse.", + "headline": "Die Geschichte des Burgenlandes", + "id": 9236430, + "oewa_base_path": "Redcont\/Nachrichten\/Nachrichtenueberblick", + "sub_headline": "Bundesland im Portr\u00e4t", + "title": "Die Geschichte des Burgenlandes", + "videos": 169, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9236430" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/11854589" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9236430\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0119\/55\/thumb_11854589_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0119\/55\/thumb_11854589_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0119\/55\/thumb_11854589_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0119\/55\/thumb_11854589_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0119\/55\/thumb_11854589_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0119\/55\/38064eef5b8c38b0726db35b9fbd3ae17b396aa3.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": null, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 6, + "description": "Die Beitr\u00e4ge in diesem Archiv widmen sich den sechs autochthonen Volksgruppen in \u00d6sterreich. Die bewegte politische Geschichte - von der Verfolgung unter der NS-Terrorherrschaft bis hin zum Kampf um Anerkennung - wird ebenso beleuchtet wie gegenw\u00e4rtige Errungenschaften und anhaltende Konfliktherde.", + "headline": "Volksgruppen in \u00d6sterreich", + "id": 13557924, + "oewa_base_path": "Redcont\/Politik\/Sonstiges", + "sub_headline": "Bewegte Geschichte", + "title": "Volksgruppen in \u00d6sterreich", + "videos": 130, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557924" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16744046" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16744087" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557912" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557924\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/45\/thumb_16744046_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/45\/thumb_16744046_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/45\/thumb_16744046_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/45\/thumb_16744046_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/45\/thumb_16744046_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0168\/45\/3bda948feced05c0528387cfc52f0f5510b0d614.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/45\/thumb_16744087_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/45\/thumb_16744087_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/45\/thumb_16744087_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/45\/thumb_16744087_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/45\/thumb_16744087_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/45\/67b55d48983cdc40958f8912ae732ea0643a2eb6.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ] + }, + { + "children_count": 8, + "description": "Die politischen und wirtschaftlichen Ereignisse im In-und Ausland im \u00dcberblick.", + "headline": "Politik und Wirtschaft", + "id": 13557911, + "oewa_base_path": "Redcont\/Politik\/Politikueberblick", + "sub_headline": "Politik und Wirtschaft", + "title": "Politik und Wirtschaft", + "videos": 511, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563306" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563307" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563306_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563306_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563306_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563306_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563306_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/56b0d7aa47289567b7f877a62a23dc1b4abcc198.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563307_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563307_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563307_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563307_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563307_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/4f6a492d3c979621b9ddd7fbc1997156c64ee9cb.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + }, + "children": [ + { + "children_count": 3, + "description": "Aufgrund der CoV-Pandemie und des Ukraine-Krieges herrschte 2022 eine Rekordinflation. Diese Archivbeitr\u00e4ge machen Ursachen und Folgen wie die rasant steigenden Energiekosten deutlich.", + "headline": "Rekordinflation und Energiekrise", + "id": 13557992, + "oewa_base_path": "Redcont\/Wirtschaft\/Sonstiges", + "sub_headline": "Teuerungswelle trifft \u00d6sterreich", + "title": "Rekordinflation und Energiekrise", + "videos": 28, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557992" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559836" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16777869" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557992\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559836_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559836_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559836_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559836_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559836_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/a8862e62c2c1a30ef165b982f9741c72132ff5bd.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777869_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777869_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777869_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777869_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/thumb_16777869_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/78\/beb62c85b5c337559a41efac4152a34ffcaf03dd.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 7, + "description": "Das Videoarchiv widmet sich bedeutenden heeresgeschichtlichen Entwicklungen seit den 1960er-Jahren. Auch die Causa Eurofighter oder die Auslandseins\u00e4tze des Heeres k\u00f6nnen nachgesehen werden.", + "headline": "Das \u00d6sterreichische Bundesheer", + "id": 5106911, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Milit\u00e4r im Wandel der Zeit", + "title": "Das \u00d6sterreichische Bundesheer", + "videos": 86, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/5106911" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16553606" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16553607" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/5106911\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553606_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553606_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553606_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553606_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/thumb_16553606_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/54\/246bedd624af5754616eb7f173f6ceca4de1be0a.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553607_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553607_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553607_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553607_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/thumb_16553607_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/54\/9768fa3ef50ee0cebe3fc32e9b51f856dbbb1d15.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 3, + "description": "Historische Videos zum Mauerfall 1989, einen R\u00fcckblick auf deutsche Spitzenpolitiker, aber auch Beitr\u00e4ge rund um das Ergebnis und die Folgen der Bundestagswahl im Herbst 2017 bietet dieses Archiv.", + "headline": "Die politische Landschaft in Deutschland", + "id": 6524565, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Mauerfall, Politikerportr\u00e4ts, Wahlen", + "title": "Die politische Landschaft in Deutschland", + "videos": 31, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/6524565" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559935" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559937" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/6524565\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559935_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559935_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559935_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559935_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559935_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/fa9c5345547bc3feecb19f3aa3ef6f33362ac181.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559937_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559937_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559937_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559937_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559937_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/5a30921418489adbe5a91391a2e0bf9feee16437.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 3, + "description": "Dieses Archiv blickt zur\u00fcck auf alle Bundespr\u00e4sidenten seit Ende des Zweiten Weltkrieges. Alexander Van der Bellen gewann 2016 die wiederholte Stichwahl sowie die Folgewahl 2022.", + "headline": "Bundespr\u00e4sidentenwahlen in \u00d6sterreich", + "id": 13304953, + "oewa_base_path": "Redcont\/Politik\/PolitikInland", + "sub_headline": "Urneng\u00e4nge seit 1945", + "title": "Bundespr\u00e4sidentenwahlen in \u00d6sterreich", + "videos": 33, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13304953" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16562832" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16773423" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13304953\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562832_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562832_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562832_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562832_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562832_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/94ee83d21786edc7d44e7c6840e0549b1af06728.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773423_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773423_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773423_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773423_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/thumb_16773423_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0168\/74\/2cfc3d3c17cb6d0c113156bdf86c9516eba42770.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 11, + "description": "Rund um die Nationalratswahlen sind hier Videohighlights ab dem Jahr 1955 zusammengestellt worden. Historische Wahlberichte wurden ebenso abrufbar gemacht wie Beitr\u00e4ge zur Causa Ibiza oder die \u00d6VP-Aff\u00e4re.", + "headline": "Nationalratswahlen in \u00d6sterreich", + "id": 6207003, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Historische Momente", + "title": "Nationalratswahlen in \u00d6sterreich", + "videos": 117, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/6207003" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559931" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16567648" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/6207003\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559931_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559931_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559931_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559931_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559931_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/5bd43448b691d673fb90f6df9d8cda01a6763b67.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567648_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567648_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567648_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567648_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/thumb_16567648_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/68\/52864b64aff104d5f94cc5fa866f325db0b39c13.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 5, + "description": "Das Milliardendebakel rund um die Hypo Alpe Adria besch\u00e4ftigt seit Jahren die heimische Innenpolitik. In diesem Archiv befinden sich relevante Beitr\u00e4ge von der Er\u00f6ffnung der ersten Hypo-Filiale bis zum Untersuchungsausschuss.", + "headline": "Causa Hypo", + "id": 9247783, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Chronologie eines Skandals", + "title": "Causa Hypo", + "videos": 70, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9247783" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559870" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16613159" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9247783\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559870_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559870_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559870_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559870_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559870_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/64c2f05fd794b4c358044a9628111a6b83cdcfcf.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613159_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613159_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613159_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613159_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/thumb_16613159_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/14\/d20c762b7e4c27e2744d43230e731e53d96bd078.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 6, + "description": "Dieses Archiv wurde im Zuge der \u00f6sterreichischen Ratspr\u00e4sidentschaft und der EU-Wahl in den Jahren 2018 und 2019 erweitert. Darin wird unter anderem die Beziehung zwischen \u00d6sterreich und der EU dargestellt.", + "headline": "Die Geschichte der EU", + "id": 7774196, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Der lange Weg zur Union", + "title": "Die Geschichte der EU", + "videos": 105, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7774196" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559933" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559934" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7774196\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559933_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559933_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559933_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559933_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559933_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/b64d4aba6132b9ff9be5f59ed8be0c631f9c7aa3.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559934_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559934_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559934_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559934_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559934_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/0e86db1a847c8b281d271a89334a5957dcb84007.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 4, + "description": "Die Pr\u00e4sidentenwahl 2012 war Anlass f\u00fcr ein Videoarchiv mit Blick auf Geschichtstr\u00e4chtiges in den USA. Es dokumentiert bedeutende Auftritte von Ex-Pr\u00e4sidenten und bietet einen \u00dcberblick \u00fcber die Wahlen 2016 und 2020.", + "headline": "Pr\u00e4sidentschaftswahlen in den USA", + "id": 4696497, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Von Washington bis Biden", + "title": "Pr\u00e4sidentschaftswahlen in den USA", + "videos": 41, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/4696497" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16562758" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16562759" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557911" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/4696497\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562758_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562758_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562758_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562758_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/thumb_16562758_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/63\/06d00549c58ee6b08cfe31830abeb23618c0c69f.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562759_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562759_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562759_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562759_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/thumb_16562759_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/63\/601136e7f681abf50e6a839d117b836af266f4c8.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ] + }, + { + "children_count": 2, + "description": "Dokumentationen und Reportagen zum Juden- und Christentum.", + "headline": "Religion", + "id": 13557914, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/KulturUeberblick", + "sub_headline": "Religion", + "title": "Religion", + "videos": 317, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557914" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16487289" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16487303" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557914\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487289_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487289_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487289_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487289_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487289_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/64aaaf5b5b240e099f8e861122aaf1a2d517f44b.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487303_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487303_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487303_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487303_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487303_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/34d853b92dccbb0b5a7026e01b4e80056e1c0735.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + }, + "children": [ + { + "children_count": 4, + "description": "Eine Sammlung von TV-Beitr\u00e4gen aus verschiedenen Bereichen der Weltreligion Judentum: Die dunkle Zeit des Holocausts wird darin ebenso beleuchtet wie religi\u00f6se Feste des Alltagslebens.", + "headline": "Medienarchiv Judentum", + "id": 6932895, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "\u00c4lteste abrahamitische Religion", + "title": "Medienarchiv Judentum", + "videos": 119, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/6932895" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16487317" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16487316" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557914" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/6932895\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487317_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487317_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487317_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487317_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/thumb_16487317_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0165\/88\/ef2059955d4183af92387b07b00a1d5de3de0b8a.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487316_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487316_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487316_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487316_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/thumb_16487316_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0165\/88\/ff863d95bc6d2d33bc3cb69015ec3797add980db.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 9, + "description": "Das ORF-Medienarchiv Christentum ist eine Sammlung von TV-Beitr\u00e4gen \u00fcber die verschiedenen Facetten der am weitesten verbreiteten Religion der Welt.", + "headline": "Medienarchiv Christentum", + "id": 7914403, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Tradition, Glaube, Br\u00e4uche", + "title": "Medienarchiv Christentum", + "videos": 198, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7914403" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16544932" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16544933" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557914" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7914403\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/45\/thumb_16544932_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/45\/thumb_16544932_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/45\/thumb_16544932_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/45\/thumb_16544932_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/45\/thumb_16544932_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/45\/bdbbb950c0c57311d919e53cb035e7ca31968283.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544933_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544933_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544933_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544933_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/thumb_16544933_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/45\/ca76fa26c453edb46c0db3d252a15d8432c5408c.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ] + }, + { + "children_count": 8, + "description": "Die Fernseh- und Mediengeschichte von Anfang bis heute sowie einzelne Sendungs-Highlights im \u00dcberblick.", + "headline": "Fernseh- und Mediengeschichte", + "id": 13557916, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/KulturUeberblick", + "sub_headline": "Fernseh- und Mediengeschichte", + "title": "Fernseh- und Mediengeschichte", + "videos": 573, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16554079" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16554080" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/55\/thumb_16554079_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/55\/thumb_16554079_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/55\/thumb_16554079_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/55\/thumb_16554079_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/55\/thumb_16554079_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/55\/ef0aafa1c4d901f105e796a31ce44ba70f68ef7f.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/55\/thumb_16554080_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/55\/thumb_16554080_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/55\/thumb_16554080_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/55\/thumb_16554080_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/55\/thumb_16554080_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/55\/c4005f2cd0c95b0dbf6aab2ac584320ea6ba9747.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + }, + "children": [ + { + "children_count": 4, + "description": "Diese Videosammlung bietet Sozialreportagen aus \u00fcber zwei Jahrzehnten, die Einblicke in unterschiedliche Milieus geben und gesellschaftliche Entwicklungen aufzeigen.", + "headline": "Highlights von \"Am Schauplatz\"", + "id": 13558004, + "oewa_base_path": "Redcont\/Nachrichten\/GesellschaftUndLeute", + "sub_headline": "Investigative Reportagen", + "title": "Highlights von \"Am Schauplatz\"", + "videos": 28, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13558004" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563092" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563883" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16687697" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13558004\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563092_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563092_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563092_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563092_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563092_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/cdf01c27d28aa23d0b0d951ca2ce637ab9482179.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563883_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563883_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563883_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563883_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563883_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/c8014fca8092a54a735a614d7abd947b2bb2e91c.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687697_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687697_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687697_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687697_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687697_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/a54df62716682353e9328c41e6b73f1fd38a4f02.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 7, + "description": "Die \"ZIB 2\" geh\u00f6rt zu den erfolgreichsten Nachrichtensendungen des ORF. Vor allem diverse Studiogespr\u00e4che haben der Sendung ein einzigartiges Profil gegeben. Im \"ZIB 2\"-Archiv gibt es ein Best-of davon.", + "headline": "Best of \"ZIB 2\"-Interviews", + "id": 7874678, + "oewa_base_path": "Redcont\/Homepage\/Sonstiges", + "sub_headline": "Bedeutende TV-Auftritte", + "title": "Best of \"ZIB 2\"-Interviews", + "videos": 99, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7874678" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563098" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16857578" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16687698" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/7874678\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563098_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/744f0bb1392614abd1e730df530f748e9f6b7437.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/thumb_16857578_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0169\/58\/0f57cc1e98c4ff36dffbfdcd2823cf44467a3960.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/thumb_16687698_archive_topic_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_2x3\/0167\/88\/6085c0dc1ec28ac80d0ecea6d047fb845fb89737.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 2, + "description": "Im Jahr 1973 wurde LICHT INS DUNKEL ins Leben gerufen. Dieses Archiv zeigt, wie sich die gr\u00f6\u00dfte Spendensammelaktion des Landes entwickelt hat, stellt Kooperationspartner vor und pr\u00e4sentiert eine kleine Auswahl an Projekten, die von LICHT INS DUNKEL unterst\u00fctzt werden.", + "headline": "50 Jahre LICHT INS DUNKEL", + "id": 13557989, + "oewa_base_path": "Redcont\/Sonstiges\/Sonstiges", + "sub_headline": "Historischer R\u00fcckblick", + "title": "50 Jahre LICHT INS DUNKEL", + "videos": 30, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557989" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14243993" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557989\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0143\/44\/thumb_14243993_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0143\/44\/thumb_14243993_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0143\/44\/thumb_14243993_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0143\/44\/thumb_14243993_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0143\/44\/thumb_14243993_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0143\/44\/ba3f6c970efba3334948b2714e05e3d115897ac2.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": null, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 2, + "description": "Brisante Themen rund um Fragen der Medienqualit\u00e4t werden mit nationalen und internationalen Expertinnen und Experten im ORF-Dialogforum diskutiert. Dieses Videoarchiv zeigt eine Auswahl von spannenden Debatten.", + "headline": "Best of ORF-Dialogforum", + "id": 13557962, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Veranstaltungen", + "sub_headline": "Die Welt der Medien", + "title": "Best of ORF-Dialogforum", + "videos": 19, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557962" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563707" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16563708" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557962\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563707_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563707_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563707_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563707_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/thumb_16563707_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/64\/333f5773de6ba7deff7608d5a40f4d9133b80782.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563708_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563708_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563708_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563708_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/thumb_16563708_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/64\/7292f6da731f40500adc7e668f856ff94699fb58.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 9, + "description": "Die Sendung \"Bundesland heute\" hat 2018 ihr 30-j\u00e4hriges Jubil\u00e4um gefeiert. Zu diesem Anlass zeigt dieses Videoarchiv bewegende Momente aus drei Jahrzehnten regionaler Berichterstattung.", + "headline": "Bewegende Momente aus \"Bundesland heute\"", + "id": 13557894, + "oewa_base_path": "Redcont\/Nachrichten\/LokaleNachrichten", + "sub_headline": "Erinnerungen", + "title": "Bewegende Momente aus \"Bundesland heute\"", + "videos": 275, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557894" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/8473895" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557894\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0085\/74\/thumb_8473895_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0085\/74\/thumb_8473895_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0085\/74\/thumb_8473895_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0085\/74\/thumb_8473895_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0085\/74\/thumb_8473895_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0085\/74\/d053a7e694fc27ceb1c2812a28070c800cd10b8b.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": null, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 3, + "description": "Am 1. August 1955 wurde in \u00d6sterreich mit dem regelm\u00e4\u00dfigen Fernsehversuchsprogramm begonnen. Dieses Archiv unternimmt eine kleine Zeitreise zu den Anf\u00e4ngen des Fernsehens und zeigt historischer Beitr\u00e4ge.", + "headline": "Die Geschichte des Fernsehens", + "id": 10539830, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Sonstiges", + "sub_headline": "Bewegtbild als Revolution", + "title": "Die Geschichte des Fernsehens", + "videos": 40, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10539830" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559928" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559929" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/10539830\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559928_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559928_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559928_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559928_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559928_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/093549ab01076d60e4491395f3e6f196f460a429.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559929_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559929_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559929_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559929_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/thumb_16559929_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0166\/60\/0e42a20d70811e711e47c24fe003de259cacf7e6.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 2, + "description": "Von Gespr\u00e4chsrunden \u00fcber Wutb\u00fcrger oder der Sprachkultur bei der TV-Serie \"Mundl - Ein echter Wiener geht nicht unter\" bis zu legend\u00e4ren \"Skandal-Clubs\" mit Nina Hagen \u2013 das \"Club2\"-Archiv reicht zur\u00fcck bis ins Jahr 1978.", + "headline": "Best of \"Club 2\"", + "id": 5106915, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Sonstiges", + "sub_headline": "Unvergessene Diskussionen", + "title": "Best of \"Club 2\"", + "videos": 26, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/5106915" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16541285" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/5106915\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541285_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541285_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541285_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541285_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/thumb_16541285_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/42\/062415e4a42a2c8eb0f9ef024aec54fb7330323d.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": null, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + }, + { + "children_count": 8, + "description": "Am 10. Mai 2014 hat \u00d6sterreich das erste Mal nach 48 Jahren wieder den Song Contest gewonnen. Dieses Archiv dokumentiert anhand aller \u00d6sterreich-Starter des Bewerbs von 1957 bis heute.", + "headline": "\u00d6sterreich beim Song Contest", + "id": 9174892, + "oewa_base_path": "Redcont\/KulturUndFreizeit\/Musik", + "sub_headline": "Alle Auftritte im R\u00fcckblick", + "title": "\u00d6sterreich beim Song Contest", + "videos": 56, + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9174892" + }, + "image": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16559834" + }, + "image12x5": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16656585" + }, + "image2x3": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "parent": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/13557916" + }, + "children": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/history\/9174892\/children" + } + }, + "_embedded": { + "image": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559834_archive_topics_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559834_archive_topics_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559834_archive_topics_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559834_archive_topics_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/thumb_16559834_archive_topics_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topics\/0166\/60\/254eaaa4cc096a7b4493fc76741bac14a98e2513.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image12x5": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/57\/thumb_16656585_archive_topic_12x5_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/57\/thumb_16656585_archive_topic_12x5_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/57\/thumb_16656585_archive_topic_12x5_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/57\/thumb_16656585_archive_topic_12x5_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/57\/thumb_16656585_archive_topic_12x5_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/archive_topic_12x5\/0167\/57\/807dbb989a61c6cf46b78321ac8c65c123453321.jpeg" + } + }, + "dynamic_color": "#691f11" + }, + "image2x3": { + "public_urls": { + "highlight_teaser": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference": { + "url": "https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + }, + "dynamic_color": "#691f11" + } + } + } + ] + } + ] +} \ No newline at end of file diff --git a/src/test/resources/orfOn/subtitle_868782.json b/src/test/resources/orfOn/subtitle_868782.json new file mode 100644 index 000000000..50a3fe3dc --- /dev/null +++ b/src/test/resources/orfOn/subtitle_868782.json @@ -0,0 +1,31 @@ +{ + "id": 868782, + "parsed_at": null, + "sami_url": "https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0162\/100\/6cd8a1899f5b56f919a6d809fe001ce3acaf4ce8.smi", + "srt_url": "https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0162\/100\/79738b7eb874c151cde04ec6367a444bd5999db1.srt", + "stl_url": null, + "ttml_url": "https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0162\/100\/a1ab1313ca03ba35c75d39e08c59840bc97aba76.ttml", + "updated_at": "2023-11-21T01:11:42+01:00", + "vtt_url": "https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0162\/100\/4b1c81a007271ee90224a9555494148e3116a00e.vtt", + "xml_url": "https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0162\/100\/a0467e2fdfb637c00fe6a450f003cedcf70128fa.xml", + "_links": { + "self": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/868782" + }, + "xml_file": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16199129" + }, + "srt_file": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16199130" + }, + "vtt_file": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16199131" + }, + "sami_file": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16199133" + }, + "ttml_file": { + "href": "https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16199132" + } + } +} \ No newline at end of file