zaanposni / psaggregator

PietSmiet Aggregator is a web application that aggregates all the videos, streams and additional content from PietSmiet and displays them in a nice overview.
https://pietsmiet.zaanposni.com
GNU General Public License v3.0
9 stars 3 forks source link

Link YouTube Video in Uploadplan #26

Open zaanposni opened 5 months ago

zaanposni commented 5 months ago

We need to find a way to fetch youtube videos and link them to their counterpart on pietsmiet.de Maybe use the upload date or the title to make the connection.

zaanposni commented 6 days ago

might use the noKey api of https://yt.lemnoslife.com/ for this? https://yt.lemnoslife.com/noKey/search?part=snippet&order=date&maxResults=20&channelId=UCqwGaUvq_l0RKszeHhZ5leA

maybe load the last 20 videos and compare by title to link youtube video to existing contentPiece?