Help with media extractor

Hi, I want to extract the livestream from: F1 Box Streams | Sky Sports F1 | Sky F1 - Link 1 Live Stream Online (click on your own risk). To cast it to my Android Shield TV. I tried to use the media_extractor integration but it doesn’t seem to work. Because the livestream link seems to change every week I cant simply copy the chromecast link into an automation. I tried the following:
media_extractor: enabled in the configuration.yaml and

service: media_extractor.play_media
data:
  media_content_id: https://f1box.me/sky-sports-f1-sky-f1-live/stream-1
  media_content_type: CHANNEL
target:
  entity_id: media_player.android_tv

I tried the different options: CHANNEL, EPISODE, TVSHOW and VIDEO but none work.
I guess it might be because the stream is not encoded by the integration?
Is there any way to get the right source or is there a different option I can try maybe?