Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
salko-ua authored Jan 19, 2024
1 parent 18bb327 commit 6388854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handlers/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@


@router.message(F.text.startswith("https://www.olx.ua/"))
@router.message(F.text.startswith("https://olx.ua/d/uk/"))
@router.message(F.text.startswith("https://olx.ua/"))
@router.message(F.text.startswith("https://m.olx.ua/"))
async def main(message: Message, bot: Bot):
db = await Database.setup()
date = datetime.now().timestamp()
Expand Down

0 comments on commit 6388854

Please sign in to comment.