Skip to content

Instantly share code, notes, and snippets.

@gokaybiz
Created October 26, 2022 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gokaybiz/4d9a5b587b66e9c84f96695057a2ce2b to your computer and use it in GitHub Desktop.
Save gokaybiz/4d9a5b587b66e9c84f96695057a2ce2b to your computer and use it in GitHub Desktop.
Download movies from vidmoly.
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
@gokaybiz
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment