From 8ed47bca7a350afd6e0fc7dad6872ff4f9ba7bd0 Mon Sep 17 00:00:00 2001 From: n0stal6ic Date: Thu, 9 Jul 2026 08:34:57 -0500 Subject: [PATCH] Change author contact in NFBC service Updated author information in NFBC class. --- NFBC/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NFBC/__init__.py b/NFBC/__init__.py index 2f5a555..a1ad738 100644 --- a/NFBC/__init__.py +++ b/NFBC/__init__.py @@ -17,7 +17,7 @@ class NFBC(Service): """ Service code for National Film Board of Canada (https://www.nfb.ca) - Author: n0stal6ic + www.nostalgic.cc Authorization: None Geofence: CA, US """ @@ -139,4 +139,4 @@ class NFBC(Service): return tracks def get_chapters(self, title: Title_T) -> Chapters: - return Chapters() \ No newline at end of file + return Chapters()