X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_YoutubeDL.py;h=bf78b005f68d0d1a675ea8b506d6b02031d7611b;hb=5d583bdf6cff8161e2df87ba1a0c97a943596eab;hp=59f7ab49dbe4458b5b821d9fae7d629ffab5db1a;hpb=1e501364d5a7f5c99037e6791616ee48989bbaea;p=youtube-dl diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index 59f7ab49d..bf78b005f 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -502,6 +502,10 @@ 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'