mirror of
https://github.com/iv-org/youtube-utils.git
synced 2024-10-01 03:45:35 -04:00
api-helper: Fix resolve API endpoint path
This commit is contained in:
parent
0fce8c7b16
commit
7be098b36b
@ -398,7 +398,7 @@ case $endpoint_option in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
resolve)
|
resolve)
|
||||||
endpoint="/youtubei/v1/navigation/resolve_url"
|
endpoint="youtubei/v1/navigation/resolve_url"
|
||||||
|
|
||||||
if [ $interactive = true ]; then
|
if [ $interactive = true ]; then
|
||||||
url=$(query_with_error "Enter URL" "URL required")
|
url=$(query_with_error "Enter URL" "URL required")
|
||||||
|
Loading…
Reference in New Issue
Block a user