mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 19:49:23 +01:00
Changed the way some functions accepts paramater
This commit is contained in:
parent
a307c706cd
commit
7b23113f8b
@ -16,7 +16,7 @@ class Download:
|
||||
episode_start: int
|
||||
episode_end: int
|
||||
|
||||
def get_links(self, source) -> list[str]:
|
||||
def get_links(self, source=None) -> list[str]:
|
||||
if source is not None:
|
||||
source_ep = f"https://gogoanime.pe/{self.name}-episode-"
|
||||
episode_links = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user