Last active
October 18, 2020 15:41
-
-
Save usshen/b8946193df2da7ac737b8b7f1e5e5c70 to your computer and use it in GitHub Desktop.
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 characters
:start | |
set /p afile=Please input m3u8: | |
set downloadfilepath=%afile:\=/% | |
set m3u8path=file:///%downloadfilepath% | |
::echo "%m3u8path%" | |
streamlink --http-header referer=https://avgle.com/ "%m3u8path%" best -o %HOMEPATH%\Videos\avgle.ts | |
pause | |
goto start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment