You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SubRipItem class supports two properties for getting the text of subtitles, text and text_without_tags. The latter conveniently returns the text with formatting tags removed.
The SubRipFile class supports the property text for getting the subtitle text, but it does not support one for removing format tags. That is unfortunate.
Please add a text_without_tags property to the SubRipFile class.
Thank you!
The text was updated successfully, but these errors were encountered:
The
SubRipItem
class supports two properties for getting the text of subtitles,text
andtext_without_tags
. The latter conveniently returns the text with formatting tags removed.The
SubRipFile
class supports the propertytext
for getting the subtitle text, but it does not support one for removing format tags. That is unfortunate.Please add a
text_without_tags
property to theSubRipFile
class.Thank you!
The text was updated successfully, but these errors were encountered: