There is a website that stores two videos as a list of thousands of PNGs, 31145 images in total. Is there a way to automate the downloading by generating the URLs? (I have no knowledge in coding.)
- Here's the 1st video's first frame and its last frame.
- Here's the 2nd video's first frame and its last frame.
I couldn't access the directory and batch download the files.
I took a look at this answer but it doesn't apply to me as I use Windows 10, and also checked this answer; I tried to merge them into for /l %x in (1, 1, 19999) do (wget https://cf-images.eu-west-1.prod.boltdns.net/v1/jit/719509184001/570e9336-d36c-4d41-8cbe-a67fe3bdc2b6/main/1280x720/%%xms/match/image.png)
which did not work obviously.
I then downloaded Python 3.11 to try this answer but doesn't work, it's probably too old as it tells me urllib2 doesn't exist.