Alfred下载在线视频 非插件 免费版可用

2012-09-07 16:39:37 +08:00
 oseau
利用Automator配合 https://github.com/iambus/youku-lixian
使用步骤:
1 复制视频网页地址
2 使用Alfred呼出由Automator制作的程序

制作步骤:
1 下载 https://github.com/iambus/youku-lixian
2 新建Automator项目 document type 选择 Application
3 从左侧拖拽Get Contents of Clipboard
4 从左侧拖拽Run Shell Script
Shell选择 /bin/bash
Pass input选择 to stdin
请自行更改如下脚本中的地址填入内容里

read line
cd /Users/yang/terminal/youku-lixian/ #python脚本目录
./video_lixian.py ${line:0:${#line}-1}
open ~/terminal/youku-lixian

5 从左侧拖拽Run AppleScript
填写内容如下

tell application "Finder" to say "Done"

6 保存到Application目录 类型为程序

比较不爽的是看不到下载进度条

希望对大家有用~ :)
3083 次点击
所在节点    分享创造
1 条回复
sorrycc
2012-09-07 21:45:41 +08:00
好东西,收了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/47180

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX