[YoutubeDL._calc_cookies] Restore the 'is_unverifiable'
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 24 Jan 2015 19:12:47 +0000 (20:12 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 24 Jan 2015 19:12:47 +0000 (20:12 +0100)
I should have check everything was copied before commiting 4b405cfc6e4f9184567b94ee2f8a4a9851a912b5.

youtube_dl/YoutubeDL.py

index 458fd15ea2e9c76f79a087a2e5871f6ab5264492..d6728b2dd991d5214a9c2459c483aa1f1d053c95 100755 (executable)
@@ -892,6 +892,9 @@ class YoutubeDL(object):
             def get_full_url(self):
                 return self.url
 
+            def is_unverifiable(self):
+                return self.unverifiable
+
             def has_header(self, h):
                 return h in self.headers