mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-25 06:02:49 +08:00
[servus] clean up code
This commit is contained in:
@@ -19,8 +19,7 @@ class ServusIE(InfoExtractor):
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
video_id = video_id.upper()
|
||||
video_id = self._match_id(url).upper()
|
||||
|
||||
webpage = self._download_webpage(url, video_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user