[Opera]调用MPlayer来播放flv视频

August 26th, 2008 | by vvoody |

通过下面的脚本,在Opera里调用MPlayer来看视频网站的flv视频。
更详细信息见 www.OperaChina.com原帖

#!/bin/bash
#/bin/bash
# by vvoody ;-)
# Latest Version 2008.09.12
 
flv_web_addr=$1
 
wget -O /tmp/flv-search-result.txt http://www.flvcd.com/parse.php?kw=$1
 
grep "<U>" /tmp/flv-search-result.txt | sed s/\<U\>//g | mplayer -playlist -
 
rm -f /tmp/flv-search-result.txt
  1. 5 Responses to “[Opera]调用MPlayer来播放flv视频”

  2. By vvoody on Aug 25, 2008

    Opera 9.52 Linux Opera 9.52 Linux

    wp-syntax 对bash语法加亮支持不好,”。

    Reply

  3. By csineneo on Aug 29, 2008

    Safari 419.3 iPhone Safari 419.3 iPhone

    你怎么在自言自语

    Reply

  4. By vvoody on Aug 29, 2008

    Opera 9.52 Linux Opera 9.52 Linux

    @Cs
    嘿嘿,这不你来了^_^

    Reply

  5. By Csineneo on Aug 30, 2008

    Safari 419.3 iPhone Safari 419.3 iPhone

    你这里没有UA不好玩

    Reply

  6. By vvoody on Aug 30, 2008

    Opera 9.52 Linux Opera 9.52 Linux

    测试user agent

    Reply

Post a Comment

To submit your comment, click the image below where it asks you to...
根据下面图中的提示点击后提交留言... Clickcha - The One-click Captcha