Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555656 - >=net-misc/youtube-dl-2015.06.25: python indentation error
Summary: >=net-misc/youtube-dl-2015.06.25: python indentation error
Status: RESOLVED DUPLICATE of bug 554088
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-22 19:50 UTC by Thomas Capricelli
Modified: 2015-07-24 04:20 UTC (History)
1 user (show)

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 Thomas Capricelli 2015-07-22 19:50:36 UTC
I can reproduce with net-misc/youtube-dl-2015.06.25 and net-misc/youtube-dl-2015.07.04 at least. When starting youtub-dl with whatever options/parameters, i got :


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 43, in <module>
    from .extractor import gen_extractors, list_extractors
  File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/__init__.py", line 547
    TNAFlixIE,
    ^
IndentationError: unexpected indent


I'm using 2.7.10 on an updated ~amd64.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-07-24 04:20:17 UTC

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