|
|
@ -2018,6 +2018,7 @@ class YoutubeDL(object):
|
|
|
|
if opts_cookiefile is None:
|
|
|
|
if opts_cookiefile is None:
|
|
|
|
self.cookiejar = compat_cookiejar.CookieJar()
|
|
|
|
self.cookiejar = compat_cookiejar.CookieJar()
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
|
|
|
|
opts_cookiefile = compat_expanduser(opts_cookiefile)
|
|
|
|
self.cookiejar = compat_cookiejar.MozillaCookieJar(
|
|
|
|
self.cookiejar = compat_cookiejar.MozillaCookieJar(
|
|
|
|
opts_cookiefile)
|
|
|
|
opts_cookiefile)
|
|
|
|
if os.access(opts_cookiefile, os.R_OK):
|
|
|
|
if os.access(opts_cookiefile, os.R_OK):
|
|
|
|