diff --git a/scripts/yt-api-helper.sh b/scripts/yt-api-helper.sh index 5e1b8f7..6361975 100755 --- a/scripts/yt-api-helper.sh +++ b/scripts/yt-api-helper.sh @@ -398,7 +398,7 @@ case $endpoint_option in ;; resolve) - endpoint="/youtubei/v1/navigation/resolve_url" + endpoint="youtubei/v1/navigation/resolve_url" if [ $interactive = true ]; then url=$(query_with_error "Enter URL" "URL required")