1
0
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:
Kerruba 2018-04-29 18:46:06 +01:00
parent 52e17c442b
commit 78909d9c69

View File

@ -22,10 +22,6 @@ class FrontEndMasterBaseIE(InfoExtractor):
_VIDEO_BASE = 'http://www.frontendmasters.com/courses' _VIDEO_BASE = 'http://www.frontendmasters.com/courses'
_COOKIES_BASE = 'https://api.frontendmasters.com' _COOKIES_BASE = 'https://api.frontendmasters.com'
_LOGIN_URL = 'https://frontendmasters.com/login/' _LOGIN_URL = 'https://frontendmasters.com/login/'
_SUPPORTED_MEAN = {
"resolution": [360, 720, 1080],
"format": ['webm', 'mp4']
}
def _real_initialize(self): def _real_initialize(self):
self._login() self._login()