diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-19 11:12:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-19 11:12:58 +0100 |
commit | 35501c0fa7be9cb71e992c37e06f3cd01afc510b (patch) | |
tree | 705902d13c0ed812bb9295b64996d3168a3ec543 /README.md | |
parent | 1263fc4e6eff9ba4bf4c706c6e37c2e556bf8eb5 (diff) | |
download | PeerTube-35501c0fa7be9cb71e992c37e06f3cd01afc510b.tar.gz PeerTube-35501c0fa7be9cb71e992c37e06f3cd01afc510b.tar.zst PeerTube-35501c0fa7be9cb71e992c37e06f3cd01afc510b.zip |
Add ability to import just one video from youtube
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -147,11 +147,11 @@ See the [docker guide](/support/doc/docker.md) | |||
147 | 147 | ||
148 | See the [production guide](/support/doc/production.md). | 148 | See the [production guide](/support/doc/production.md). |
149 | 149 | ||
150 | ## Contributing | 150 | ## Contributing/Test |
151 | 151 | ||
152 | See the [contributing | 152 | See the [contributing |
153 | guide](/.github/CONTRIBUTING.md) | 153 | guide](/.github/CONTRIBUTING.md) |
154 | to see how to contribute to PeerTube. Spoiler alert: you don't need to be a | 154 | to see how to test or contribute to PeerTube. Spoiler alert: you don't need to be a |
155 | coder to help! | 155 | coder to help! |
156 | 156 | ||
157 | ## API REST documentation | 157 | ## API REST documentation |
@@ -161,6 +161,10 @@ For now only on Github: | |||
161 | * HTML version: [/support/doc/api/html/index.html](/support/doc/api/html/index.html) | 161 | * HTML version: [/support/doc/api/html/index.html](/support/doc/api/html/index.html) |
162 | * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) | 162 | * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) |
163 | 163 | ||
164 | ## Tools | ||
165 | |||
166 | * [YouTube import](/support/doc/import-youtube.md) | ||
167 | |||
164 | ## Architecture | 168 | ## Architecture |
165 | 169 | ||
166 | See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation. | 170 | See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation. |