1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 07:32:43 +08:00

[servus] clean up code

This commit is contained in:
Oneboy1979 2019-02-16 15:02:01 +01:00
parent afc5de1952
commit 1165fe2616

View File

@ -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)