We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm seeking for help to implement subtitle download for ici.tou.tv. Many videos have subtitles available, what is great for language learners like me.
I found a way to download them, now I'd like to implement that into youtube-dl.
E. g.: http://ici.tou.tv/l-auberge-du-chien-noir/S15E01 (only available from a canadian ip address)
In Firefox, activate inspect element and go to the network tab. Now activate the subtitles in the flash player and search 'vtt'. It will give you the link to the subtitles: http://static.tou.tv/medias/webvtt/2016-08-22_07_00_00_AUBERGE_0358.vtt
The html of the page does not contain the link to the vtt file. So it must be embedded in the swf somewhere.
First step would be, to find the link and second to implement automatic parsing so that the option --write-srt will work on static.tout.tv.
I'm new to this, please give me some tips.
Regards, MPW
The text was updated successfully, but these errors were encountered:
4f9cd4d
Works! Thank you very much!
Sorry, something went wrong.
[radiocanada] extract subtitle(closes #11096)
38af64b
No branches or pull requests
Hello,
I'm seeking for help to implement subtitle download for ici.tou.tv. Many videos have subtitles available, what is great for language learners like me.
I found a way to download them, now I'd like to implement that into youtube-dl.
E. g.: http://ici.tou.tv/l-auberge-du-chien-noir/S15E01 (only available from a canadian ip address)
In Firefox, activate inspect element and go to the network tab. Now activate the subtitles in the flash player and search 'vtt'. It will give you the link to the subtitles: http://static.tou.tv/medias/webvtt/2016-08-22_07_00_00_AUBERGE_0358.vtt
The html of the page does not contain the link to the vtt file. So it must be embedded in the swf somewhere.
First step would be, to find the link and second to implement automatic parsing so that the option --write-srt will work on static.tout.tv.
I'm new to this, please give me some tips.
Regards,
MPW
The text was updated successfully, but these errors were encountered: