X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_YoutubeDL.py;h=f8e4f930ebe6d5aefdbf128909b1be720ec046f3;hb=3e3327ea175b88f668a2b8cd220042b0950c00d4;hp=ab61e19768e4454f061ab9f832cc70c968440d85;hpb=c71dfccc98208be44b1f639af72a257dae34d966;p=youtube-dl diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index ab61e1976..f8e4f930e 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -266,6 +266,7 @@ class TestFormatSelection(unittest.TestCase): 'ext': 'mp4', 'width': None, } + def fname(templ): ydl = YoutubeDL({'outtmpl': templ}) return ydl.prepare_filename(info)