Browse Source

[globo] Switch to new-style classes

totalwebcasting
Sergey M․ 9 years ago
parent
commit
e76394f36c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/globo.py

+ 1
- 1
youtube_dl/extractor/globo.py 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 = ''


Loading…
Cancel
Save