mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-20 16:15:08 +01:00
add td_api of tdlib
This commit is contained in:
parent
3fabd1193d
commit
2f84611c90
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ ADDITIONAL_URLS = {
|
|||
'raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/tl/mtproto.tl',
|
||||
'raw.githubusercontent.com/telegramdesktop/tdesktop/dev/Telegram/Resources/tl/api.tl',
|
||||
'raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/telegram_api.tl',
|
||||
'raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl',
|
||||
}
|
||||
BASE_URL_REGEX = r'telegram.org'
|
||||
|
||||
|
|
Loading…
Reference in a new issue