about summary refs log tree commit diff
path: root/youtube_dl/swfinterp.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-11-17 08:02:48 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-11-17 08:02:48 +0100
commitf48d3e9bbcd00b436f9d81233b1e89ad53f7d6a7 (patch)
tree8cbdbd48487d16d19fa848d4ac20b2e3810e7e0e /youtube_dl/swfinterp.py
parentfbf94a78158ea2ea70dcbc1599036a64bb3321c3 (diff)
downloadyoutube-dl-f48d3e9bbcd00b436f9d81233b1e89ad53f7d6a7.tar.gz
youtube-dl-f48d3e9bbcd00b436f9d81233b1e89ad53f7d6a7.tar.xz
youtube-dl-f48d3e9bbcd00b436f9d81233b1e89ad53f7d6a7.zip
[swfinterp] Improve undefined representation
Diffstat (limited to 'youtube_dl/swfinterp.py')
-rw-r--r--youtube_dl/swfinterp.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/swfinterp.py b/youtube_dl/swfinterp.py
index 6f3c3bf95..99220940f 100644
--- a/youtube_dl/swfinterp.py
+++ b/youtube_dl/swfinterp.py
@@ -170,6 +170,10 @@ class _Undefined(object):
     def __hash__(self):
         return 0
 
+    def __str__(self):
+        return 'undefined'
+    __repr__ = __str__
+
 undefined = _Undefined()
 
 
@@ -686,6 +690,7 @@ class SWFInterpreter(object):
                         res = _builtin_classes[mname]
                     else:
                         # Assume unitialized
+                        # TODO warn here
                         res = undefined
                     stack.append(res)
                 elif opcode == 97:  # setproperty