diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2025-10-15 17:56:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-15 17:56:16 -0700 |
| commit | d1353facea8a475ddc45af916c4aa675fd912aad (patch) | |
| tree | f3d28c8a01a2be391ac5800bc23896865f58f5f1 /README.md | |
| parent | 242a1542f8f1ce6f74e5239a667f1e4489d0c51b (diff) | |
Update README.md with new browser and jre requirementsv1.6
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -26,9 +26,19 @@ ex: `https://www.youtube.com/watch?v=qvj_QSqOrBw,00:01:10-00:01:40` The packages/programs below must be accessible from any path. (If you are on Windows these will need to be in your PATH environment variable) - ffmpeg - yt-dlp -- Java +- Java 11 or above + +You must also have one of the following browsers installed and have used it to log into YouTube. This is to mitigate yt-dlp from being blocked by YouTube +``` +brave, chrome, chromium, edge, firefox, opera, safari, vivaldi, whale +``` + +> Although this program comes with some circumvention techniques, it may still be possible for downloads to fail. When this is the case, try again later +> You may also try adding a [PO-Token](https://github.com/yt-dlp/yt-dlp/wiki/PO-Token-Guide) to make your traffic appear more legit # Binaries Pre-built binaries are also available. You can download it from the [Releases](https://github.com/pinapelz/ytID3AutoTag/releases) section -You can either run it like an application or for a debug log run it as `java -jar ytID3AutoTag.jar` from the terminal +You can either run it like an application + +For a debug log run it as `java -jar ytID3AutoTag.jar` from the terminal |
