Search titles and captions of political YouTube videos created since Jan 2019.
Quotes
Use ""
to find full phrases.
"Charlie Brown"
will only return results that mention Charlie by his full name (just like Google search).
This can be combined with other terms.
Example: "Charlie Brown" Snoopy
will also find results with Snoopy.
Advanced
|
will match if either of the terms are present. Snoopy|Charlie
will return video segments that have either Snoopy
or Charlie
.
+
will match only if both terms are present (default behavior). Snoopy Charlie
or Snoopy+Charlie
will only return video segments that have both Snoopy
and Charlie
.
-
Will ensure a word is not present. Snoopy -Space
will only return video segments that have Snoopy
but no Space
()
controls precedence. (dog|wolf) +collar
will find video segments that have either dog
or wolf
but must have collar
.
Wildcard
Use *
to match any characters in the part of a word. Snoo*
will match Snoopy
, Snooze
, Snoop
Near
Use ~
to match variations within a single character. E.g. Charlie~
will match Charlie
and Charlies
.
Use ~N
to match N character different. E.g. Utilitarian~3
will match Utilitarians
and Utilitarianism
.