summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-01-24 20:12:47 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-01-24 20:12:47 +0100
commit1070711d6003e6750b8cf803c3926b2e273a9e85 (patch)
treeb949163c71ebd43393075567e40c0ae374d02b86
parent4b405cfc6e4f9184567b94ee2f8a4a9851a912b5 (diff)
downloadyoutube-dl-1070711d6003e6750b8cf803c3926b2e273a9e85.tar.gz
youtube-dl-1070711d6003e6750b8cf803c3926b2e273a9e85.tar.xz
youtube-dl-1070711d6003e6750b8cf803c3926b2e273a9e85.zip
[YoutubeDL._calc_cookies] Restore the 'is_unverifiable'
I should have check everything was copied before commiting 4b405cfc6e4f9184567b94ee2f8a4a9851a912b5.
-rwxr-xr-xyoutube_dl/YoutubeDL.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 458fd15ea..d6728b2dd 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -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