Editing Downloading From jwplayer

From Bibliotheca Anonoma

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:


===Using Firefox or one of its derivatives===
===Using Firefox or one of its derivatives===
Firefox has a very handy Network tab which allows you to view exactly what kind of HTTP requests the browser is sending. This is pretty handy when you're trying to understand what scripts and style sheets are being used.  
Firefox has a very handy Network tab which allows you to view exactly what kind of HTTP requests the browser is doing. This is pretty handy when you're trying to understand what scripts and style sheets are being used.  


The rest is pretty simple. All you need to do is play the video and Firefox will show you exactly where the video source is coming from. Look for a HTTP 206 Status (Partial Content) and one of those will have the link to the source (right click and select Copy URL).  
The rest is pretty simple. All you need to do is play the video and Firefox will show you exactly where the video source is coming from. Look for a HTTP 206 Status (Partial Content) and one of those will have the link to the source (right click and select Copy URL).  
Line 16: Line 16:
   d2lraS5iaWJhbm9uLm9yZw==
   d2lraS5iaWJhbm9uLm9yZw==


It's simple to convert that using an online base64 decoder such as https://www.base64decode.org/
It's simple to convert that using an online base64 decoder such as <code>https://www.base64decode.org/</code>


There should be several links, just use the tool several times to find the one you want or if you can read javascript, you could also use a javascript beautifier to figure out how the links are stored.
There should be several links, just use the tool several times to find the one you want or if you can read javascript, you could also use a javascript beautifier to figure out how the links are stored.
Please note that all contributions to Bibliotheca Anonoma are considered to be released under the Creative Commons Attribution-ShareAlike (see Bibliotheca Anonoma:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)