Update __init__.py

This commit is contained in:
n0stal6ic
2026-07-09 08:34:44 -05:00
committed by GitHub
parent f0ad020ddb
commit efea95d059
+2 -2
View File
@@ -21,7 +21,7 @@ class KNPY(Service):
""" """
Service code for Kanopy (https://kanopy.com). Service code for Kanopy (https://kanopy.com).
Author: FairTrade, n0stal6ic www.nostalgic.cc
Authorization: Cookies, Credentials Authorization: Cookies, Credentials
Security: FHD@L3 Security: FHD@L3
Geofence: US, CA, UK, AU, NZ Geofence: US, CA, UK, AU, NZ
@@ -636,4 +636,4 @@ class KNPY(Service):
) )
def get_chapters(self, title: Title_T) -> list: def get_chapters(self, title: Title_T) -> list:
return [] return []