Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 542060

Summary: =net-misc/youtube-dl-2015.02.20: IndentationError: unexpected indent - line 339
Product: Gentoo Linux Reporter: Juergen Rose <rose>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***