mirror of
https://github.com/n0stal6ic/unshackle-services.git
synced 2026-07-15 17:40:02 +02:00
Change author contact in NFBC service
Updated author information in NFBC class.
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ class NFBC(Service):
|
|||||||
"""
|
"""
|
||||||
Service code for National Film Board of Canada (https://www.nfb.ca)
|
Service code for National Film Board of Canada (https://www.nfb.ca)
|
||||||
|
|
||||||
Author: n0stal6ic
|
www.nostalgic.cc
|
||||||
Authorization: None
|
Authorization: None
|
||||||
Geofence: CA, US
|
Geofence: CA, US
|
||||||
"""
|
"""
|
||||||
@@ -139,4 +139,4 @@ class NFBC(Service):
|
|||||||
return tracks
|
return tracks
|
||||||
|
|
||||||
def get_chapters(self, title: Title_T) -> Chapters:
|
def get_chapters(self, title: Title_T) -> Chapters:
|
||||||
return Chapters()
|
return Chapters()
|
||||||
|
|||||||
Reference in New Issue
Block a user