From d1353facea8a475ddc45af916c4aa675fd912aad Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 15 Oct 2025 17:56:16 -0700 Subject: Update README.md with new browser and jre requirements --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 01a3cf0..ea3a6fe 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3