Added --no-keyword, #637

This commit is contained in:
Rhet Turnbull
2022-05-07 14:24:06 -07:00
parent 2ed6e11426
commit e7eefce5c5
7 changed files with 59 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ class QueryOptions:
no_description: search for photos with no description
no_likes: search for shared photos with no likes
no_location: search for photos with no location
no_keyword: search for photos with no keywords
no_place: search for photos with no place
no_title: search for photos with no title
not_burst: search for non-burst photos
@@ -136,6 +137,7 @@ class QueryOptions:
no_description: Optional[bool] = None
no_likes: Optional[bool] = None
no_location: Optional[bool] = None
no_keyword: Optional[bool] = None
no_place: Optional[bool] = None
no_title: Optional[bool] = None
not_burst: Optional[bool] = None