mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-08 10:24:43 +01:00
add contest.com
This commit is contained in:
parent
5dfbdc7d08
commit
4b84e48098
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ HIDDEN_URLS = {
|
|||
'core.telegram.org/apple_privacy',
|
||||
}
|
||||
ADDITIONAL_URLS = {
|
||||
'raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/tl/api.tl'
|
||||
'raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/tl/api.tl',
|
||||
'contest.com',
|
||||
}
|
||||
BASE_URL_REGEX = r'telegram.org'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue