Last active
July 15, 2016 01:06
-
-
Save whoo/3ad614c376765de2072169b95d9bea88 to your computer and use it in GitHub Desktop.
LciPlayer
This file contains hidden or 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
#!/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