瀏覽代碼

[utils] dfxp2srt: make TTMLPElementParser inherit from object

For consistency between python 2 and 3.
Jaime Marquínez Ferrándiz 9 年之前
父節點
當前提交
87de7069b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/utils.py

+ 1 - 1
youtube_dl/utils.py

@@ -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):