1
0
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:
Oneboy1979
2019-02-16 15:02:01 +01:00
Unverified
parent afc5de1952
commit 1165fe2616
+1 -2
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)