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.
(Related ticket for YouTube: #8724)
There is no mentioning of uploader's url in output dict of Flickr videos.
Why is this needed? For complying with the attribution requirements, an explicit url is sometimes required to uniquely identify an uploader. While usually the url can be returned by
https://www.flickr.com/photos/<uploader_id>, anduploader_idexists in output dict, for the sake of consistency with other extractors (less hacking downstream), the logic is better put here.