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
46038e93a3
commit
a5619c8c4d
@ -16,12 +16,6 @@ class Download:
|
||||
episode_start: int
|
||||
episode_end: int
|
||||
|
||||
# def __post_init__(self):
|
||||
# if self.episode_start == None:
|
||||
# self.episode_start = 1
|
||||
# if self.episode_end == None:
|
||||
# self.episode_end = self.all_episodes
|
||||
|
||||
def get_links(self, source=None) -> list[str]:
|
||||
if source != None:
|
||||
source_ep = f"https://gogoanime.pe/{self.name}-episode-"
|
||||
|
Loading…
x
Reference in New Issue
Block a user