yt-dlp / yt-dlp

A feature-rich command-line audio/video downloader
https://discord.gg/H5MNcFW63r
The Unlicense
89.8k stars 6.96k forks source link

Can't download videos from Instagram #9004

Closed futurerirsy closed 10 months ago

futurerirsy commented 10 months ago

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

Checklist

Region

Japan

Provide a description that is worded well enough to be understood

I cannot download all videos from Instagram.

Provide verbose output that clearly demonstrates the problem

Complete Verbose Output

[Instagram] Extracting URL: https://www.instagram.com/reel/Czl5iiFP21_/?utm_source=ig_web_copy_link
[Instagram] Czl5iiFP21_: Setting up session
[Instagram] Czl5iiFP21_: Downloading JSON metadata
WARNING: [Instagram] Czl5iiFP21_: General metadata extraction failed (some metadata might be missing).
[Instagram] Czl5iiFP21_: Downloading webpage
WARNING: [Instagram] unable to extract shared data; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
WARNING: [Instagram] Main webpage is locked behind the login page. Retrying with embed webpage (some metadata might be missing).
[Instagram] Czl5iiFP21_: Downloading embed webpage
WARNING: [Instagram] unable to extract additional data; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
ERROR: [Instagram] Czl5iiFP21_: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, --netrc-cmd, or --netrc (instagram) to provide account credentials
bashonly commented 10 months ago

Duplicate of #7165

Note that instagram blocks nearly all data center IP addresses, including VPNs, cloud hosting, etc

[debug] Command-line config: ['-vF', 'https://www.instagram.com/reel/Czl5iiFP21_']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.12.30 from yt-dlp/yt-dlp [f10589e34]
[debug] Lazy loading extractors is disabled
[debug] Python 3.11.6 (CPython x86_64 64bit) - Linux-6.7-arch3-1-x86_64-with-glibc2.38 (OpenSSL 3.2.0 23 Nov 2023, glibc 2.38)
[debug] exe versions: ffmpeg 6.1.1 (setts), ffprobe 6.1.1
[debug] Optional libraries: brotli-1.1.0, certifi-2023.11.17, mutagen-1.47.0, pycrypto-3.20.0, requests-2.31.0, sqlite3-3.44.2, urllib3-2.1.0, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1798 extractors
[Instagram] Extracting URL: https://www.instagram.com/reel/Czl5iiFP21_
[Instagram] Czl5iiFP21_: Setting up session
[Instagram] Czl5iiFP21_: Downloading JSON metadata
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, source, id
[info] Available formats for Czl5iiFP21_:
ID EXT RESOLUTION │ PROTO │ VCODEC  ACODEC
───────────────────────────────────────────
0  mp4 480x853    │ https │ unknown unknown
futurerirsy commented 10 months ago

Thank you very much!!!