Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafitz Setya authored Sep 22, 2021
1 parent 11ce564 commit bebd49b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def log(update, context):
<br><br>
<b>/{BotCommands.LeechTarWatchCommand}</b> Leech through youtube-dl and tar before uploading
<br><br>
<b>/{BotCommands.LeechTarWatchCommand}</b> Leech through youtube-dl and zip before uploading
<b>/{BotCommands.LeechZipWatchCommand}</b> Leech through youtube-dl and zip before uploading
<br><br>
<b>/{BotCommands.LeechSetCommand}</b> Leech Settings
<br><br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def fichier(link: str) -> str:
else:
raise DirectDownloadLinkException(f"ERROR: 1fichier is on a limit. Please wait {numbers[0]} minute.")
elif "protect access" in str(str_2).lower():
raise DirectDownloadLinkException("ERROR: This link requires a password!\n\n<b>This link requires a password!</b>\n- Insert sign <b>::</b> after the link and write the password after the sign.\n\n<b>Example:</b>\n<code>/mirror https://1fichier.com/?smmtd8twfpm66awbqz04::love you</code>\n\n* No spaces between the signs <b>::</b>\n* For the password, you can use a space!")
raise DirectDownloadLinkException(f"ERROR: This link requires a password!\n\n<b>This link requires a password!</b>\n- Insert sign <b>::</b> after the link and write the password after the sign.\n\n<b>Example:</b>\n<code>/{BotCommands.MirrorCommand} https://1fichier.com/?smmtd8twfpm66awbqz04::love you</code>\n\n* No spaces between the signs <b>::</b>\n* For the password, you can use a space!")
else:
raise DirectDownloadLinkException("ERROR: Error trying to generate Direct Link from 1fichier!")
elif len(soup.find_all("div", {"class": "ct_warn"})) == 3:
Expand Down
6 changes: 3 additions & 3 deletions wserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Torrent File Selector</title>
<link rel="icon" href="https://telegra.ph/file/6507910fd06d18dfaba82.jpg" type="image/jpg">
<link rel="icon" href="https://telegra.ph/file/a97fb49ff2498018a59a7.png" type="image/jpg">
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
Expand Down Expand Up @@ -202,7 +202,7 @@
<header>
<div class="brand">
<img
src="https://telegra.ph/file/6507910fd06d18dfaba82.jpg"
src="https://telegra.ph/file/a97fb49ff2498018a59a7.png"
alt="logo"
/>
<a href="https://t.me/SlamMirrorUpdates">
Expand Down Expand Up @@ -527,7 +527,7 @@
<header>
<div class="brand">
<img
src="https://telegra.ph/file/6507910fd06d18dfaba82.jpg"
src="https://telegra.ph/file/a97fb49ff2498018a59a7.png"
alt="logo"
/>
<a href="https://t.me/SlamMirrorUpdates">
Expand Down

0 comments on commit bebd49b

Please sign in to comment.