mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 14:56:46 +01:00
exclude emoji images
This commit is contained in:
parent
8deb7812f2
commit
4f4a1568b9
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ CRAWL_RULES = {
|
|||
'telegram.org': {
|
||||
'deny': {
|
||||
r'apps$',
|
||||
r'img/emoji/.+',
|
||||
r'img/StickerExample.psd$',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue