diff options
| author | remitamine <remitamine@gmail.com> | 2016-02-06 14:03:48 +0100 | 
|---|---|---|
| committer | remitamine <remitamine@gmail.com> | 2016-02-06 14:03:48 +0100 | 
| commit | 91cb6b50652f1ff395b1c38834ce33e99fa1975c (patch) | |
| tree | 057b10fc0f8bb17bb5df620b33ac374513ff3a20 /test | |
| parent | 0826a0b555a06e0cc9047a7779c0f55612c8f3a3 (diff) | |
| download | hypervideo-pre-91cb6b50652f1ff395b1c38834ce33e99fa1975c.tar.lz hypervideo-pre-91cb6b50652f1ff395b1c38834ce33e99fa1975c.tar.xz hypervideo-pre-91cb6b50652f1ff395b1c38834ce33e99fa1975c.zip | |
rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespace
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_YoutubeDL.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index 88c63010e..02caf5908 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -249,7 +249,7 @@ class TestFormatSelection(unittest.TestCase):          def format_info(f_id):              info = YoutubeIE._formats[f_id].copy() -            # XXX: In real cases InfoExtractor._parse_mpd() fills up 'acodec' +            # XXX: In real cases InfoExtractor._parse_mpd_formats() fills up 'acodec'              # and 'vcodec', while in tests such information is incomplete since              # commit a6c2c24479e5f4827ceb06f64d855329c0a6f593              # test_YoutubeDL.test_youtube_format_selection is broken without | 
