The problem I am facing is tying a Highlight video specifically back to it’s original/parent video. Unfortunately, the highlighted there doesn’t seem to be any identifying item to tie back… except the title which is terribly unreliable. Any thoughts?
The /videos
endpoint currently returns:
{
"data": [{
"id": "234482848",
"user_id": "67955580",
"user_name": "ChewieMelodies",
"title": "-",
"description": "",
"created_at": "2018-03-02T20:53:41Z",
"published_at": "2018-03-02T20:53:41Z",
"url": "https://www.twitch.tv/videos/234482848",
"thumbnail_url": "https://static-cdn.jtvnw.net/s3_vods/bebc8cba2926d1967418_chewiemelodies_27786761696_805342775/thumb/thumb0-%{width}x%{height}.jpg",
"viewable": "public",
"view_count": 142,
"language": "en",
"type": "archive",
"duration": "3h8m33s"
}],
"pagination":{"cursor":"eyJiIjpudWxsLCJhIjoiMTUwMzQ0MTc3NjQyNDQyMjAwMCJ9"}
}