fix(connectors): incorrect registry location

Registry paths were using the incorrect connector path locations.
This commit is contained in:
2026-03-10 18:18:42 +00:00
parent 2a8d7c7972
commit 5ccb2e73cd
5 changed files with 16 additions and 10 deletions

View File

@@ -16,10 +16,11 @@ HEADERS = {
}
class BoardsAPI(BaseConnector):
source_name: str = "boards.ie"
display_name: str = "Boards.ie"
def __init__(self):
self.url = "https://www.boards.ie"
self.source_name = "boards.ie"
self.display_name = "Boards.ie"
def get_new_posts_by_search(self,
search: str,