mirror of
https://github.com/iv-org/youtube-utils.git
synced 2025-08-13 17:15:41 -04:00
Fix 'resolve' endpoint URL
This commit is contained in:
parent
d24f7a9c59
commit
9c02b2d812
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ case $endpoint_option in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
resolve)
|
resolve)
|
||||||
endpoint="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…
Add table
Add a link
Reference in a new issue