X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Fhelper.py;h=325f72f0a35c5c4fe6ac3a1464858b200c152aad;hb=12ea2f30cfcc381eb46cc99a0a4c3d468fe732d1;hp=fb8618120dcbbcdcfe6d576442e5bea189cb2521;hpb=70b7e3fbb62e9bec12328bb9d506327fe77a85c0;p=youtube-dl diff --git a/test/helper.py b/test/helper.py index fb8618120..325f72f0a 100644 --- a/test/helper.py +++ b/test/helper.py @@ -57,7 +57,7 @@ class FakeYDL(YoutubeDL): # Different instances of the downloader can't share the same dictionary # some test set the "sublang" parameter, which would break the md5 checks. params = get_params(override=override) - super(FakeYDL, self).__init__(params) + super(FakeYDL, self).__init__(params, auto_init=False) self.result = [] def to_screen(self, s, skip_eol=None):