fix lendrive sama same

This commit is contained in:
yasirarism 2023-09-26 22:00:38 +07:00 committed by GitHub
parent e90d4a46cd
commit 4ed268c553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 9 deletions

View file

@ -27,7 +27,7 @@ from psutil import net_io_counters, virtual_memory
from pyrogram import Client from pyrogram import Client
from pyrogram import __version__ as pyrover from pyrogram import __version__ as pyrover
from pyrogram import enums, filters from pyrogram import enums, filters
from pyrogram.errors import FloodWait, MessageTooLong, PeerIdInvalid from pyrogram.errors import ChatSendPhotosForbidden, FloodWait, MessageTooLong, PeerIdInvalid
from pyrogram.raw.types import UpdateBotStopped from pyrogram.raw.types import UpdateBotStopped
from pyrogram.types import ( from pyrogram.types import (
InlineKeyboardButton, InlineKeyboardButton,
@ -123,11 +123,15 @@ async def log_file(_, ctx: Message, strings):
@app.on_message(filters.command(["donate"], COMMAND_HANDLER)) @app.on_message(filters.command(["donate"], COMMAND_HANDLER))
async def donate(_, ctx: Message): async def donate(self: Client, ctx: Message):
await ctx.reply_photo( try:
"https://img.yasirweb.eu.org/file/9427d61d6968b8ee4fb2f.jpg", await ctx.reply_photo(
caption=f"Hi {ctx.from_user.mention}, If you find this bot useful, you can make a donation to the account below. Because this bot server uses VPS and is not free. Thank You..\n\n<b>Indonesian Payment:</b>\n<b>QRIS:</b> https://img.yasirweb.eu.org/file/b1c86973ae4e55721983a.jpg (Yasir Store)\n<b>Mayar:</b> https://yasirarism.mayar.link/payme\n<b>Bank Jago:</b> 109641845083 (Yasir Aris M)\n\nFor international people can use PayPal to support me or via GitHub Sponsor:\nhttps://paypal.me/yasirarism\nhttps://github.com/sponsors/yasirarism\n\n<b>Source:</b> @BeriKopi", "https://img.yasirweb.eu.org/file/9427d61d6968b8ee4fb2f.jpg",
) caption=f"Hi {ctx.from_user.mention}, If you find this bot useful, you can make a donation to the account below. Because this bot server uses VPS and is not free. Thank You..\n\n<b>Indonesian Payment:</b>\n<b>QRIS:</b> https://img.yasirweb.eu.org/file/b1c86973ae4e55721983a.jpg (Yasir Store)\n<b>Mayar:</b> https://yasirarism.mayar.link/payme\n<b>Bank Jago:</b> 109641845083 (Yasir Aris M)\n\nFor international people can use PayPal to support me or via GitHub Sponsor:\nhttps://paypal.me/yasirarism\nhttps://github.com/sponsors/yasirarism\n\n<b>Source:</b> @BeriKopi",
)
except ChatSendPhotosForbidden:
await self.send_message(LOG_CHANNEL, f"❗️ <b>WARNING</b>\nI'm leaving from {ctx.chat.id} since i didn't have sufficient admin permissions.")
await ctx.chat.leave()
@app.on_message( @app.on_message(

View file

@ -49,8 +49,8 @@ web = {
"movieku": "https://107.152.37.223", "movieku": "https://107.152.37.223",
"kusonime": "https://kusonime.com", "kusonime": "https://kusonime.com",
"lendrive": "https://lendrive.web.id", "lendrive": "https://lendrive.web.id",
"samehadaku": "https://samehadaku.bio", "samehadaku": "https://samehadaku.help",
"oplovers": "https://oploverz.top", "oplovers": "https://oploverz.red",
"nodrakor": "https://no-drakor.xyz", "nodrakor": "https://no-drakor.xyz",
} }
@ -381,7 +381,7 @@ async def getDataSavefilm21(msg, kueri, CurrentPage, user, strings):
async def getDataLendrive(msg, kueri, CurrentPage, user, strings): async def getDataLendrive(msg, kueri, CurrentPage, user, strings):
if not SCRAP_DICT.get(msg.id): if not SCRAP_DICT.get(msg.id):
try: try:
if query: if kueri:
data = await fetch.get( data = await fetch.get(
f"{web['lendrive']}/?s={kueri}", f"{web['lendrive']}/?s={kueri}",
follow_redirects=True, follow_redirects=True,