music_video
Data source: https://www.hallelujahthehills.com
1 row where release_id = 17
This data as json, CSV (advanced)
Suggested facets: publish_on (date)
id ▼ | slug | publish | publish_on | title | source_url | embed_code | description | credits | release_id | preview_url | priority |
---|---|---|---|---|---|---|---|---|---|---|---|
45 | here-goes-nothing | 1 | 2024-04-23 00:35:07 | Here Goes Nothing | https://youtu.be/AEhcBjg4hN8 | <iframe src="https://www.youtube.com/embed/AEhcBjg4hN8?wmode=opaque" seamless allowfullscreen></iframe> | DECK: DIAMONDS 17 | https://img.youtube.com/vi/AEhcBjg4hN8/maxresdefault.jpg |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "music_video" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "slug" varchar(50) NOT NULL UNIQUE, "publish" bool NOT NULL, "publish_on" datetime NULL, "title" varchar(200) NOT NULL, "source_url" varchar(200) NOT NULL, "embed_code" text NOT NULL, "description" text NOT NULL, "credits" text NOT NULL, "release_id" integer NULL REFERENCES "music_release" ("id"), "preview_url" varchar(200) NOT NULL, "priority" integer unsigned NULL); CREATE INDEX "music_video_release_id_83f46359" ON "music_video" ("release_id");