Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Import InfoExtractor in extractor/__init__.py and __init__.py #1483
Comments
|
@jaimeMF just out of curiosity, what's wrong with importing it from its actual location? adding it to |
|
It's just that, when using the youtube_dl module, it feels a bit strange to do |
Currently
InfoExtractorcan only be imported fromyoutube_dl/extractor/common.py, should we add it toextractor/__init__.pyand__init__.py?