]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - test/test_YoutubeDL.py
release 2016.02.10
[youtube-dl.git] / test / test_YoutubeDL.py
index 88c63010e9321f26c621bcf879c5cec528c51081..02caf5908233b2971c66dd0db17820a847c3582b 100644 (file)
@@ -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