I already have a script to get all videos information from a youtube channel and store them in a database. Now I want to update my database in case new videos have been uploaded to that channel. How do I retrieve videos that are newer than the newest video in my database?
I have the channelTitle of the channel, videoId and publishedAt of the newest video in the database.