mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
Updated How to request a new tracker (markdown)
parent
e8faac1fc0
commit
51e8f3ab27
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ Even if we add a request Delay between Gets of say 1 second, it would add up to
|
|||
- then as long as the site's results page is all HTML then yaml can be used.
|
||||
- However, if the search page comprises results that are dynamically generated via calls to JavaScript functions, then C# will be needed.
|
||||
- Yaml indexers are simple to write and maintain, and usually the turnaround from request to implementation is fairly short.
|
||||
- C# indexers do not have a quick turnaround from request to implementation, due to the fact that C# developers are scarce and/or busy on other projects.
|
||||
- C# indexers do not have a quick turnaround from request to implementation, due to the fact that C# developers are scarce and/or busy on other projects. Historically C# indexer requests rarely get implemented these days, its yaml or bust.
|
||||
|
|
Loading…
Reference in a new issue