Created
October 26, 2022 13:56
-
-
Save gokaybiz/4d9a5b587b66e9c84f96695057a2ce2b to your computer and use it in GitHub Desktop.
Download movies from vidmoly.
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
aria2c -x 5 $MasterM3U8URL | |
aria2c -x 5 -i master.m3u8 | |
aria2c -x 20 -i index-v1-a1.m3u8 | |
find ../seg-*.ts -print0 | sort -zV | xargs -0 cat > noCountryForOldMen.ts | |
ffmpeg -i noCountryForOldMen.ts -vcodec copy -acodec copy -bsf:a aac_adtstoasc noCountryForOldMen.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
credits goes to: https://gist.github.com/patrickgill/130bf9eaa76138596137c7234e80f339