From cb2520802d7b8efdc71d6d97aeca984b5f878716 Mon Sep 17 00:00:00 2001 From: Sergey M․ Date: Sat, 22 Apr 2017 07:01:00 +0700 Subject: [extractor/common] Improve m3u8 extraction (closes #12211) * Extract m3u8 parsing to separate method * Improve rendition groups extraction * Build stream name according stream GROUP-ID * Ignore reference to AUDIO group without URI when stream has no CODECS + Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ce4b5e2d..bef084baa 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,6 @@ updates_key.pem *.swf *.part *.swp -test/testdata test/local_parameters.json .tox youtube-dl.zsh -- cgit 1.4.1