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()