@@ -13,8 +13,8 @@ const (
1313 short = "Search for YouTube resources"
1414 long = "Search for YouTube resources"
1515 cidUsage = "Filter on resources belonging to this channelId"
16- ctUsage = "channelTypeUnspecified, any, or show"
17- etUsage = "none, upcoming, live, or completed"
16+ ctUsage = "channelTypeUnspecified| any| show"
17+ etUsage = "none| upcoming| live| completed"
1818 fcoUsage = "Search owned by content owner"
1919 fdUsage = "Only retrieve videos uploaded using the project id of the authenticated user"
2020 fmUsage = "Search for the private videos of the authenticated user"
@@ -26,19 +26,19 @@ const (
2626 qUsage = "Textual search terms to match"
2727 rcUsage = "Display the content as seen by viewers in this country"
2828 rlUsage = "Return results relevant to this language"
29- ssUsage = "safeSearchSettingUnspecified, none, moderate, or strict"
29+ ssUsage = "safeSearchSettingUnspecified| none| moderate| strict"
3030 tidUsage = "Restrict results to a particular topic"
3131 typesUsage = "Restrict results to a particular set of resource types from One Platform"
32- vcUsage = "videoCaptionUnspecified, any, closedCaption, or none"
32+ vcUsage = "videoCaptionUnspecified| any| closedCaption| none"
3333 vcidUsage = "Filter on videos in a specific category"
3434 vdeUsage = "Filter on the definition of the videos"
35- vdiUsage = "any, 2d, or 3d"
36- vduUsage = "videoDurationUnspecified, any, short, medium, or long"
37- veUsage = "videoEmbeddableUnspecified, any, or true"
38- vlUsage = "any, youtube, or creativeCommon"
39- vpppUsage = "videoPaidProductPlacementUnspecified, any, or true"
40- vsUsage = "videoSyndicatedUnspecified, any, or true"
41- vtUsage = "videoTypeUnspecified, any, movie, or episode"
35+ vdiUsage = "any|2d| 3d"
36+ vduUsage = "videoDurationUnspecified| any| short| medium| long"
37+ veUsage = "videoEmbeddableUnspecified| any| true"
38+ vlUsage = "any| youtube| creativeCommon"
39+ vpppUsage = "videoPaidProductPlacementUnspecified| any| true"
40+ vsUsage = "videoSyndicatedUnspecified| any| true"
41+ vtUsage = "videoTypeUnspecified| any| movie| episode"
4242)
4343
4444var (
0 commit comments