作者存档: TongYe - 第9页

Beijing Guoan Online Streaming – Link Collection

Asian Champion League 2014 Match Day 1
Hiroshima Sanfrecce vs. Beijing Guoan
7:00pm (Tokyo time) Feb 25th, 2014

Sport Lemon TV:


http://www.sportcategory.com/c-1.html

Zhibo8:
http://www.zhibo8.cc/

CCTV-5:
http://www.epctv.com/channels/CCTV-5-Online-Watch-1172.htm
http://www.tv5zb.com/
http://www.zhibowu.com/zhibo/cctv5.html
http://www.fengyunzhibo.com/tv/155551_1351307902960.htm

BTV-6:
http://tv-online.in/beijing-sports-%E5%8C%97%E4%BA%AC%E4%BD%93%E8%82%B2
http://55556.com/tv/2068/
http://s.sohu.com/cbalive/?id=4
http://pub.pptv.com/player/iframe/index.html#w=800&h=600&id=300385

Sina Online TV:
http://sports.sina.com.cn/z/AFCCL2014/
http://sports.sina.com.cn/j/2014-02-24/11247038782.shtml
http://sports.sina.com.cn/m/sinasport.html (Mobile App)

How you can keep your Facebook Look Back video

 

下载Facebook页面的 Look Back 视频的方法,在该视频播放的界面,打开浏览器的javascript debugger功能,Mac机(ALT-COMMAND-J),Windows(CTRL-SHIFT-J 或 F12 然后点击 “Script”),然后将下面的代码拷贝复制入javascript debugger,点回车键。


While on your Look Back page, open a javascript debugger (easier than it sounds—see next bullet), and paste the code below in the space, then press enter.

To open a javascript debugger:

Mac: ALT-COMMAND-J
Windows: CTRL-SHIFT-J or F12 then click the Script tab

——————————–(DO NOT INCLUDE THIS LINE 不含此线)—————————-
var xLBD = {};
xLBD.c = function (){
xLBD.f = unescape(document.querySelector(“[flashvars]”).getAttribute(“flashvars”)).substring(7);
xLBD.f = JSON.parse(xLBD.f.substring(0, xLBD.f.lastIndexOf(“}”) + 1)).video_data[0].hd_src;
xLBD.a = “<div style=’position:absolute;top:100px;height:300px;left:15%;background:#fff;border:10px solid #000;font-size:5em;padding:100px;’>Click <a download=’lookback.mp4′ href='”+xLBD.f+”‘>here<\/a> to download your lookBack video.</div>”;
document.body.innerHTML += xLBD.a;
}
if(document.readyState == “complete”)
xLBD.c();
else window.onload = xLBD.c;
——————————–(DO NOT INCLUDE THIS LINE 不含此线)—————————-
Sample (瞧我下载下来的视频):