Jonas Depoix

Results 39 comments of Jonas Depoix

Hi @BillionShields, just to clarify: you mean that you can already enable subtitles on the YouTube's web player but when querying the transcript with this module you get an error?...

Hi @majamil16, thank you very much for your contribution! I have been postponing this for forever, so this is very much appreciated! 😊 👍 However, for some reason the travis...

Hi @irux, getting the timestamps per word is currently not supported and the endpoint we are currently using does not provide this information. However, there probably is some way to...

Nice! 👍 Let me know if you need any help on integrating this feature. Maybe you wanna share some details on how you plan to implement it once you have...

Sweet, that looks great! I agree that this could replace the xml request and the parsing which goes along with using that. However, implementing this will unfortunately not be as...

We would probably also have to rename a few classes for the naming to make sense in that case: ``` TranscriptListFetcher -> AvailableTranscriptsFetcher TranscriptList -> AvailableTranscripts Transcript -> AvailableTranscript ```...

@irux you'll also have to test this very extensively, as changing this could potentially completely break this module. Looking at the json returned by the endpoint a few questions come...

@crhowell it's normal that the link expires after a certain time, that and the concerns you raised about it being undocumented is also true about the endpoint we are currently...

Hi @nikitalita, could you maybe share your usecase so that I can get a better idea of why this would be useful to you (what information does the `json3` version...

@nikitalita actually, now that I come to think about it, this can be done more easily, since you just have add a param to the url of the transcript. Basically...