1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-16 16:59:35 +00:00

[globo] Switch to new-style classes

This commit is contained in:
Sergey M․ 2016-02-14 14:02:12 +06:00
parent 080e09557d
commit e76394f36c

View 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 = ''