https://github.com/jangler/ytifl
Print the URL of the first result of a YouTube search
https://github.com/jangler/ytifl
Last synced: 10 days ago
JSON representation
Print the URL of the first result of a YouTube search
- Host: GitHub
- URL: https://github.com/jangler/ytifl
- Owner: jangler
- License: mit
- Created: 2015-05-29T14:46:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T02:19:48.000Z (about 3 years ago)
- Last Synced: 2025-04-17T09:18:58.816Z (15 days ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YTIFL
=====
YouTube: I'm Feeling Lucky. Prints the URL of the first result of a YouTube
search for the given terms.Installation
------------
Installation as Ruby gem:gem install ytifl
If you use Arch Linux or a derivative, you may also install via the
[AUR package](https://aur.archlinux.org/packages/ytifl/).Usage
-----
Usage: ytifl [options] term ...Print the URL of the first result of a YouTube search for the given terms.
Options:
-h, --help Print this message and exit
--version Print version information and exitExample
-------
$ ytifl story from north america
https://www.youtube.com/watch?v=ms2klX-puUUSee also
--------
[ytool](https://github.com/jangler/ytool), a general-purpose interface to the
YouTube data API.