{% extends "home/base.html" %} {% block content %}

Search your Archive

Example queries

  • music video — basic search
  • video: active:no — all videos deleted from YouTube
  • video:learn javascript channel:corey schafer active:yes
  • channel:linux subscribed:yes
  • playlist:backend engineering active:yes subscribed:yes

Keywords cheatsheet

For detailed usage check wiki.

  • simple: (implied) — search in video titles, channel names and playlist titles
  • video: — search in video titles, tags and category field
    • channel: — channel name
    • active:yes/no — whether the video is still active on YouTube
  • channel: — search in channel name and channel description
    • subscribed:yes/no — whether you are subscribed to the channel
    • active:yes/no — whether the video is still active on YouTube
  • playlist: — search in channel name and channel description
    • subscribed:yes/no — whether you are subscribed to the channel
    • active:yes/no — whether the video is still active on YouTube
  • full: — search in video subtitles
    • lang: — subtitles language (use two-letter ISO country code, same as the one from settings page)
    • source:auto/userauto to search though auto-generated subtitles only, or user to search through user-uploaded subtitles only
{% endblock content %}