From 9c02b2d8124f28d2586a79ed2d1b0ac201e9ddb2 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Mon, 14 Feb 2022 17:12:57 +0100 Subject: [PATCH] Fix 'resolve' endpoint URL --- scripts/yt-api-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/yt-api-helper.sh b/scripts/yt-api-helper.sh index 8f1663b..9f07240 100755 --- a/scripts/yt-api-helper.sh +++ b/scripts/yt-api-helper.sh @@ -341,7 +341,7 @@ case $endpoint_option in ;; resolve) - endpoint="navigation/resolve_url" + endpoint="/youtubei/v1/navigation/resolve_url" if [ $interactive = true ]; then url=$(query_with_error "Enter URL" "URL required")