Dan
|
8f0b8babc2
|
Merge develop -> asyncio
|
2019-09-08 13:26:10 +02:00 |
|
Dan
|
792068d7c8
|
Stop instantiating logger objects and directly use the logging module
|
2019-09-08 12:59:28 +02:00 |
|
Dan
|
ce72a7edd9
|
Merge develop -> asyncio
|
2019-09-07 13:40:26 +02:00 |
|
Dan
|
f3b33ef1d5
|
Revert "Enhance Parser when dealing with leading and trailing whitespaces"
This reverts commit 8cdcf90b
|
2019-09-07 12:49:35 +02:00 |
|
Dan
|
06f3053af8
|
Merge branch 'develop' into asyncio-dev
|
2019-08-07 16:37:55 +02:00 |
|
Mario A
|
2aefbfd531
|
Add better support for nested entities (both for HTML and Markdown) (#297)
* Added better support for nested entities, both for HTML and Markdown
* Tiny style fix
* Make use of pre-defined constants
|
2019-08-07 13:48:21 +02:00 |
|
Dan
|
0f9029202e
|
Merge develop -> asyncio
|
2019-07-30 00:06:06 +02:00 |
|
Dan
|
8cdcf90b10
|
Enhance Parser when dealing with leading and trailing whitespaces
|
2019-07-28 15:11:18 +02:00 |
|
Dan
|
d441f16879
|
Merge develop -> asyncio
|
2019-07-11 04:17:46 +02:00 |
|
Dan
|
7c704bbb6a
|
Make the text parser log warnings instead of raising exceptions
|
2019-07-11 04:14:14 +02:00 |
|
Dan
|
b20e0ef2d2
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/__init__.py
# pyrogram/client/methods/chats/export_chat_invite_link.py
# pyrogram/client/parser/html.py
|
2019-07-01 14:49:47 +02:00 |
|
Dan
|
a790431274
|
Do string conversion and striping in the Parser
|
2019-06-30 21:08:50 +02:00 |
|
Dan
|
8ef97f2177
|
Merge branch 'develop' into asyncio
# Conflicts:
# pyrogram/client/methods/messages/edit_message_text.py
# pyrogram/client/methods/messages/send_animation.py
# pyrogram/client/methods/messages/send_audio.py
# pyrogram/client/methods/messages/send_cached_media.py
# pyrogram/client/methods/messages/send_document.py
# pyrogram/client/methods/messages/send_message.py
# pyrogram/client/methods/messages/send_photo.py
# pyrogram/client/methods/messages/send_video.py
# pyrogram/client/methods/messages/send_voice.py
# pyrogram/client/parser/html.py
# pyrogram/client/parser/markdown.py
# pyrogram/client/types/input_message_content/input_text_message_content.py
|
2019-06-26 19:34:49 +02:00 |
|
Dan
|
be5f0c9529
|
Parser's client can be None
In that case, check if is None and don't parse user mentions.
This happens only in text content for inline results
|
2019-06-26 16:06:50 +02:00 |
|