diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-15 02:54:49 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-15 02:54:49 +0600 |
commit | b95cfa917025750805fb873fc4e2eb161241b22b (patch) | |
tree | 67b201208adf083442081a73e994ea921c1c77a8 /youtube_dl/extractor | |
parent | afa1ded425ffe12a5b90bcd4d316c43941a5dc1a (diff) |
[liveleak] Clarify test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/liveleak.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/liveleak.py b/youtube_dl/extractor/liveleak.py index 0a4e473d6..857edfde2 100644 --- a/youtube_dl/extractor/liveleak.py +++ b/youtube_dl/extractor/liveleak.py @@ -41,6 +41,7 @@ class LiveLeakIE(InfoExtractor): 'age_limit': 18, } }, { + # Covers https://github.com/rg3/youtube-dl/pull/5983 'url': 'http://www.liveleak.com/view?i=801_1409392012', 'md5': '0b3bec2d888c20728ca2ad3642f0ef15', 'info_dict': { |