pyrofork/pyrogram
Dan 7490f6cfa3 Update the HTML parser: make it easy for asyncio to deal with mentions
We can't await coroutines inside HTMLParser overridden methods, such as
handle_starttag, because they can't be async. This commit moves the
resolve_peer call into the parse method of the HTML class, which can be
defined async.
2019-06-25 11:47:45 +02:00
..
api Rearrange code 2019-06-06 19:29:44 +02:00
client Update the HTML parser: make it easy for asyncio to deal with mentions 2019-06-25 11:47:45 +02:00
connection Reformat code 2019-03-16 17:51:37 +01:00
crypto Update domain name references to pyrogram.org 2019-05-19 21:40:41 +02:00
errors Refactor project and move errors namespace out from pyrogram.api 2019-03-25 11:23:45 +01:00
session Update Auth and Session to accommodate Storage Engines 2019-06-19 16:02:29 +02:00
vendor Reformat code 2019-03-16 17:51:37 +01:00
__init__.py Update develop version 2019-06-11 20:50:36 +02:00