diff --git a/How-to-request-a-new-tracker.md b/How-to-request-a-new-tracker.md index c72ddad..172a504 100644 --- a/How-to-request-a-new-tracker.md +++ b/How-to-request-a-new-tracker.md @@ -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.