mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 17:57:14 +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):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url).upper()
|
||||||
video_id = video_id.upper()
|
|
||||||
|
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user