Browse Source

[YoutubeDL._calc_cookies] Restore the 'is_unverifiable'

I should have check everything was copied before commiting 4b405cfc6e.
totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
1070711d60
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/YoutubeDL.py

+ 3
- 0
youtube_dl/YoutubeDL.py View File

@ -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


Loading…
Cancel
Save