From 71ddc222adca21f471051e922d2c2f08a27b2d44 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 21 Nov 2020 10:00:05 -0500 Subject: Fix typos (#27084) * spelling: authorization Signed-off-by: Josh Soref * spelling: brightcove Signed-off-by: Josh Soref * spelling: creation Signed-off-by: Josh Soref * spelling: exceeded Signed-off-by: Josh Soref * spelling: exception Signed-off-by: Josh Soref * spelling: extension Signed-off-by: Josh Soref * spelling: extracting Signed-off-by: Josh Soref * spelling: extraction Signed-off-by: Josh Soref * spelling: frontline Signed-off-by: Josh Soref * spelling: improve Signed-off-by: Josh Soref * spelling: length Signed-off-by: Josh Soref * spelling: listsubtitles Signed-off-by: Josh Soref * spelling: multimedia Signed-off-by: Josh Soref * spelling: obfuscated Signed-off-by: Josh Soref * spelling: partitioning Signed-off-by: Josh Soref * spelling: playlist Signed-off-by: Josh Soref * spelling: playlists Signed-off-by: Josh Soref * spelling: restriction Signed-off-by: Josh Soref * spelling: services Signed-off-by: Josh Soref * spelling: split Signed-off-by: Josh Soref * spelling: srmediathek Signed-off-by: Josh Soref * spelling: support Signed-off-by: Josh Soref * spelling: thumbnail Signed-off-by: Josh Soref * spelling: verification Signed-off-by: Josh Soref * spelling: whitespaces Signed-off-by: Josh Soref --- youtube_dl/extractor/turner.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'youtube_dl/extractor/turner.py') diff --git a/youtube_dl/extractor/turner.py b/youtube_dl/extractor/turner.py index 4a6cbfbb8..2964504a2 100644 --- a/youtube_dl/extractor/turner.py +++ b/youtube_dl/extractor/turner.py @@ -56,9 +56,9 @@ class TurnerBaseIE(AdobePassIE): content_id = xpath_text(video_data, 'contentId') or video_id # rtmp_src = xpath_text(video_data, 'akamai/src') # if rtmp_src: - # splited_rtmp_src = rtmp_src.split(',') - # if len(splited_rtmp_src) == 2: - # rtmp_src = splited_rtmp_src[1] + # split_rtmp_src = rtmp_src.split(',') + # if len(split_rtmp_src) == 2: + # rtmp_src = split_rtmp_src[1] # aifp = xpath_text(video_data, 'akamai/aifp', default='') urls = [] -- cgit v1.2.3