disable crawling of bugs.telegram.org

This commit is contained in:
Il'ya (Marshal) 2021-04-24 14:43:01 +02:00
parent 3bd6888cbd
commit e927373229

View file

@ -42,7 +42,8 @@ CRAWL_RULES = {
},
'bugs.telegram.org': { # crawl first page of cards sorted by rating
'deny': {
r'/c/[0-9]+/[0-9]+', # disable comments
# r'/c/[0-9]+/[0-9]+', # disable comments
'',
},
},
'instantview.telegram.org': {