- Open Chrome Developer tools and click the Network tab.
- Navigate to the page with the video and get it to start playing.
- Filter the list of files to "m3u8".
- Find master.m3u8 or index.m3u8 and click on it.
- Save the file to disk and look inside it.
- If the file contains a single m3u8 master url, copy that one instead.
- Run the program m3u8x.
- Paste the same m3u8 url in both textboxes (URL and Quality URL) and click "Headers" and set the referral url and user-agent from the request as found in Chrome.
- Select the Video format of "MP4".
- Checkmark "One .. One".
- Click "Download".
- A dialog will display with all of the individual .ts files. Click "Download" to download them all and join them together.
Occasionally, the download of one of the .ts files may fail and a dialog will displaying asking to continue or not. You can automatically click "Yes" and continue downloading everything by using a tool such as Buzof.
Thank you very much, this solution worked great for me. I was able to get all the videos my mom asked me for, because she wasnt able to download them. I wasn't aware of this whole m3u8 thing, glad I found this post :) 👍