Hacker News new | past | comments | ask | show | jobs | submit login

I think this is actually an interesting question. Someone could fork youtube-dl to create "public-domain-dl" which has multiple references in the README to the fact that it is only intended for downloading public domain videos from YouTube (and elsewhere).

Instead of a unit test which successfully downloads a copyright-protected video, it would have a unit test which attempts to download such videos but returns an error message to the user based on a hardcoded blacklist of videos IDs, stored in a separate config file. (It would also have a unit test for successfully downloading a public domain video from the developers' own channel, of course).

The developers could also make clear that they are happy to receive DMCA requests to add specific video IDs to their blacklist. As for what happens if the user deletes the blacklist config file, maybe that won't have a unit test.

If such a fork was successful in fending off court cases, though, it would start to raise interesting First Amendment questions. The difference between the two pieces of software, in practice, is just the text in the README telling people not to break the law (plus a single "Delete" button press after installation, which the user would have to learn about from another source). This would mean that the difference between developers complying with the law and breaking the law is including that text in the README, which effectively seems like compelled speech.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: