Rudloff / alltube

Web GUI for youtube-dl
GNU General Public License v3.0
2.94k stars 584 forks source link

Can not download video from Instagram #347

Closed hhhkkk520 closed 3 years ago

hhhkkk520 commented 3 years ago

New issue

What is your operating system (Windows, Linux, OSX, etc.)? Linux Centos 7.9 What is your web server (Apache, IIS, etc.)? NGINX What version of AllTube are you using? 3.0.0 beta 5 How did you install AllTube (with Git or with a release package)? Release package What version of PHP are you using? 7.2 What version of Python are you using? 2.7.5 What version of youtube-dl are you using? youtube-dl 2021.02.22 Do you get any PHP-related errors in your webserver's logs? No What is the content of your config/config.yml file?

---

# Path to your youtube-dl binary
youtubedl: vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py

# Path to your python binary
python: /usr/bin/python

# An array of parameters to pass to youtube-dl
params:
    - --no-warnings
    - --ignore-errors
    - --flat-playlist
    - --restrict-filenames
    - --no-playlist

# True to enable audio conversion
convert: trun

# True to enable advanced conversion mode
convertAdvanced: false

# List of formats available in advanced conversion mode
convertAdvancedFormats: [mp3, avi, flv, wav]

# Path to your ffmpeg binary
ffmpeg: /usr/bin/ffmpeg

# ffmpeg logging level.
ffmpegVerbosity: error

# Path to the directory that contains the phantomjs binary.
phantomjsDir: /usr/bin/

# True to disable URL rewriting
uglyUrls: false

# True to stream videos through server
# Set to "ask" if you want to allow it but not enable by default.
stream: true

# True to enable remux mode (merge best audio and best video)
remux: true

# MP3 bitrate when converting (in kbit/s)
audioBitrate: 128

# App name
appName: AllTube Download

# Generic formats supported by youtube-dl
genericFormats:
    best/bestvideo: Best
    bestvideo+bestaudio: Remux best video with best audio
    worst/worstvideo: Worst

# Enable debug mode.
debug: false

# True to enable audio conversion mode by default
defaultAudio: false

# False to disable convert seek functionality
convertSeek: true

Please provide the URL of a video that causes the issue. https://www.instagram.com/tv/CLulGHjnXIu/?utm_source=ig_web_copy_link

Describe your issue Hello, I can´t download video from ins, error message is: 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.