sources
Data license: CC0 · Data source: github.com/rikker/video8
- id
- ID
- release_id
- Release
- source_type
- Source Type
- url
- URL
- catalog_id
- Catalog
- catalog_locator
- Locator
- notes
- Notes
6 rows where release_id = 697
This data as json, CSV (advanced)
| id ▼ | release_id | source_type | url | catalog_id | catalog_locator | notes |
|---|---|---|---|---|---|---|
| 1121 | CSWF-8085 697 | url | https://archive.vn/ODcne | |||
| 1122 | CSWF-8085 697 | url | https://archive.vn/yepnO | |||
| 1123 | CSWF-8085 697 | url | https://archive.vn/AEVqd | |||
| 1124 | CSWF-8085 697 | url | https://aucfree.com/items/m370690084 | |||
| 1125 | CSWF-8085 697 | other | Buyee | |||
| 1126 | CSWF-8085 697 | catalog | 1990.v4.p31 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE sources (
id INTEGER PRIMARY KEY,
release_id INTEGER REFERENCES releases(id),
source_type TEXT,
url TEXT,
catalog_id INTEGER REFERENCES catalogs(id),
catalog_locator TEXT,
notes TEXT
);