Added MangaPill. Updated to Python 3.14. Improved download performace through async improvments
This commit is contained in:
+2
-4
@@ -3,10 +3,8 @@ from abc import ABC, abstractmethod
|
||||
|
||||
class Provider(ABC):
|
||||
|
||||
@staticmethod
|
||||
@abstractmethod
|
||||
def domain() -> str:
|
||||
pass
|
||||
domain: str
|
||||
headers: dict
|
||||
|
||||
@abstractmethod
|
||||
def get_mediainfo(self) -> tuple[dict, list]:
|
||||
|
||||
Reference in New Issue
Block a user