Merge pull request #8766 from yan12125/dash-detect-ext
[youtube-dl] / test / test_YoutubeDL.py
index 59f7ab49dbe4458b5b821d9fae7d629ffab5db1a..efbee3b711b046f62fbb486375486a9e558e5035 100644 (file)
@@ -502,6 +502,9 @@ class TestYoutubeDL(unittest.TestCase):
         assertRegexpMatches(self, ydl._format_note({
             'vbr': 10,
         }), '^\s*10k$')
+        assertRegexpMatches(self, ydl._format_note({
+            'fps': 30,
+        }), '^30fps$')
 
     def test_postprocessors(self):
         filename = 'post-processor-testfile.mp4'