/ Home

How to download YT History

1. Collect only Youtube history from here
  http://google.com/takeout

2. Get the zip file

3. Zip should have
  foldername/Takeout/YouTube and YouTube Music/history/watch-history.json

Sample:

{
  "header": "YouTube",
  "title": "Watched How do I attach an IAM managed policy to an IAM role in AWS CloudFormation?",
  "titleUrl": "https://www.youtube.com/watch?v\u003dWioS12_j5e0",
  "subtitles": [{
    "name": "Amazon Web Services",
    "url": "https://www.youtube.com/channel/UCd6MoB9NC6uYN2grvUNT-Zg"
  }],
  "time": "2021-01-27T17:00:43.537Z",
  "products": ["YouTube"],
  "activityControls": ["YouTube watch history"]
}

Ref Stackexchange