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.