1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

Adding proxy to update procedure

This commit is contained in:
David Ben Zakai
2015-11-10 16:31:31 +02:00
parent 37ca7b22b5
commit d3d3e2e3aa
3 changed files with 6 additions and 6 deletions

View File

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