JuanBindez/pytubefix

Subtitle/caption tracks are no more fetched

Closed this issue · 2 comments

Hi, subtitle/caption tracks are no longer fetched. i've tested with my code and still with the first simple example on read the docs.

from pytubefix import YouTube

yt = YouTube('http://youtube.com/watch?v=2lAe1cqCOXo')
subtitles = yt.captions

print(subtitles)

Could you kindly explain the problem to me? Thank you.

hello, try using this pytubefix==5.6rc2, where @felipeucelli made PR #85 that fixes this problem, and see if it is normalized and tell us if it is resolved.

It seems to work fine. Thank you!