Avoid streaming videos to end test

Hi, I have found some pages that have streaming videos on their site (like https://realli.ie/). This makes the test take too long as it has to download the whole video.
Is there a way to prevent this?

Thanks

PS: I am using the test to retrieve all image requests the site makes.

If the video has a consistent URL pattern, you should be able to “block” the request so it does not process the video.

Hi, Thanks for the reply.
The problem is that beforehand I don’t know if the site has a video or not (The end user provides the url).
Is it possible to block all videos when testing a site?