exclude emoji images

This commit is contained in:
Il'ya (Marshal) 2022-05-27 17:13:04 +02:00
parent 8deb7812f2
commit 4f4a1568b9

View file

@ -123,6 +123,7 @@ CRAWL_RULES = {
'telegram.org': {
'deny': {
r'apps$',
r'img/emoji/.+',
r'img/StickerExample.psd$',
},
},