avgleHPD - avgle HLS playlist downloader

Decrypt and download HLS playlist(m3u8) of avgle.com video in browser.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
任湘
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
920
باھا نومۇرى
5 0 0
نەشرى
0.1.2
قۇرۇلغان ۋاقتى
2021-01-12
يېڭىلانغان ۋاقتى
2021-01-12
Size
6.6 KB
ئىجازەتنامىسى
يوق
قوللايدىغىنى

avgleHPD - avgle HLS playlist downloader
Decrypt and download HLS playlist(m3u8) of avgle.com video in browser.


Usage
1.Open the video page in browser.
2.Run avgleHPD in popmenu
3.Click close button overlapping the video.
3.[Download HLS Playlist] button will appear when the playlist is successfully retrieved and decrypted.
4.Click the button and download avgle.m3u8.

You can play the video using Streamlink.
streamlink --http-header Referer=https://avgle.com/ file:///avgle.m3u8 best
Or you can download the video.
streamlink --http-header Referer=https://avgle.com/ file:///avgle.m3u8 best -o video.ts
The url described in the playlist(m3u8 file) retrieved by AvgleHPD becomes inaccessible after a while.
Try to run Streamlink as soon as possible after retrieving the playlist.
You must specify the url instead of the local path of m3u8 file.
How to convert local path to url: https://en.wikipedia.org/wiki/File_URI_scheme
[Example for Windows]
 downloaded file path: c:\temp\avgle.m3u8
 url: file:///c:/temp/avgle.m3u8
 command line:
 streamlink --http-header referer=https://avgle.com/ file:///c:/temp/avgle.m3u8 best
[Convert local path to url using firefox on Windows]
Open a new tab in firefox.
Drag and drop the m3u8 file to the new tab.
Text contents is displayed in the tab and file url is displayed in the address bar.
Focus the address bar and copy the url.
Paste the url where required.
Outputs errors and other information to the console of the browser's developer tools.