bvanheu / pytoutv

TOU.TV client library and user interfaces written in Python 3
96 stars 23 forks source link

Subtitles #70

Open MPW1412 opened 7 years ago

MPW1412 commented 7 years ago

Hello,

many of the episodes on ici.tou.tv have subtitles available.

You can download them like this:

It's a vtt file, but the syntax is like in a srt file, so any standard video player will be able to play them.

Maybe you can integrate that into toutv? It's really helpful for people like me, who want to improve their French.

Regards, MPW

eepp commented 7 years ago

I personally have no time for this at the moment, but any future development effort should be made in the ongoing v3-dev branch.

gboudreau commented 7 years ago

Should be quite easy to add: From episode page HTML: <meta name="rc.codepage" content="id126696"/> Subtitles file URL: http://api.radio-canada.ca/metamedia/v1/soustitre/vtt/toutv/126696/

Anyone still interested in this?

simark commented 7 years ago

I'm not that interested in the feature itself, but I could tackle it if I am bored on a rainy day. Any suggestions of what the UI should be?

MPW1412 commented 7 years ago

Youtube-dl supports it already, so I'm not particularly interested in it anymore.

But if you want to keep this repo up, I think, it's a good feature for people who want to learn French.

https://github.com/rg3/youtube-dl/issues/11096