shell m3u8-->ts

发布时间:2020-07-22 12:20:43 作者:乱世浮尘
来源:网络 阅读:1003

shell:m3u8-->ts

#由于sed不支持文本替换,生成临时文件test_file
#curl -s 忽略默认如下输出
#  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#                                 Dload  Upload   Total   Spent    Left  Speed
#107   537  107   537    0     0   1987      0 --:--:-- --:--:-- --:--:--  4007
#
#sed 带参替换四种方式:
#1.eval sed ’s/$a/$b/’ filename
#2.sed "s/$a/$b/" filename
#3.sed ’s/’$a’/’$b’/’ filename 
#4.sed s/$a/$b/ filename

#!/bin/bash

m3u8_list=`cat m3u8`
for i in $m3u8_list
do
        echo "$i" &>> all_log
        ts_list=`curl -s $i | grep '\.ts$'`
        for j in $ts_list
        do
                echo "$i" > test_file
                sed "s/index.m3u8/$j/" test_file &>> all_log
        done
done
http://14.18.146.165:8802/vod/ymx//225731_3/index.m3u8
http://14.18.146.165:8802/vod/ymx//225731_4/index.m3u8
http://14.18.146.165:8802/vod/ymx//225731_5/index.m3u8
[root@test-CNC-TJ-19-28 yuhuancun]# head 171723.txt
http://14.18.146.165:8802/vod/hn_live_165/8592_58438/index.m3u8
http://14.18.146.165:8802/vod/hn_live_165/8592_58438/video_0.ts
http://14.18.146.165:8802/vod/hn_live_165/8592_58438/video_1.ts
http://14.18.146.165:8802/vod/hn_live_165/8592_58438/video_2.ts
http://14.18.146.165:8802/vod/hn_live_165/8592_58438/video_3.ts


推荐阅读:
  1. hbase shell 命令
  2. 反弹shell

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

shell 3u he

上一篇:DELL iDRAC服务器远程控制设置

下一篇:将UCS Manager从2.1(3a)升级到2.2(5b)

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》