api-helper: Fix resolve API endpoint path

This commit is contained in:
Samantaz Fox 2023-02-20 22:45:08 +01:00
parent 0fce8c7b16
commit 7be098b36b
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 1 additions and 1 deletions

View File

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