Created
December 19, 2015 02:09
-
-
Save xalakox/a769fb275bf5d4eb36ad to your computer and use it in GitHub Desktop.
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/sh | |
awk -F',' '/EXTINF/ {canal=$NF; gsub(/ /,"_",canal); getline url; print canal;print "shoot.sh " canal " " url}' canales.m3u |
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
#EXTM3U | |
#EXTINF:-1,Ocho TV | |
http://example1.com/master.m3u8 | |
#EXTINF:-1,Foro TV | |
http://example2.com/PROFILE03.m3u8?-1332/1499-20150816T153535.ts | |
#EXTINF:-1,Milenio TV | |
http://example3.com/PROFILE03.m3u8?-1332/1499-20150816T153535.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment