The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
Videos in Ukrainian on YouTube
Algorithm to find them:
- Find some popular videos with a lot of comments
- Fetch comments by
yt-dlp --write-comments --skip-download <video_id>
- Fetch videos in those user's playlists and filter only with Ukrainian titles:
yt-dlp --yes-playlist --skip-download --write-info-json -o "%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" "https://www.youtube.com/@avancult/playlists"
- Fetch the channel from each video and scan the full channel for new videos
- Downloads last month
- 20