diff options
author | David Ben Zakai <david.benzakai@gmail.com> | 2015-11-10 17:15:23 +0200 |
---|---|---|
committer | David Ben Zakai <david.benzakai@gmail.com> | 2015-11-10 17:15:23 +0200 |
commit | 90bb5667bf32574caa7c01f66b3ca8ad2ab77e81 (patch) | |
tree | 569aae3b31bcac381477a49263c494b395908466 /youtube_dl/YoutubeDL.py | |
parent | d3d3e2e3aac13c3c6fbae0fcfeaa41ce5ee9144b (diff) | |
download | hypervideo-pre-90bb5667bf32574caa7c01f66b3ca8ad2ab77e81.tar.lz hypervideo-pre-90bb5667bf32574caa7c01f66b3ca8ad2ab77e81.tar.xz hypervideo-pre-90bb5667bf32574caa7c01f66b3ca8ad2ab77e81.zip |
Using internal opener
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 5a0cc3f9a..1783ce01b 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -1994,9 +1994,6 @@ 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') |