-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Added run option for regular execution + Added thumbnail embedding + Added chapter embedding + Added subtitle embedding + Added metadata embedding + Added search option + Added video download structure option + Added audio download structure option - Removed main menu exit option * Various UI changes * Implemented previous menu return functionality * Adjusted contextual titles * Adjusted messaging * Adjusted layout and sorting * Adjusted color scheme
- Loading branch information
1 parent
14fc2f4
commit f445cd6
Showing
4 changed files
with
238 additions
and
107 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,2 @@ | ||
*.url | ||
*.zip |
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
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# yt-dlp CLI | ||
|
||
## About | ||
This is a simplistic CLI frontend that simplifies the downloading of video or audio for with functionality for all supported output audio formats and qualities. This works for individual videos or playlists. When downloads are completed, the output folder is made and opened upon completion. | ||
This is a minimal CLI frontend that simplifies use of yt-dlp for video and audio with functionality for all supported output audio formats and qualities. | ||
|
||
## Use | ||
Simply download the [latest release](https://github.com/MrMendelli/yt-dlp-CLI/releases/latest) and extract to a desired location. It is not recommended to extract to a UAC-protected parent directory. Once yt-dlp and ffmpeg are downloaded and extracted, run the script and follow the prompts. | ||
Download the [latest release](https://github.com/MrMendelli/yt-dlp-CLI/releases/latest) and extract to a desired location. It is not recommended to extract to a UAC-protected parent directory. | ||
|
||
## Cookies | ||
To use cookies, export from browser as a plaintext _(*.txt)_ file and place in the working directory of the program. | ||
- [Firefox _(Export Cookies)_](https://addons.mozilla.org/firefox/addon/export-cookies-txt/) | ||
|
||
## Issues | ||
- Even if the yt-dlp build is up-to-date, leaving the window still opens the GitHub page due to batch limitations | ||
- ffmpeg is a requirement for downloading videos as audio in newer yt-dlp builds, a fix was implemented but there is no current implementation of checking PATH so a relative path check is used instead | ||
- Not all base features are implemented, it is undecided if more will be added. Requests will not be taken, but PRs will be considered | ||
- Window does not rescale correctly when changed if the window is minimized between actions | ||
- Only Windows supported _(*for now)_ | ||
- Only developed for Windows _(*for now)_ | ||
|
||
## Contributing | ||
Feel free to submit a PR, but please comment code when doing so. This is for clarity as batch has a range of use syntax and limitations that are too vast to account for so some things may seem unclear on first glance. | ||
Feel free to submit a PR, but please comment code when doing so. This is for clarity as batch has a range of use syntax and limitations that are too vast to account for so some things may seem unclear on first glance. Feature requests will not be taken, but PRs will be considered. |
Oops, something went wrong.