-
-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature to remove links and usernames from messages #129
Comments
that's a good idea. but there are other features on the priority list. (I will touch this after other important things are done) If you know python and a little bit of telethon library, you may try doing this read more about plugins here : |
You can do this in many ways. using regexFor this, you need to learn regex. Or use google search to find what you want.
formatYou can change the text format to "code". Thus all links will be unclickable. read formatting |
Thanks for regex support. I created a regex pattern to find URLs starting with https:// or http://. Sharing it for those who need it. (Note: double back slash before |
Yup! Inside yaml, you need to escape the |
Can anyone provide a regex to remove everyhting from caption except those lines that are ending with .mkv or .mp4 |
Please add a plugin for automatically detecting and removing any kind of links from messages
The text was updated successfully, but these errors were encountered: