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.
Description field for new tests - use text or md5 prefix? #14510
Comments
|
md5 is usually used for a long description strings. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.10.15.1. 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?
Hello All,
Regarding the tests in place for a given extractor, the description field is set as either a literal text string or as a MD5 checksum value. For example:
'description': 'Here is a literal text description of a video clip.'-vs-
'description': 'md5:f3ceb5ef83a08d95b9d146f973157cc8'When adding a new test for an extractor, when is it appropriate to use the 'md5:' prefix for the description field?
Many thanks,
Parmjit V.