[globo] Switch to new-style classes
authorSergey M․ <dstftw@gmail.com>
Sun, 14 Feb 2016 08:02:12 +0000 (14:02 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 14 Feb 2016 08:02:12 +0000 (14:02 +0600)
youtube_dl/extractor/globo.py

index b241c4868df34bd37efb13113ddac81a0b678a4c..3de8356f68ef67e0913fd958995ad1d3e48ac62f 100644 (file)
@@ -65,7 +65,7 @@ class GloboIE(InfoExtractor):
         'only_matching': True,
     }]
 
-    class MD5:
+    class MD5(object):
         HEX_FORMAT_LOWERCASE = 0
         HEX_FORMAT_UPPERCASE = 1
         BASE64_PAD_CHARACTER_DEFAULT_COMPLIANCE = ''