diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-11-21 12:24:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-21 12:24:11 +0800 |
commit | 0bb58a208bcb2b6de3a4b20655d35df281ac531f (patch) | |
tree | 309aa2cdf9143f992f3dd80aff78e235a4d28211 /README.md | |
parent | 8f8f182d0baf04c31e95582aa7eedea940e0cdd2 (diff) | |
parent | dc6a9e41955219daa4a353846a2183f6b5c910e5 (diff) |
Merge pull request #11239 from josephfrazier/patch-1
[CONTRIBUTING.md] Fix broken link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -930,7 +930,7 @@ 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, 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**. +If you want to add support for a new site, first of all **make sure** this site is **not dedicated to [copyright infringement](README.md#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`): |