summary refs log tree commit diff
diff options
context:
space:
mode:
authorAllan Zhou <allanzp@gmail.com>2013-09-03 18:49:35 -0700
committerAllan Zhou <allanzp@gmail.com>2013-09-03 18:49:35 -0700
commit96fb5605b29c5029ab2894b5722c0937e320a3c0 (patch)
tree458e325d5832fd4e37c9f72607ad5078b20a2194
parentc3dd69eab40d1e006962a8a2b2ebc2dce94e1aec (diff)
downloadyoutube-dl-96fb5605b29c5029ab2894b5722c0937e320a3c0.tar.gz
youtube-dl-96fb5605b29c5029ab2894b5722c0937e320a3c0.tar.xz
youtube-dl-96fb5605b29c5029ab2894b5722c0937e320a3c0.zip
AHLS -> Apple HTTP Live Streaming
-rw-r--r--youtube_dl/extractor/youtube.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index d331aa01b..01265ca28 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -154,7 +154,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
     _NEXT_URL_RE = r'[\?&]next_url=([^&]+)'
     # Listed in order of quality
     _available_formats = ['38', '37', '46', '22', '45', '35', '44', '34', '18', '43', '6', '5', '36', '17', '13',
-                          # AHLS
+                          # Apple HTTP Live Streaming
                           '96', '95', '94', '93', '92', '132', '151',
                           # 3D
                           '85', '84', '102', '83', '101', '82', '100',
@@ -165,7 +165,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
                           '141', '172', '140', '171', '139',
                           ]
     _available_formats_prefer_free = ['38', '46', '37', '45', '22', '44', '35', '43', '34', '18', '6', '5', '36', '17', '13',
-                                      # AHLS
+                                      # Apple HTTP Live Streaming
                                       '96', '95', '94', '93', '92', '132', '151',
                                       # 3D
                                       '85', '102', '84', '101', '83', '100', '82',
@@ -203,7 +203,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
         '101': 'webm',
         '102': 'webm',
 
-        # AHLS
+        # Apple HTTP Live Streaming
         '92': 'mp4',
         '93': 'mp4',
         '94': 'mp4',