Skip to content

Commit

Permalink
Disable use of ttml subs
Browse files Browse the repository at this point in the history
- libass does not handle the converted ttml rolling subs well
- vtt subs are left aligned but position can be overriden in Kodi #489
  • Loading branch information
MoojMidge committed Feb 23, 2024
1 parent 7a0b627 commit 15bbf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/youtube_plugin/youtube/helper/subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_subtitles(self):
return None

if languages == self.LANG_ALL:
return self.get_all(sub_format='ttml')
return self.get_all(sub_format='vtt')

if languages == self.LANG_PROMPT:
return self._prompt()
Expand Down

0 comments on commit 15bbf78

Please sign in to comment.