diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-04-22 07:01:00 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-22 07:01:00 +0700 |
commit | cb2520802d7b8efdc71d6d97aeca984b5f878716 (patch) | |
tree | 8263f79f9b536130b5faa89d9ee4184b3b2b453a /.gitignore | |
parent | f7799582500ca2b00c371c287028298f187c0477 (diff) |
[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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |