From e12525564e9e59f23a5d26106580b73181b9c342 Mon Sep 17 00:00:00 2001 From: yeeeha Date: Sat, 4 Apr 2020 02:40:29 +0200 Subject: [PATCH] coding conventions: line length --- youtube_dl/extractor/nexx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/nexx.py b/youtube_dl/extractor/nexx.py index 7c9d5e1cb..1a3faba80 100644 --- a/youtube_dl/extractor/nexx.py +++ b/youtube_dl/extractor/nexx.py @@ -264,7 +264,8 @@ class NexxIE(InfoExtractor): (azure_manifest_url_DASH if protection_token_DASH else azure_manifest_url) % '(format=mpd-time-csf)', video_id, mpd_id='%s-dash' % cdn, fatal=False)) formats.extend(self._extract_ism_formats( - (azure_manifest_url_DASH if protection_token_DASH else azure_manifest_url) % '', video_id, ism_id='%s-mss' % cdn, fatal=False)) + (azure_manifest_url_DASH if protection_token_DASH else azure_manifest_url) % '', + video_id, ism_id='%s-mss' % cdn, fatal=False)) azure_progressive_base = get_cdn_shield_base('Prog', True) azure_file_distribution = stream_data.get('azureFileDistribution')