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.
AttributeError: type object 'TestDownload' has no attribute 'test_yourextractor' #13266
Comments
|
No |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.05.29. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I am trying to contribute to this project (adding extractor) and encounter issues from the start.
The contribution page declares under point 6:
I tried this after adding a new extractorfile named streammydirtyhobby.py with the default contend suggested in the contribution page (changed the classname ofc) and adding the import to the extractor.py
Unfortunately I get this cli output:
So I tried this with another already finished extractor like StreamangoIE and StreamcloudIE. Both crashed with the same error.
Sorry if I am missing something trivial here. This is my first approach in coding for an open source project and I am still reading into code guidelines/workflow.