Skip to content

Commit

Permalink
Kolop Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajveer0916 authored Dec 8, 2022
1 parent 79e3f4c commit 65a03f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@ def udrive(url: str) -> str:
if "katdrive" in url:
client.cookies.update({"crypt": config_dict['KATDRIVE_CRYPT']})
if "kolop" in url:
if "kolop.icu" in url:
url = url.replace(".icu",".cyou")
client.cookies.update({"crypt": config_dict['KATDRIVE_CRYPT']})
if "drivefire" in url:
client.cookies.update({"crypt": config_dict['DRIVEFIRE_CRYPT']})
Expand Down

0 comments on commit 65a03f2

Please sign in to comment.