temporary remove /apps page with easter egg from Telegram (random order web clients); update links list as often as possible for tests

This commit is contained in:
Il'ya (Marshal) 2021-04-24 23:06:56 +02:00
parent 92f76232b5
commit 9a4a6e55ac
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ name: Generate or update list of tracked links
on:
schedule:
- cron: '0 * * * *'
- cron: '* * * * *'
push:
branches:
- main

View file

@ -72,6 +72,7 @@ CRAWL_RULES = {
'telegram.org': {
'deny': {
'file/',
r'apps$'
},
}
}