add initial page of how to implement a own service

This commit is contained in:
Christian Schabesberger 2018-09-10 12:56:38 +02:00
parent 2dbd271f6b
commit 1f80e9df75
1 changed files with 7 additions and 0 deletions

View File

@ -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.