D
D
Developereer2021-11-12 02:09:32
JavaScript
Developereer, 2021-11-12 02:09:32

Why is the video not playing after parsing the page with wget?

Good afternoon!
The task is to copy the site locally to the machine.
https://cryptosoftwarenow.financialmarketsworld.com/
Download wget on Windows.
Command:
wget -r -E -p -k -e robots=off --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari /537.36" https://cryptosoftwarenow.financialmarketsworld.com/

*After opening in index.html, I removed the base tag, because because of it css was not applied and the image was not found.
I'm running index.html and couldn't figure out why the video on the main page isn't playing :(
There is a video tag, there is a src...
While inspecting the code of the parent site, I saw the a tag with the href='javascript:void(0)' attribute.
I can assume that it was this thing that launched the video, but if you remove it, then only the central picture on the video will be removed to start it.
Please help me figure out why the video is not playing after parsing and / or how it should be parsed using wget.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question