Go to file
Chris b082f22143
Add "Extractor" to variable `site_name`
The docs in this repo focus on the extractor, they don't explain the entirety of the newpipe codebase. This should be made clear everywhere it isn't, starting with the site name, so prospective contributors coming for an explanation of the architecture of the newpipe app's repo don't waste their time.
2021-08-11 20:36:37 -04:00
assets add description about how to do hotfixes 2019-02-21 15:21:38 +01:00
docs Add link to website changelog. 2020-08-13 02:02:07 +02:00
theme Fix menu burger icon in navbar (mobile devices) 2019-04-07 19:33:50 +02:00
.gitignore add site to gitignore and remove it 2018-02-23 21:19:25 +01:00
.travis.yml add linkcheck script 2018-11-07 17:25:01 +01:00
LICENSE add Readme and license foo 2018-02-20 23:13:34 +01:00
README.md Spelling in README.md 2018-12-12 13:09:41 -04:00
copyright add Readme and license foo 2018-02-20 23:13:34 +01:00
linkcheck.py fix link check script 2018-12-14 09:57:35 +01:00
mkdocs.yml Add "Extractor" to variable `site_name` 2021-08-11 20:36:37 -04:00
requirements.txt add linkcheck script 2018-11-07 17:25:01 +01:00

README.md

NewPipe Tutorial

travis_build_state

This is the tutorial for the NewPipeExtractor. It is for those who want to write their own service, or use NewPipeExtractor in their own projects.

This tutorial and the documentation are in an early state. So feedback is always welcome :D

The tutorial is created using mkdocs. You can test and host it your self by running mkdocs serve in the root directory of this project. If you want to deploy your changes and you are one of the maintainers you can run mkdocs gh-deploy && git push.

License

GNU GPLv3 Image

NewPipe is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.