exclude dynamic list of users

This commit is contained in:
Il'ya (Marshal) 2021-05-05 12:58:54 +02:00
parent 666a32f891
commit fe44e713b7

View file

@ -22,6 +22,8 @@ HIDDEN_URLS = {
'telegram.org/evolution',
'desktop.telegram.org/changelog',
'instantview.telegram.org/rules',
}
BASE_URL_REGEX = r'telegram.org'
@ -52,7 +54,7 @@ CRAWL_RULES = {
r'templates/.+',
'samples/',
'contest/',
'contest',
},
},
'core.telegram.org': {