Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Question
I am trying to get the list of videos (ID + title) from my YouTube watch history.
I found the
--flat-playlistoption in the README, and this works as expected for regular playlists. However, for my history, I only get IDs back.Am I missing something here, or is the only way to get the titles from the videos in my history to fetch the metadata for each ID separately using
--get-titleor similar?