dataset / README.md
Orannue's picture
Super squash history after local mirror cleanup
e7a4eb7
|
Raw
History Blame Contribute Delete
993 Bytes
---
license: other
task_categories:
- video-classification
tags:
- youtube
- video
---
# YouTube Video Downloads
This dataset contains locally downloaded YouTube video files from `/data/youtube_downloads`.
- Source files scanned: 88549
- Uploaded unique filenames: 87367
- Duplicate filenames resolved: 1182
- Selected video bytes: 7103828648301
- Manifest rows: 87367
Files are stored under `videos/`. Metadata is stored under `metadata/`.
`metadata/manifest.csv` includes these columns:
```text
target_path, filename, video_id, title, duration_seconds, duration, width, height, exact_width, exact_height, exact_resolution, resolution, quality, format, ext, size_bytes, source_path, source_group, link, published_at, channel_id, channel_title, visual_status, duplicate_count_for_filename, metadata_match, metadata_source_file, mtime_ns
```
Most rows include duration and resolution fields from the local JSONL download metadata. Rows without matching metadata keep those fields blank.