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

ImportError: No module named 'youtube_dl.extractor.alphaporno' #9206

Closed
Beep6581 opened this issue Apr 15, 2016 · 4 comments
Closed

ImportError: No module named 'youtube_dl.extractor.alphaporno' #9206

Beep6581 opened this issue Apr 15, 2016 · 4 comments

Comments

@Beep6581
Copy link

@Beep6581 Beep6581 commented Apr 15, 2016

Hey

Trying to youtube-dl -l -x "http://www.youtube.com/watch?v=A9ew7glBHy0", fails with:

Traceback (most recent call last):
  File "/usr/lib64/python3.4/site-packages/youtube_dl/extractor/__init__.py", line 4, in <module>
    from .lazy_extractors import *
ImportError: No module named 'youtube_dl.extractor.lazy_extractors'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 3, in <module>
    import youtube_dl
  File "/usr/lib64/python3.4/site-packages/youtube_dl/__init__.py", line 43, in <module>
    from .extractor import gen_extractors, list_extractors
  File "/usr/lib64/python3.4/site-packages/youtube_dl/extractor/__init__.py", line 9, in <module>
    from .extractors import *
  File "/usr/lib64/python3.4/site-packages/youtube_dl/extractor/extractors.py", line 23, in <module>
    from .alphaporno import AlphaPornoIE
ImportError: No module named 'youtube_dl.extractor.alphaporno'
@Beep6581
Copy link
Author

@Beep6581 Beep6581 commented Apr 15, 2016

In fact just running youtube-dl without any arguments, or with --help, produces that fail.

Version 2016.04.13

@Beep6581
Copy link
Author

@Beep6581 Beep6581 commented Apr 15, 2016

Actually looks like a Gentoo Portage package issue.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 15, 2016

Actually looks like a Gentoo Portage package issue.

I'm closing it here. Please leave comments if it's not a Gentoo issue but a youtube-dl one.

@yan12125 yan12125 closed this Apr 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.