aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-10-29 07:05:55 +0700
committerSergey M․ <dstftw@gmail.com>2017-10-29 07:05:55 +0700
commit9211e3319e6006373d8b5055f7a3d0bbd734c57b (patch)
tree238b0e0921fa9f5c5fea1e16d3e8cc1760ce1db1
parent056653bbb1b94ba04f331ed4c27a1c0d24fe1e30 (diff)
downloadyoutube-dl-9211e3319e6006373d8b5055f7a3d0bbd734c57b.tar.xz
[extractor/common] Prefix format id for audio only HLS formats
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index a69240693..52f2055b5 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -1401,7 +1401,7 @@ class InfoExtractor(object):
media_url = media.get('URI')
if media_url:
format_id = []
- for v in (group_id, name):
+ for v in (m3u8_id, group_id, name):
if v:
format_id.append(v)
f = {