mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
disable crawling of bugs.telegram.org
This commit is contained in:
parent
3bd6888cbd
commit
e927373229
1 changed files with 2 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Reference in a new issue