Telegram videos and yt-dlp
I know that we can already download videos from Telegram itself, but I would like to use yt-dlp to download public Telegram groups videos to be able to format output with all yt-dlp features/possibilities. The public groups videos are accessible through browser (for example https://t.me/financialtimes/316). It doesn't seem to be available for now.
Hit the context button and download the "/s/" URL:
https://t.me/s/financialtimes/316
The [generic] extractor should work with that. Otherwise, you should put in a site support request to the project page on GitHub.
Thanks it does work in this case indeed, but it does not download the video of interest in other cases, it seems that it downloads a playlist sometimes. And unfortunately it seems that yt-dlp can't retrieve metadata information either.
Thank you for your help.