]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/turner.py
Updated to release 2020.11.21.1
[yt-dlp.git] / youtube_dlc / extractor / turner.py
index 4a6cbfbb88d41dbb9d65a98eb4975e49a5ab0809..2964504a28d27e71ac97a89c0cbee380dfe9e4b7 100644 (file)
@@ -56,9 +56,9 @@ def _extract_cvp_info(self, data_src, video_id, path_data={}, ap_data={}):
         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 = []