-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3f1568
commit 3bb7506
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Mipup | ||
|
||
Console Application Tool for cutting audio from a Youtube video and uploading it to Myinstants automatically. | ||
|
||
-n, --name Required. The name you want the audio to be saved as. | ||
|
||
-u, --url Required. URL of the youtube video for audio to cut from. (https://www.youtube.com/watch?v=7tJi2tyGmEI) | ||
|
||
-s, --start Required. Start position of the audio. (hh:mm:ss) | ||
|
||
-t, --time Required. Length of the audio. (Seconds) | ||
|
||
--help Display this help screen. | ||
|
||
--version Display version information. | ||
|
||
## Example | ||
|
||
./mipup.exe -n myaudio -u https://www.youtube.com/watch?v=7tJi2tyGmEI -s 1:58 -t 12 | ||
|
||
**NOT SECURE!!**\ | ||
Stores your **Myinstants** credentials as plain text **ONLY** if you **AGREE**. Otherwise you have to enter your credentials every time.\ | ||
No **Youtube** credentials needed. | ||
|
||
--- | ||
|
||
*Copyright (C) 2022 Mipup 1.0.0* |