aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-19 11:12:58 +0100
committerChocobozzz <me@florianbigard.com>2018-02-19 11:12:58 +0100
commit35501c0fa7be9cb71e992c37e06f3cd01afc510b (patch)
tree705902d13c0ed812bb9295b64996d3168a3ec543 /README.md
parent1263fc4e6eff9ba4bf4c706c6e37c2e556bf8eb5 (diff)
downloadPeerTube-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.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3a754d54..5ff05fcb8 100644
--- a/README.md
+++ b/README.md
@@ -147,11 +147,11 @@ See the [docker guide](/support/doc/docker.md)
147 147
148See the [production guide](/support/doc/production.md). 148See the [production guide](/support/doc/production.md).
149 149
150## Contributing 150## Contributing/Test
151 151
152See the [contributing 152See the [contributing
153guide](/.github/CONTRIBUTING.md) 153guide](/.github/CONTRIBUTING.md)
154to see how to contribute to PeerTube. Spoiler alert: you don't need to be a 154to see how to test or contribute to PeerTube. Spoiler alert: you don't need to be a
155coder to help! 155coder 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
166See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation. 170See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation.