diff options
author | Sergey M <dstftw@gmail.com> | 2016-02-23 04:58:51 +0600 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2016-02-23 04:58:51 +0600 |
commit | 58525c94d547be1c8167d16c298bdd75506db328 (patch) | |
tree | 9a504b892e1f6a9060636372914539f76413f001 /README.md | |
parent | 621bd0cda9b1d95e0b595d181b3576967abaa66a (diff) |
[README.md] Emphasize copyright infringement aspects in add-new-site-support tutorial
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -830,7 +830,9 @@ If you want to create a build of youtube-dl yourself, you'll need ### Adding support for a new site -If you want to add support for a new site, you can follow this quick list (assuming your service is called `yourextractor`): +If you want to add support for a new site, first of all **make sure** this site is **not dedicated to [copyright infringement](#can-you-add-support-for-this-anime-video-site-or-site-which-shows-current-movies-for-free)**. youtube-dl does **not support** such sites thus pull requests adding support for them **will be rejected**. + +After you have ensured this site is distributing it's content legally, you can follow this quick list (assuming your service is called `yourextractor`): 1. [Fork this repository](https://github.com/rg3/youtube-dl/fork) 2. Check out the source code with `git clone git@github.com:YOUR_GITHUB_USERNAME/youtube-dl.git` |