X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fswfinterp.py;h=b63c65b201ec2b34c6482e8526694431041f75fe;hb=4c83c96795b1bf469b0e290fc1cbbed6f49f04bf;hp=a6f4ba6e0f84cf9901dd15e74b6f5c58c2a07a00;hpb=351f3738656899afa625ef3bdf640aeeacae00ff;p=youtube-dl diff --git a/youtube_dl/swfinterp.py b/youtube_dl/swfinterp.py index a6f4ba6e0..b63c65b20 100644 --- a/youtube_dl/swfinterp.py +++ b/youtube_dl/swfinterp.py @@ -470,8 +470,7 @@ class SWFInterpreter(object): mname = self.multinames[index] assert isinstance(obj, _AVMClass) - construct_method = self.extract_function( - obj, mname) + # We do not actually call the constructor for now; # we just pretend it does nothing stack.append(obj.make_object())