We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d874416 commit d9eb049Copy full SHA for d9eb049
ytdlbot/downloader.py
@@ -301,7 +301,7 @@ def convert_audio_format(resp: "dict", bm):
301
302
def add_instagram_cookies(url: "str", opt: "dict"):
303
if url.startswith("https://www.instagram.com"):
304
- opt["cookiefi22"] = pathlib.Path(__file__).parent.joinpath("instagram.com_cookies.txt").as_posix()
+ opt["cookiefile"] = pathlib.Path(__file__).parent.joinpath("instagram.com_cookies.txt").as_posix()
305
306
307
def run_splitter(video_path: "str"):
0 commit comments