KaraokeVideoDownloader/data/manual_videos.json

45 lines
1.1 KiB
JSON

{
"channel_name": "@ManualVideos",
"channel_url": "manual://static",
"description": "Manual collection of individual karaoke videos",
"videos": [
{
"title": "10,000 Maniacs - Because The Night",
"url": "https://www.youtube.com/watch?v=7CoVTWBw1xs",
"id": "7CoVTWBw1xs",
"upload_date": "2024-01-01",
"duration": 180,
"view_count": 1000
},
{
"title": "10,000 Maniacs - Like The Weather",
"url": "https://www.youtube.com/watch?v=brc7wNVRv_4",
"id": "brc7wNVRv_4",
"upload_date": "2024-01-01",
"duration": 180,
"view_count": 1000
},
{
"title": "10,000 Maniacs - More Than This",
"url": "https://www.youtube.com/watch?v=wxnuF-APJ5M",
"id": "wxnuF-APJ5M",
"upload_date": "2024-01-01",
"duration": 180,
"view_count": 1000
}
],
"parsing_rules": {
"format": "artist_title_separator",
"separator": " - ",
"artist_first": true,
"title_cleanup": {
"remove_suffix": {
"suffixes": [
"(Karaoke)",
"(Karaoke Version)",
"(Karaoke Version) Lyrics"
]
}
}
}
}