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.
JSON contains full file name (and possibly other identifying metadata) and this cannot be disabled #25576
Comments
it's probably more like 400,000+ He wants directory path removed from the JSON metadata. |
|
No idea what are you even talking about, it does not include any directory names. |
|
youtube-dl includes a @dstftw Would you accept a PR sanitizing this data? Or should I handle sanitizing on our end (bibanon/tubeup#119)? |
Checklist
Description
The generated JSON (flag --write-info-json) always includes the full directory name of the video file, which can be a privacy problem if the JSON is or has to be made public, since this leaks the user's OS and often the name of his/her home directory. For example, this affects millions of videos on the Internet Archive, for which the uploaders may not have been aware of this problem. It should be possible -- by default or upon using another flag -- to directly generate a JSON file that contains a minimal amount of identifying information. See bibanon/tubeup#119.