Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instagram video download error #405

Closed
nmilo opened this issue Aug 31, 2019 · 3 comments
Closed

Instagram video download error #405

nmilo opened this issue Aug 31, 2019 · 3 comments

Comments

@nmilo
Copy link

nmilo commented Aug 31, 2019

Running latest version 1.10.3
When you try to download instagram video it outputs following error

[urllib3.connectionpool][debug] https://www.instagram.com:443 "GET /p/[post_id]/ HTTP/1.1" 200 17253
[download][error] 'ytdl:' URLs are not supported/enabled
[instagram][error] An unexpected error occurred: AttributeError - 'NoneType' object has no attribute 'scheme'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[instagram][debug] 
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/gallery_dl/job.py", line 48, in run
    self.dispatch(msg)
  File "/usr/local/lib/python3.6/dist-packages/gallery_dl/job.py", line 93, in dispatch
    self.handle_url(url, kwds)
  File "/usr/local/lib/python3.6/dist-packages/gallery_dl/job.py", line 213, in handle_url
    if not self.download(url):
  File "/usr/local/lib/python3.6/dist-packages/gallery_dl/job.py", line 280, in download
    downloader = self.get_downloader(scheme)
  File "/usr/local/lib/python3.6/dist-packages/gallery_dl/job.py", line 300, in get_downloader
    if klass.scheme == "http":
AttributeError: 'NoneType' object has no attribute 'scheme'
@iamleot
Copy link
Contributor

iamleot commented Aug 31, 2019 via email

@nmilo
Copy link
Author

nmilo commented Aug 31, 2019

Installed youtube-dl, it works now, thank you. Should it be in requirements.txt?

@iamleot
Copy link
Contributor

iamleot commented Aug 31, 2019

It's only used for a couple extractors and an optional dependency so IMHO no (but it's documented in README).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants