Jump to content

Javascript snippet that allows you to download videos in webpages.

mrchow19910319

Can I just key in a string of code in the google chrome console and make google chrome download the video on that specific page? 

 

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

You could, or you can go to the Network section of the developer tools.

When you refresh the page with the video on it, it will show up in the list of loaded files. 

 

Sometimes, websites like Spotify and YouTube encrypt their videos and do their own method of streaming the video to the web page and is never actually downloaded.

 

NetworkDownloads.thumb.PNG.80f22677e82f762dae08f94d644ea922.PNG

I wish I knew how to stop breaking computers...

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, AMTraxTGE said:

You could, or you can go to the Network section of the developer tools.

When you refresh the page with the video on it, it will show up in the list of loaded files. 

 

Sometimes, websites like Spotify and YouTube encrypt their videos and do their own method of streaming the video to the web page and is never actually downloaded.

 

NetworkDownloads.thumb.PNG.80f22677e82f762dae08f94d644ea922.PNG

thanks for the reply! 

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×