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")