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.
As shown in #8712, there is no mentioning of uploader's url in output dict of YouTube videos.
Why is this needed? For complying with the attribution requirements, an explicit url is sometimes required to uniquely identify an uploader (see downstream bug). While I see there's 'uploader_id' in output dict, some ambiguity exist that make programmatic determining of the url difficult:
In the first case,
https://www.youtube.com/channel/should be prepended to get the correct url, while in the second casehttps://www.youtube.com/user/should be prepended instead.