Fix README.md
This commit is contained in:
parent
edc7430360
commit
9a76498159
12
README.md
12
README.md
|
@ -18,12 +18,12 @@ registration, quotas-- but has some disadvantages. We'll
|
||||||
power through the downsides, though! :)
|
power through the downsides, though! :)
|
||||||
|
|
||||||
|
|
||||||
USAGE:
|
Usage
|
||||||
-------
|
-------
|
||||||
Shelltube is quite simple to use; this tutorial will go over
|
Shelltube is quite simple to use; this tutorial will go over
|
||||||
the usage of the wrapper script, shelltube.sh.
|
the usage of the wrapper script, shelltube.sh.
|
||||||
When running the script, you'll see a prompt:
|
When running the script, you'll see a prompt:
|
||||||
>>
|
\>\>
|
||||||
|
|
||||||
In this prompt you can type any of the following commands:
|
In this prompt you can type any of the following commands:
|
||||||
(!) about View the about page.
|
(!) about View the about page.
|
||||||
|
@ -47,14 +47,14 @@ You can use Shelltube in one of two ways (or both):
|
||||||
Method A entails using either the "video" or "search" command
|
Method A entails using either the "video" or "search" command
|
||||||
to select a video, which will then be displayed before the prompt
|
to select a video, which will then be displayed before the prompt
|
||||||
like so:
|
like so:
|
||||||
$VIDEO_ID_HERE >>
|
$VIDEO-ID-HERE \>\>
|
||||||
When a video is selected, you use the "download", "stream", or
|
When a video is selected, you use the "download", "stream", or
|
||||||
"metadata" commands without arguments to act on the video.
|
"metadata" commands without arguments to act on the video.
|
||||||
|
|
||||||
Method B entails just using the "download", "stream", or
|
Method B entails just using the "download", "stream", or
|
||||||
"metadata" commands while using a URL or video ID as an argument.
|
"metadata" commands while using a URL or video ID as an argument.
|
||||||
For example:
|
For example:
|
||||||
>> download $VIDEO_ID_HERE
|
\>\> download $VIDEO-ID-HERE
|
||||||
|
|
||||||
|
|
||||||
You could opt to not use this interactive wrapper script and instead
|
You could opt to not use this interactive wrapper script and instead
|
||||||
|
@ -65,14 +65,14 @@ They are each pretty simple, and you can read their USAGE messages
|
||||||
at the top of each script.
|
at the top of each script.
|
||||||
|
|
||||||
|
|
||||||
LICENSING:
|
Licensing
|
||||||
-----------
|
-----------
|
||||||
All of ST is released under the ISC license
|
All of ST is released under the ISC license
|
||||||
(https://opensource.org/licenses/ISC)
|
(https://opensource.org/licenses/ISC)
|
||||||
except for the yt-down.sh script, which is released under the GPLv2
|
except for the yt-down.sh script, which is released under the GPLv2
|
||||||
(https://www.gnu.org/licenses/gpl-2.0.html)
|
(https://www.gnu.org/licenses/gpl-2.0.html)
|
||||||
|
|
||||||
CREDIT:
|
Credit
|
||||||
--------
|
--------
|
||||||
jadedctrl wrote most of ST, but iluaster wrote almost all of
|
jadedctrl wrote most of ST, but iluaster wrote almost all of
|
||||||
yt-down.sh
|
yt-down.sh
|
||||||
|
|
Reference in New Issue