Skip to content

Instantly share code, notes, and snippets.

@uahim
Last active September 21, 2025 17:11
Show Gist options
  • Select an option

  • Save uahim/ce55df1af813e68233c36f9ba1490666 to your computer and use it in GitHub Desktop.

Select an option

Save uahim/ce55df1af813e68233c36f9ba1490666 to your computer and use it in GitHub Desktop.
arte http(s, of course) direct download as mp4
# usage
# curl <url-to-master.m3u8> | sed -f arte-mp4.sed | grep "v216\|A_aud" | wget -i -
/https/!d
/iframe/d
/vtt/d
/h265/d
s/.*,URI="\(.*\)"/\1/g
s/m3u8/mp4/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment