mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 07:47:45 +08:00
[nrk] Remove whitespace in XML subtitles causing problems for .srt files
This commit is contained in:
parent
04ff456503
commit
ce846a024d
@ -2831,11 +2831,7 @@ def dfxp2srt(dfxp_data):
|
||||
self._applied_styles.pop()
|
||||
|
||||
def data(self, data):
|
||||
<<<<<<< HEAD
|
||||
self._out += data.strip()
|
||||
=======
|
||||
self._out += data
|
||||
>>>>>>> [streamango] add support for streamcherry.com (#20592)
|
||||
|
||||
def close(self):
|
||||
return self._out.strip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user