Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Commit 64c8eab

Browse files
committed
docs: Update CLI options
1 parent 7edfeea commit 64c8eab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ Usage: ytdl [options]
615615
Options:
616616
-V, --version output the version number
617617
-l, --link <url> set the url for the YouTube video
618+
-n, --name <name> search by name instead of link
618619
-i, --info info about YouTube link
619620
-d, --download download from YouTube link
620621
-p, --play play YouTube media in your media player

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ytdl/ytdl",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "A CLI/Library written in typescript/javascript, which allows you to download videos from [YouTube](http://youtube.com) onto your system.",
55
"keywords": [
66
"youtube",

0 commit comments

Comments
 (0)