Adding proxy to update procedure
This commit is contained in:
parent
37ca7b22b5
commit
d3d3e2e3aa
3 changed files with 6 additions and 6 deletions
|
@ -1994,6 +1994,9 @@ class YoutubeDL(object):
|
|||
encoding = preferredencoding()
|
||||
return encoding
|
||||
|
||||
def get_opener(self):
|
||||
return self._opener
|
||||
|
||||
def _write_thumbnails(self, info_dict, filename):
|
||||
if self.params.get('writethumbnail', False):
|
||||
thumbnails = info_dict.get('thumbnails')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue