This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[utils] dfxp2srt: make TTMLPElementParser inherit from object
For consistency between python 2 and 3.
totalwebcasting
Jaime Marquínez Ferrándiz
9 years ago
parent
6fba62c87a
commit
87de7069b9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/utils.py
+ 1
- 1
youtube_dl/utils.py
View File
@ -2017,7 +2017,7 @@ def dfxp2srt(dfxp_data):
'
ttaf1
'
:
'
http://www.w3.org/2006/10/ttaf1
'
,
}
)
class
TTMLPElementParser
:
class
TTMLPElementParser
(
object
)
:
out
=
'
'
def
start
(
self
,
tag
,
attrib
)
:
Write
Preview
Loading…
Cancel
Save