added parsing of the real download link

This commit is contained in:
Hellow
2023-04-18 15:13:18 +02:00
parent d689cdcb86
commit 228709413b
2 changed files with 24 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class Source(DatabaseObject):
def __init__(
self,
page_enum: SourcePages,
url: str,
url: str = None,
id_: str = None,
referer_page: SourcePages = None,
adio_url: str = None