mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-11 12:41:37 +01:00
Added TDLib schema link
This commit is contained in:
parent
a5c69b8c39
commit
22d07f21f7
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ HIDDEN_URLS = {
|
|||
}
|
||||
ADDITIONAL_URLS = {
|
||||
'raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/tl/api.tl',
|
||||
'raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/telegram_api.tl',
|
||||
'contest.com',
|
||||
}
|
||||
BASE_URL_REGEX = r'telegram.org'
|
||||
|
|
Loading…
Reference in a new issue