Hi dear,
Using the TMD v3 API you can do it, I use it on my personal python GUI script to retrieve movie and TV series infos
something like this by a GET request:
"https://api.themoviedb.org/3/movie/{movie_id}/videos?language={LANGUAGE}"
Get the {trailerkey} keycode related to youtube to complete the short link: https://youtu.be/{trailerkey}
Obviously there is not always a trailer or a teaser linked in the TMDB database on youtube (I often work for tmdb to fill in the gaps and add missing infos on the database) for all languages, so an adequate condition must be operated for the correct recovery of the details.


