Video and podcast transcripts

Transcripts from YouTube videos and podcasts, organised by creator.

TABLE WITHOUT ID file.link AS "Name"
WHERE (file.folder = this.file.folder AND file.name != "index")
   OR (file.name = "index" AND regexreplace(file.folder, "/[^/]+$", "") = this.file.folder)
SORT file.name ASC