Skip to content

Instantly share code, notes, and snippets.

@whoo
Last active July 15, 2016 01:06
Show Gist options
  • Save whoo/3ad614c376765de2072169b95d9bea88 to your computer and use it in GitHub Desktop.
Save whoo/3ad614c376765de2072169b95d9bea88 to your computer and use it in GitHub Desktop.
LciPlayer
#!/bin/bash
# $1 http://lci.tf1.fr/jt-13h/videos/2016/le-13-heures-du-14-juillet-2016-8764691.html
URL=$(wget -q "$1" -O- | perl -nle 'print $a if ($a) = $_ =~m|embedframe/.*c0K11([0-9]*)|'
echo $URL
mpv http://www.wat.tv/get/iphone/$URL.m3u8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment