Sleazy Fork is available in English.

avgleHPD - avgle HLS playlist downloader

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

Penulis
任湘
Pemasangan harian
0
Total pemasangan
889
Nilai
5 0 0
Versi
0.1.2
Dibuat
12 Januari 2021
Diperbarui
12 Januari 2021
Lisensi
N/A
Berlaku untuk

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.