-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHELP.txt
34 lines (22 loc) · 1.59 KB
/
HELP.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Video Downloader Alfred (workflow)
Video Downloader Alfred is an Alfred workflow written in Bash/Shell for easily downloading videos (and/or extracting audio) from various websites such as YouTube, Vimeo, DailyMotion, Twitch and more... It uses youtube-dl as the core component.
Created by Onur Yildirim ([email protected]) and updated by Arthur Melo ([email protected])
youtube-dl (by Ricardo Garcia Gonzalez, rg3.github.io)
Requirements:
Python version 2.6, 2.7, or 3.3+
FFmpeg (optional, required for extract-audio feature and compress new sizes)
Supported sites:
YouTube, Vimeo, Dailymotion, Twitch, MetaCafe, Google Video, MTV, Soundcloud, Photobucket Videos, DepositFiles, blip.tv, myvideo.de, Google Plus, The Daily Show / Colbert Nation, The Escapist, CollegeHumor, arte.tv, xvideos, infoq, mixcloud, Stanford Open Content, Youku, XNXX, more...
––––––––––––––––––––––––––––––––––––––
For extract-audio feature, you should install FFmpeg yourself manually (because of licensing issues) and add ffmpeg to your $path.
One way to install FFmpeg is;
1. Install XCode
2. Install Command Line Tools for Xcode
3. Install MacPorts (from www.macports.org)
4. Install FFmpeg by running the command below in
$ sudo port install ffmpeg
$ brew install ffmpeg
You can append these options to enable support for various codecs and FFmpeg features:
+gpl +postproc +lame +theora +libogg +vorbis +xvid +x264 +a52 +faac +faad +dts +nonfree
FFmpeg is a trademark of Fabrice Bellard and it is licensed under LGPL version 2.1
http://www.ffmpeg.org/legal.html