mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix doh domains
This commit is contained in:
+2
-2
@@ -17,12 +17,12 @@ from app.log import logger
|
|||||||
# 定义一个全局集合来存储注册的主机
|
# 定义一个全局集合来存储注册的主机
|
||||||
_registered_hosts = {
|
_registered_hosts = {
|
||||||
'api.themoviedb.org',
|
'api.themoviedb.org',
|
||||||
'api.thetvdb.com',
|
|
||||||
'webservice.fanart.tv',
|
|
||||||
'api.tmdb.org',
|
'api.tmdb.org',
|
||||||
|
'webservice.fanart.tv',
|
||||||
'api.github.com',
|
'api.github.com',
|
||||||
'github.com',
|
'github.com',
|
||||||
'raw.githubusercontent.com',
|
'raw.githubusercontent.com',
|
||||||
|
'api.telegram.org'
|
||||||
}
|
}
|
||||||
|
|
||||||
# 定义一个全局线程池执行器
|
# 定义一个全局线程池执行器
|
||||||
|
|||||||
Reference in New Issue
Block a user