-
Notifications
You must be signed in to change notification settings - Fork 13
How do you specify multiple tags? #29
Copy link
Copy link
Open
Description
title pretty much says it. the documentation in the README makes it seem like you can search using multiple tags (like on the website itself) but completely fails to tell your how.
for the example of trying to list all videos with the tags "3D" and "Ahegao" i tried (using the base command: htv ALL -R -u):
- Space as seperator:
-t "3D Ahegao" - Comma as seperator:
-t "3D, Ahegao" - Plus as seperator:
-t "3D+Ahegao" - Same as above but with multiple quotes:
-t "3D" "Ahegao"-t "3D","Ahegao"-t "3D"+"Ahegao" - Multiple tag arguments:
htv ALL -R -a -u -t "3D" -t "Ahegao"
so i'm pretty much at a loss here, what other format could the arguments have? why is it not just a comma seperated list?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels