mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-08 10:24:43 +01:00
update pyrogram (layer 142)
This commit is contained in:
parent
8568627e8b
commit
8396464890
2 changed files with 3 additions and 4 deletions
|
@ -448,9 +448,8 @@ async def _fetch_and_track_mtproto(app, output_dir):
|
|||
elif key in keys_to_hide:
|
||||
config[key] = 'crawler'
|
||||
|
||||
configs_to_filter = {f'sticker_set/{name}' for name in sticker_set_short_names} | \
|
||||
{'GetAppConfig', 'GetAvailableReactions'}
|
||||
for config_name in configs_to_filter:
|
||||
sticker_sets_to_filter = {f'sticker_set/{name}' for name in sticker_set_short_names}
|
||||
for config_name in sticker_sets_to_filter | {'GetAppConfig', 'GetAvailableReactions'}:
|
||||
configs[config_name] = json.loads(str(configs[config_name]))
|
||||
rem_rec(configs[config_name])
|
||||
configs[config_name] = json.dumps(configs[config_name], indent=4)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
aiohttp==3.7.4.post0
|
||||
aiodns==3.0.0
|
||||
aiofiles==0.6.0
|
||||
Pyrogram==2.0.19
|
||||
Pyrogram==2.0.26
|
||||
TgCrypto==1.2.3
|
||||
beautifulsoup4==4.11.1
|
||||
# uvloop==0.16.0
|
Loading…
Add table
Reference in a new issue