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:
parent
afc5de1952
commit
1165fe2616
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user