mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
[svt] PEP 8
This commit is contained in:
parent
c78dd35491
commit
6d4c259765
@ -14,6 +14,7 @@ from ..utils import (
|
||||
|
||||
class SVTBaseIE(InfoExtractor):
|
||||
_GEO_COUNTRIES = ['SE']
|
||||
|
||||
def _extract_video(self, video_info, video_id):
|
||||
formats = []
|
||||
for vr in video_info['videoReferences']:
|
||||
|
Loading…
Reference in New Issue
Block a user