Skip to content

Commit

Permalink
fix in
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork committed Jan 21, 2024
1 parent b4df28e commit 2ffbcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megadl/lib/ddl.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def download(
async def _parse_gdrive(self, url: str):
return re.sub(
CMP_GD_QUERY,
CMP_GD_REPLACE,
STR_GD_REPLACE,
url,
)

Expand Down

0 comments on commit 2ffbcc8

Please sign in to comment.