| Summary: | net-misc/youtube-dl-2016.04.13 doesn't work | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | DrSlony <bugs> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bugs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I initially reported this upstream ( https://github.com/rg3/youtube-dl/issues/9206 ) but looks like an ebuild-failed-sed problem. *** This bug has been marked as a duplicate of bug 580010 *** |
Running youtube-dl-2016.04.13 even without any parameters crashes 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'