mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
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:
parent
92f76232b5
commit
9a4a6e55ac
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Generate or update list of tracked links
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '* * * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
@ -72,6 +72,7 @@ CRAWL_RULES = {
|
|||
'telegram.org': {
|
||||
'deny': {
|
||||
'file/',
|
||||
r'apps$'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue