Update FAQ.md

Layout fix
TRaSH 2020-07-28 20:01:37 +02:00
parent 26c582ca71
commit 543f889f5f
1 changed files with 17 additions and 16 deletions

33
FAQ.md

@ -151,26 +151,27 @@ Well you got several ways to do that.
Learn Python and create a provider script for Bazarr.
> You can can look in the source code which [providers](https://github.com/morpheus65535/bazarr/tree/master/libs/subliminal_patch/providers) we got and working on.
> If you need to write one then you can use the 2 following templates depending what the provider supports.
>
> - [API-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/napisy24.py)
> - [Page-Scrapping-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/soustitreseu.py)
>
> If API is supported it is preferred.
> Why ?
> Easier Error management and Scrapping the site is more resource intensive.
You can can look in the source code which [providers](https://github.com/morpheus65535/bazarr/tree/master/libs/subliminal_patch/providers) we got and working on.
If you need to write one then you can use the 2 following templates depending what the provider supports.
- [API-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/napisy24.py)
- [Page-Scrapping-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/soustitreseu.py)
If API is supported it is preferred.
Why ?
Easier Error management and Scrapping the site is more resource intensive.
2. The slowest:
[Bazarr Feature Request](https://bazarr.featureupvote.com/)
> First check if no one else already requested it of no one requested it you can create a new Feature Request, make sure to use a clear topic and use a good description and why etc.
>
> ***Keep in mind it doesn't mean it will happen, created or added !!!***
First check if no one else already requested it of no one requested it you can create a new Feature Request, make sure to use a clear topic and use a good description and why etc.
**We highly discourage you from requesting providers in the Discord/Github.**
**It will be ignored or forgotten !!!**
> **Keep in mind it doesn't mean it will happen, created or added !!!**
> **We highly discourage you from requesting providers in the Discord/Github.**
> **It will be ignored or forgotten !!!**
------
@ -178,8 +179,8 @@ Learn Python and create a provider script for Bazarr.
Go to [Bazarr Feature Request](https://bazarr.featureupvote.com/)
>First check if no one else already requested it of no one requested it you can create a new Feature Request, make sure to use a clear topic and use a good description and why etc.
>
First check if no one else already requested it of no one requested it you can create a new Feature Request, make sure to use a clear topic and use a good description and why etc.
>***Keep in mind it doesn't mean it will happen, created or added !!!***
------