mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
Removes unnecessary class variable
This commit is contained in:
parent
52e17c442b
commit
78909d9c69
@ -22,10 +22,6 @@ class FrontEndMasterBaseIE(InfoExtractor):
|
||||
_VIDEO_BASE = 'http://www.frontendmasters.com/courses'
|
||||
_COOKIES_BASE = 'https://api.frontendmasters.com'
|
||||
_LOGIN_URL = 'https://frontendmasters.com/login/'
|
||||
_SUPPORTED_MEAN = {
|
||||
"resolution": [360, 720, 1080],
|
||||
"format": ['webm', 'mp4']
|
||||
}
|
||||
|
||||
def _real_initialize(self):
|
||||
self._login()
|
||||
|
Loading…
x
Reference in New Issue
Block a user