Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542060 - =net-misc/youtube-dl-2015.02.20: IndentationError: unexpected indent - line 339
Summary: =net-misc/youtube-dl-2015.02.20: IndentationError: unexpected indent - line 339
Status: RESOLVED DUPLICATE of bug 540988
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-04 07:20 UTC by Juergen Rose
Modified: 2015-03-04 19:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2015-03-04 07:20:26 UTC
Trying to access https://www.youtube.com/watch?v=RXQM_I9NADM
youtube-dl fails with:

rose@impala:/home/rose(8)$ youtube-dl https://www.youtube.com/watch?v=RXQM_I9NADM
Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 3, in <module>
    import youtube_dl
  File "/usr/lib64/python2.7/site-packages/youtube_dl/__init__.py", line 42, in <module>
    from .extractor import gen_extractors, list_extractors
  File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/__init__.py", line 339
    PornHubIE,
    ^
IndentationError: unexpected indent
rose@impala:


The corresponding lines are:
...
from .playvid import PlayvidIE
from .podomatic import PodomaticIE
    PornHubIE,
    PornHubPlaylistIE,
)
from .promptfile import PromptFileIE
...
Comment 1 Michael Orlitzky gentoo-dev 2015-03-04 19:05:46 UTC

*** This bug has been marked as a duplicate of bug 540988 ***