You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified that I'm running youtube-dl version 2020.12.14
I've checked that all provided URLs are alive and playable in a browser
I've checked that all URLs and arguments with special characters are properly quoted or escaped
I've searched the bugtracker for similar issues including closed ones
Verbose log
youtube-dl --verbose --cookies /home/tim/Documentos/cookies.txt https://instagram.com/p/aye83DjauH/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--cookies', '/home/tim/Documentos/cookies.txt', 'https://instagram.com/p/aye83DjauH/']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.12.14
[debug] Python version 3.8.5 (CPython) - Linux-5.4.0-58-generic-x86_64-with-glibc2.29
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4
[debug] Proxy map: {}
[Instagram] aye83DjauH: Downloading webpage
ERROR: Unable to extract video url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/home/tim/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
File "/home/tim/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
File "/home/tim/.local/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
File "/home/tim/.local/lib/python3.8/site-packages/youtube_dl/extractor/instagram.py", line 195, in _real_extract
video_url = self._og_search_video_url(webpage, secure=False)
File "/home/tim/.local/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 1128, in _og_search_video_url
return self._html_search_regex(regexes, html, name, **kargs)
File "/home/tim/.local/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 1019, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
File "/home/tim/.local/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 1010, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract video url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Description
EDIT: The video is public, but Instagram blocks VPN or Tor if not logged in.
I used a cookies.txt file generated by the Firefox extension mentioned in README.md:
Checklist
Verbose log
Description
EDIT: The video is public, but Instagram blocks VPN or Tor if not logged in.
I used a cookies.txt file generated by the Firefox extension mentioned in README.md:
cookies.txt file after being modified by youtube-dl:
The text was updated successfully, but these errors were encountered: