From 1f80e9df7506391b062e4b9ec7bdc267495081dc Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Mon, 10 Sep 2018 12:56:38 +0200 Subject: [PATCH] add initial page of how to implement a own service --- docs/03_Implement_a_service.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/03_Implement_a_service.md diff --git a/docs/03_Implement_a_service.md b/docs/03_Implement_a_service.md new file mode 100644 index 0000000..186e075 --- /dev/null +++ b/docs/03_Implement_a_service.md @@ -0,0 +1,7 @@ +# Implement a service + +Services or better service connectors are the parts of NewPipe which communicative with an actual service like YouTube. +This Page will describe how you can implement and add your own. Please make sure you red and understand the +[Concept of Extractors](https://teamnewpipe.github.io/documentation/01_Concept_of_the_extractor/) +and the [Concept of LinkHandler](https://teamnewpipe.github.io/documentation/02_Concept_of_LinkHandler/) +before implementing your own Service.