diff options
author | pukkandan <pukkandan@gmail.com> | 2020-11-21 20:20:42 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2020-11-22 03:51:26 +0530 |
commit | a0566bbf5c3dea282447efb2926d71bafe1b7720 (patch) | |
tree | 8e4954cbeacb8d8ebcd144faa7fdea7375935d48 /youtube_dlc/extractor/turner.py | |
parent | 3462ffa8929d2a40588669578ca912d57a0da1bb (diff) | |
download | hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.tar.lz hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.tar.xz hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.zip |
Updated to release 2020.11.21.1
Diffstat (limited to 'youtube_dlc/extractor/turner.py')
-rw-r--r-- | youtube_dlc/extractor/turner.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dlc/extractor/turner.py b/youtube_dlc/extractor/turner.py index 4a6cbfbb8..2964504a2 100644 --- a/youtube_dlc/extractor/turner.py +++ b/youtube_dlc/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 = [] |