1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 20:51:10 +02:00

[YoutubeDL._calc_cookies] Restore the 'is_unverifiable'

I should have check everything was copied before commiting 4b405cfc6e.
This commit is contained in:
Jaime Marquínez Ferrándiz 2015-01-24 20:12:47 +01:00
parent 4b405cfc6e
commit 1070711d60

View File

@ -892,6 +892,9 @@ def add_unredirected_header(self, k, v):
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