A tool for downloading videos from online players like JWPlayer
- Download and install the program (Releases page)
- Open a tab in browser that has JW Player or a similar video player;
- Press F12 or right-click on the page and press “Inspect element”;
- Click on “Network” and click on “Media” in the list of filters;
- Look for a file with status 206, usually the “time” of this file is slowly increasing;
- Right-click on the file, go to Copy > Copy URL;
- Paste the URL into “Video URL”;
- Choose a location to save the .mp4 or .mkv file;
- Click on “Extract”
Find your video in the folder and enjoy!
HowToDoIt.mp4
Name | File to catch | Filter |
---|---|---|
JWPlayer | both | both |
FileMoon | master.m3u8 | fetch/XHR |
VoeNetwork | master.m3u8 | fetch/XHR |
StreamWish | master.m3u8 | fetch/XHR |
MixDrop | *.mp4 | media |
StreamTape | *.mp4 | media |
PlayerJs | *.mp4 | media |
Clone the project
git clone https://github.com/julioreigen/online-player-extractor.git
Open your IDE and go to the project directory
cd online-player-extractor
Run Launcher.java located in src/main/java/com/julioreigen/ope/onlineplayerextractor