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 - variable md5 checksum? #14517
Comments
|
Youtube now wraps all external links in description in own redirected links with random |
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,
I am trying to add a new test for an extractor and have come across a strange effect regarding the description field.
The test regards a video on the Youtube website:
https://www.youtube.com/watch?v=jWuNtik0C8E
The description for this video is quite long, so I want to set this property as an 'md5:' checksum value. However, Youtube-dl reports a different value for this property every time I try to fetch the video.
i.e.
'description': 'md5:1a074ab7d4303b6329fd64f116fb4fb9''description': 'md5:b3e448cc5f0c088788321c4e1f2c52d2''description': 'md5:507d1c68ec7a42d26a86f1afe2850e34''description': 'md5:676b205db857d5867e7530319b96a590'Why would the checksum value for the description field differ with successive hits, when the description text for this video is always the same in each case? Has anyone seen this effect before?
Many thanks in advance!
Parmjit V.