Skip to content

A tool for downloading videos from online players like JWPlayer and PlayerJS

Notifications You must be signed in to change notification settings

julioreigen/online-player-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Player Extractor

A tool for downloading videos from online players like JWPlayer

Usage/Examples

  1. Download and install the program (Releases page)
  2. Open a tab in browser that has JW Player or a similar video player;
  3. Press F12 or right-click on the page and press “Inspect element”;
  4. Click on “Network” and click on “Media” in the list of filters;
    how to enter network on dev panel
  5. Look for a file with status 206, usually the “time” of this file is slowly increasing;
    Network tab
  6. Right-click on the file, go to Copy > Copy URL;
  7. Paste the URL into “Video URL”;
    app UI
  8. Choose a location to save the .mp4 or .mkv file;
  9. Click on “Extract”
    Find your video in the folder and enjoy!
HowToDoIt.mp4

Players list (incomplete)

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

Run Locally

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

About

A tool for downloading videos from online players like JWPlayer and PlayerJS

Resources

Stars

Watchers

Forks

Languages