mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 15:26:43 +01:00
add tdx update channel
This commit is contained in:
parent
84566ba91f
commit
ff0d2325e1
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
.idea
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
venv
|
venv
|
||||||
|
|
||||||
tracked_links.txt
|
tracked_links.txt
|
||||||
|
|
|
@ -27,6 +27,7 @@ HIDDEN_URLS = {
|
||||||
'desktop.telegram.org/changelog',
|
'desktop.telegram.org/changelog',
|
||||||
'td.telegram.org/current',
|
'td.telegram.org/current',
|
||||||
'td.telegram.org/current2',
|
'td.telegram.org/current2',
|
||||||
|
'td.telegram.org/current5', # tdx
|
||||||
|
|
||||||
'osx.telegram.org/updates/versions.xml', # stable
|
'osx.telegram.org/updates/versions.xml', # stable
|
||||||
'api.appcenter.ms/v0.1/public/sparkle/apps/6ed2ac30-49e1-4073-87c2-f1ffcb74e81f', # beta
|
'api.appcenter.ms/v0.1/public/sparkle/apps/6ed2ac30-49e1-4073-87c2-f1ffcb74e81f', # beta
|
||||||
|
|
Loading…
Reference in a new issue