Last active
January 1, 2025 19:32
-
-
Save primaryobjects/7423d7982656a31e72542f60d30f9d30 to your computer and use it in GitHub Desktop.
Revisions
-
primaryobjects revised this gist
Dec 9, 2017 . No changes.There are no files selected for viewing
-
primaryobjects revised this gist
Dec 9, 2017 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,8 @@ 9. Select the Video format of "MP4". 10. Checkmark "One .. One". 11. Click "Download". 12. A dialog will display with all of the individual .ts files. Click "Download" to download them all and join them together. ## Auto-Clicking Continue Dialog 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](http://www.basta.com/Buzof). -
primaryobjects revised this gist
Dec 9, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
primaryobjects created this gist
Dec 9, 2017 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ ## m3u8 Downloading 1. Open Chrome Developer tools and click the Network tab. 2. Navigate to the page with the video and get it to start playing. 3. Filter the list of files to "m3u8". 4. Find master.m3u8 or index.m3u8 and click on it. 5. Save the file to disk and look inside it. 6. If the file contains a single m3u8 master url, copy that one instead. 7. Run the program [m3u8x](http://www.mediafire.com/download/zi2jtfkbvakpjir/m3u8.rar). 8. 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. 9. Select the Video format of "MP4". 10. Checkmark "One .. One". 11. Click "Download". 12. A dialog will display with all of the individual .ts files. Click "Download" to download them all and join them together.