MichaelYochpaz / iSubRip

A Python command-line tool for scraping and downloading subtitles from AppleTV and iTunes movie pages.
MIT License
113 stars 15 forks source link

English Closed Caption subtitles #75

Closed gbronca closed 1 month ago

gbronca commented 1 month ago

Question

How can we download CC subtitles with iSubRip? I'm using Python 3.12.4 and iSubRip 2.5.6, and I can see that CC subtitles are listed as an option, but iSubRip never downloads them. I can't see a setting to enable it.

MichaelYochpaz commented 1 month ago

Hey @gbronca, CC subtitles are embedded within the video stream, so iSubRip can't download those. See https://github.com/MichaelYochpaz/iSubRip/issues/16

gbronca commented 1 month ago

Thanks, @MichaelYochpaz. I didn't know that, but it makes sense.