From 78909d9c6939078fbcf5a64dd6fb6fd59554308c Mon Sep 17 00:00:00 2001 From: Kerruba Date: Sun, 29 Apr 2018 18:46:06 +0100 Subject: [PATCH] Removes unnecessary class variable --- youtube_dl/extractor/frontendmaster.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/youtube_dl/extractor/frontendmaster.py b/youtube_dl/extractor/frontendmaster.py index 58f12a26d..671c357e0 100644 --- a/youtube_dl/extractor/frontendmaster.py +++ b/youtube_dl/extractor/frontendmaster.py @@ -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()