Skip to content

Commit

Permalink
update direct_link_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Feb 19, 2025
1 parent ab79c1e commit 68268d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def direct_link_generator(link):
return mp4upload(link)
if "berkasdrive.com" in domain:
return berkasdrive(link)
if "swisstransfer" in domain:
if "www.swisstransfer.com" in domain:
return swisstransfer(link)
if any(x in domain for x in ["akmfiles.com", "akmfls.xyz"]):
return akmfiles(link)
Expand Down

0 comments on commit 68268d4

Please sign in to comment.