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

fixed flake8 findings

sorry.
This commit is contained in:
eleph-hub 2020-02-27 20:39:55 +01:00 committed by GitHub
parent 8a28ae7108
commit f04954f46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,9 +28,9 @@ class ServusIE(InfoExtractor):
'url': 'https://www.servus.com/tv/videos/1380889096408-1235196658/',
'only_matching': True,
}, {
'url': 'https://www.servustv.com/videos/aa-21bma4d4d1w12/',
'only_matching': True,
}]
'url': 'https://www.servustv.com/videos/aa-21bma4d4d1w12/',
'only_matching': True,
}]
def _real_extract(self, url):
video_id = self._match_id(url).upper()