-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (18 loc) · 960 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
What is it?
LuckyTubes is a command-line utility to find, download, and rip music
from YouTube videos. Its main goals are simplicity, low development
overhead, and cross-platform usability, in that order. It resembles
clive, but it is targeted at playing music that just happens to have a
video on YouTube. It is a relatively thin wrapper over youtube-dl.
Usage
LuckyTubes interprets all its command arguments as search terms
for YouTube videos. For example, luckytubes the way i are will
retrieve the first video on YouTube matching the search terms "the way
I are" (sans quotes), save it to ~/.luckytubes, extract the (probably
MP3) audio track with ffmpeg, and add the resulting MP3 to your Amarok
playlist.
Included Dependencies
The atom and gdata directories are part of the "Google Data APIs
Python Client Library", available at
http://code.google.com/p/gdata-python-client/.
youtubedl.py is http://bitbucket.org/rg3/youtube-dl/src/tip/youtube-dl.