Reputation: 635
I'm currently doing some work with the youtube api.
One of the solutions which i'm planning to use for storing video information for future reference is to store the video ID's and playlist ID's.
Will this work or will the ID's change at some point and render my keys useless?
Upvotes: 0
Views: 96
Reputation: 506
I know Video IDs don't change. I have a SQL Server database that stores my organization's YouTube videos metadata. This saves on YouTube quota usage.
Upvotes: 2