[YoutubeDL] Use a Request object for getting the cookies (fixes #4970)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 17 Feb 2015 15:29:24 +0000 (16:29 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 17 Feb 2015 15:29:24 +0000 (16:29 +0100)
commit662435f7281da418612131512725fa5e367605be
tree9c9012f4b2fae74834c933423c368177d570e4a5
parent163d966707a7e49bcdad4ebd9189922b58223395
[YoutubeDL] Use a Request object for getting the cookies (fixes #4970)

So that we don't have to implement all the methods used by the cookiejar.
youtube_dl/YoutubeDL.py