Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Qewertyy committed May 23, 2024
1 parent 0240fcf commit aed03c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexica/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def MediaDownloaders(self : "Client",platform: str,url:str):
}
"""
resp = self._request(
url=f'https://api.qewertyy.me/downloaders/{platform}',
url=f'{self.url}/downloaders/{platform}',
method='POST',
params={"url": url}
)
Expand Down

0 comments on commit aed03c8

Please sign in to comment.