We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa82a2c commit 8c2ff74Copy full SHA for 8c2ff74
1 file changed
animeworld/servers/Server.py
@@ -18,6 +18,8 @@ class Server:
18
Methods:
19
20
- `download`: Scarica l'episodio.
21
+ - `fileInfo`: Recupera le informazioni del file dell'episodio.
22
+ - `fileLink`: Recupera il link diretto per il download del file dell'episodio.
23
"""
24
25
def __init__(self, link: str, Nid: int, name: str, number: str):
0 commit comments