Просмотр исходного кода

调整项目的路径

Signed-off-by: allan716 <[email protected]>
allan716 2 лет назад
Родитель
Сommit
0df745b6b1
100 измененных файлов с 349 добавлено и 346 удалено
  1. 2 2
      .github/ISSUE_TEMPLATE/----bug----.md
  2. 1 1
      .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_BUG.md
  3. 21 21
      README.md
  4. 2 2
      TestCode/test_imdb_tmdb.go
  5. 11 11
      TestCode/test_statistics_subs_score.go
  6. 3 3
      TestCode/test_statistics_subs_score_test.go
  7. 1 1
      cmd/GetCAPTCHA/backend/get_code.go
  8. 4 4
      cmd/GetCAPTCHA/backend/git_helper.go
  9. 7 7
      cmd/GetCAPTCHA/main.go
  10. 11 11
      cmd/chinesesubfinder/main.go
  11. 4 4
      cmd/subtimelinefixer/main.go
  12. 2 2
      docker/full-release.Dockerfile
  13. 1 1
      docker/lite-make.sh
  14. 6 6
      docker/readme.md
  15. 1 1
      frontend/NOTIFY.md
  16. 4 1
      frontend/src/components/VersionUpdateItem.vue
  17. 1 1
      frontend/src/layouts/MainLayout.vue
  18. 1 1
      frontend/src/pages/settings/SettingsPanelAdvanced.vue
  19. 1 1
      frontend/src/pages/settings/SettingsPanelExperiment.vue
  20. 1 1
      frontend/src/utils/common.js
  21. 1 1
      go.mod
  22. 5 5
      internal/backend/backend.go
  23. 6 6
      internal/backend/base_router.go
  24. 1 1
      internal/backend/controllers/base/backend_static_file_system.go
  25. 3 3
      internal/backend/controllers/base/change_pwd.go
  26. 1 1
      internal/backend/controllers/base/check_cron.go
  27. 3 3
      internal/backend/controllers/base/check_emby_settings.go
  28. 3 3
      internal/backend/controllers/base/controller_base.go
  29. 2 2
      internal/backend/controllers/base/def_settings.go
  30. 4 4
      internal/backend/controllers/base/login.go
  31. 2 2
      internal/backend/controllers/base/logout.go
  32. 4 4
      internal/backend/controllers/base/path_things.go
  33. 9 9
      internal/backend/controllers/base/proxy.go
  34. 2 2
      internal/backend/controllers/base/setup.go
  35. 3 3
      internal/backend/controllers/base/system_status.go
  36. 4 4
      internal/backend/controllers/base/tmdb_api.go
  37. 7 7
      internal/backend/controllers/v1/api.go
  38. 8 8
      internal/backend/controllers/v1/controller_base.go
  39. 1 1
      internal/backend/controllers/v1/daemon_things.go
  40. 3 3
      internal/backend/controllers/v1/hls.go
  41. 5 5
      internal/backend/controllers/v1/jobs_things.go
  42. 6 6
      internal/backend/controllers/v1/preview.go
  43. 3 3
      internal/backend/controllers/v1/settings.go
  44. 3 3
      internal/backend/controllers/v1/subtitles.go
  45. 5 5
      internal/backend/controllers/v1/video_list.go
  46. 6 6
      internal/backend/controllers/v1/video_list_v2.go
  47. 2 2
      internal/backend/middle/auth.go
  48. 3 3
      internal/dao/info.go
  49. 2 2
      internal/dao/init.go
  50. 1 1
      internal/models/imdb_info.go
  51. 1 1
      pkg/archive_helper/unarchiveFile.go
  52. 2 2
      pkg/archive_helper/unarchiveFile_test.go
  53. 2 2
      pkg/cache_center/cache_center.go
  54. 1 1
      pkg/cache_center/daily_download_info.go
  55. 4 4
      pkg/cache_center/download_file_info.go
  56. 3 3
      pkg/cache_center/download_file_info_test.go
  57. 2 2
      pkg/cache_center/task_queue_info.go
  58. 1 1
      pkg/change_file_encode/change_file_encode.go
  59. 2 2
      pkg/chs_cht_changer/chs_cht_changer_test.go
  60. 3 3
      pkg/debug_view/debug_view.go
  61. 2 2
      pkg/decode/decode.go
  62. 2 2
      pkg/decode/decode_test.go
  63. 8 8
      pkg/downloader/cache_info.go
  64. 6 6
      pkg/downloader/download_processer.go
  65. 17 17
      pkg/downloader/downloader.go
  66. 8 8
      pkg/downloader/downloader_things.go
  67. 2 2
      pkg/downloader/queue_cloud.go
  68. 7 7
      pkg/downloader/queue_local.go
  69. 3 3
      pkg/emby_api/emby_api.go
  70. 1 1
      pkg/emby_api/emby_api_test.go
  71. 1 1
      pkg/extend_log/darwin.go
  72. 1 1
      pkg/extend_log/linux.go
  73. 1 1
      pkg/extend_log/windows.go
  74. 2 2
      pkg/ffmpeg_helper/audio_info.go
  75. 7 7
      pkg/ffmpeg_helper/ffmpeg_helper.go
  76. 3 3
      pkg/ffmpeg_helper/ffmpeg_helper_test.go
  77. 5 5
      pkg/ffmpeg_helper/ffmpeg_info.go
  78. 2 2
      pkg/ffmpeg_helper/subtitile_info.go
  79. 1 1
      pkg/folder.go
  80. 1 1
      pkg/get_access_time/get_access_time_test.go
  81. 3 3
      pkg/hls_center/center.go
  82. 1 1
      pkg/hls_center/worker/worker.go
  83. 1 1
      pkg/hls_center/worker/worker_cmd.go
  84. 6 6
      pkg/hot_fix/hot_fix_001.go
  85. 3 3
      pkg/hot_fix/hot_fix_001_test.go
  86. 2 2
      pkg/hot_fix/hot_fix_002.go
  87. 2 2
      pkg/hot_fix/hot_fix_003.go
  88. 2 2
      pkg/hot_fix/hot_fix_004.go
  89. 3 3
      pkg/hot_fix/hot_fix_005.go
  90. 2 2
      pkg/hot_fix/hot_fix_006.go
  91. 4 4
      pkg/hot_fix/hot_fix_hub.go
  92. 5 5
      pkg/hot_fix/hot_fix_hub_test.go
  93. 1 1
      pkg/ifaces/iSubFormatter.go
  94. 1 1
      pkg/ifaces/iSubParser.go
  95. 2 2
      pkg/ifaces/iSupplier.go
  96. 5 5
      pkg/imdb_helper/imdb.go
  97. 9 9
      pkg/imdb_helper/imdb_test.go
  98. 1 1
      pkg/language/ISOLanguage.go
  99. 1 1
      pkg/language/my_language.go
  100. 1 1
      pkg/language/string_encoding.go

+ 2 - 2
.github/ISSUE_TEMPLATE/----bug----.md

@@ -93,8 +93,8 @@ assignees: ""
 
 > 是否看过对应的目录结构要求文档?
 
-- [电影的推荐目录结构](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E5%92%8C%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E7%A4%BA%E4%BE%8B.md)
-- [连续剧目录结构要求](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)
+- [电影的推荐目录结构](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E5%92%8C%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E7%A4%BA%E4%BE%8B.md)
+- [连续剧目录结构要求](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)
 
 ## 请给出当次问题的完整日志
 

+ 1 - 1
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_BUG.md

@@ -14,7 +14,7 @@ assignees: ""
 >
 > 在程序运行日志头部或者 Web UI 可以看到
 
-## 你看过[提问前,建议先看这里的排查问题的建议和步骤](https://github.com/allanpk716/ChineseSubFinder/issues/585) 了吗?
+## 你看过[提问前,建议先看这里的排查问题的建议和步骤](https://github.com/ChineseSubFinder/ChineseSubFinder/issues/585) 了吗?
 
 > No?那就先看看。
 

+ 21 - 21
README.md

@@ -13,60 +13,60 @@
 
 后续会长期支持两个方向的 Docker 镜像,差异见 [Docker 部署教程](docker/readme.md)
 
-1. 全功能版本 `allanpk716/chinesesubfinder:latest`
-2. 轻量化版本 `allanpk716/chinesesubfinder:latest-lite`
+1. 全功能版本 `ChineseSubFinder/ChineseSubFinder:latest`
+2. 轻量化版本 `ChineseSubFinder/ChineseSubFinder:latest-lite`
 
 如果使用了国内 Docker 镜像源,可能 latest 无法正确拉取到最新,那么请指定具体的 tag 去拉取,举例:
 
-1. `allanpk716/chinesesubfinder:v0.33.0`
-2. `allanpk716/chinesesubfinder:v0.33.0-lite`
+1. `ChineseSubFinder/ChineseSubFinder:v0.33.0`
+2. `ChineseSubFinder/ChineseSubFinder:v0.33.0-lite`
 
-最新的版本可以查看 [Docker Hub](https://hub.docker.com/repository/docker/allanpk716/chinesesubfinder) ,如果不在 telegram 群内,没有特殊的需求请不要选择 **Beta** 版本使用。
+最新的版本可以查看 [Docker Hub](https://hub.docker.com/repository/docker/ChineseSubFinder/ChineseSubFinder) ,如果不在 telegram 群内,没有特殊的需求请不要选择 **Beta** 版本使用。
 
 ## 前置要求
 
 如果想顺利的用起来,还是对电影、连续剧的目录有一定的要求的。见文档:
 
-- [电影的推荐目录结构](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E5%92%8C%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E7%A4%BA%E4%BE%8B.md)
-- [连续剧目录结构要求](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)
+- [电影的推荐目录结构](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E5%92%8C%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E7%A4%BA%E4%BE%8B.md)
+- [连续剧目录结构要求](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)
 
 ## How to use
 
 ### 如何部署
 
 - [Docker 部署教程](docker/readme.md)
-- [如何在 Windows 上使用](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/v0.20教程/01.如何在Windows上使用.md)
+- [如何在 Windows 上使用](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/v0.20教程/01.如何在Windows上使用.md)
 - [Docker ChineseSubFinder--中文字幕自动下载 | sleele 的博客 - 第三方教程](https://sleele.com/2021/06/25/docker-chinesesubfinder-中文字幕自动下载/)
 
 ### 如何使用
 
-* [使用教程](https://github.com/allanpk716/ChineseSubFinder/tree/docs/DesignFile/使用教程)
-* [传参启动(v0.41.x 之后才支持)](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/传参启动/传参启动.md)
+* [使用教程](https://github.com/ChineseSubFinder/ChineseSubFinder/tree/docs/DesignFile/使用教程)
+* [传参启动(v0.41.x 之后才支持)](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/传参启动/传参启动.md)
 
 ### API 文档文档
 
-- [对外的 http api](https://github.com/allanpk716/ChineseSubFinder/tree/docs/DesignFile/ApiKey%E8%AE%BE%E8%AE%A1),以及[示例](https://github.com/allanpk716/ChineseSubFinder/issues/336)
+- [对外的 http api](https://github.com/ChineseSubFinder/ChineseSubFinder/tree/docs/DesignFile/ApiKey%E8%AE%BE%E8%AE%A1),以及[示例](https://github.com/ChineseSubFinder/ChineseSubFinder/issues/336)
 
 ### 高阶设置
 
-- [字幕时间轴校正 V2](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E5%AD%97%E5%B9%95%E6%97%B6%E9%97%B4%E8%BD%B4%E6%A0%A1%E6%AD%A3V2.md),有待更新 v0.20.x 对应的设置
+- [字幕时间轴校正 V2](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E5%AD%97%E5%B9%95%E6%97%B6%E9%97%B4%E8%BD%B4%E6%A0%A1%E6%AD%A3V2.md),有待更新 v0.20.x 对应的设置
 
 建议了解的文档:
 
-- [关于字幕名称命名格式说明](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E5%85%B3%E4%BA%8E%E5%AD%97%E5%B9%95%E5%90%8D%E7%A7%B0%E5%91%BD%E5%90%8D%E6%A0%BC%E5%BC%8F%E8%AF%B4%E6%98%8E.md)
+- [关于字幕名称命名格式说明](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E5%85%B3%E4%BA%8E%E5%AD%97%E5%B9%95%E5%90%8D%E7%A7%B0%E5%91%BD%E5%90%8D%E6%A0%BC%E5%BC%8F%E8%AF%B4%E6%98%8E.md)
 
-如果文档没有及时更新,或者描述含糊、歧义的,欢迎提 [ISSUES](https://github.com/allanpk716/ChineseSubFinder/issues)。
+如果文档没有及时更新,或者描述含糊、歧义的,欢迎提 [ISSUES](https://github.com/ChineseSubFinder/ChineseSubFinder/issues)。
 
 ## 问题列表
 
-如果遇到问题了,可以先看看这里总结的问题,如果未能解决,依然可以继续提问。[问题列表](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E9%97%AE%E9%A2%98%E5%88%97%E8%A1%A8.md)
+如果遇到问题了,可以先看看这里总结的问题,如果未能解决,依然可以继续提问。[问题列表](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E9%97%AE%E9%A2%98%E5%88%97%E8%A1%A8.md)
 
 ## 其他文档
 
-- [削刮器的推荐设置](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E5%89%8A%E5%88%AE%E5%99%A8%E7%9A%84%E6%8E%A8%E8%8D%90%E8%AE%BE%E7%BD%AE.md)
-- [如何判断视频是否需要下载、更新字幕的](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E5%A6%82%E4%BD%95%E5%88%A4%E6%96%AD%E8%A7%86%E9%A2%91%E6%98%AF%E5%90%A6%E9%9C%80%E8%A6%81%E4%B8%8B%E8%BD%BD%E3%80%81%E6%9B%B4%E6%96%B0%E5%AD%97%E5%B9%95%E7%9A%84.md)
-- [设计](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E8%AE%BE%E8%AE%A1.md)
-- [字幕时间轴校正功能实现解析(有待补全)](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/字幕时间轴校正功能实现解析/字幕时间轴校正功能实现解析.md)
+- [削刮器的推荐设置](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E5%89%8A%E5%88%AE%E5%99%A8%E7%9A%84%E6%8E%A8%E8%8D%90%E8%AE%BE%E7%BD%AE.md)
+- [如何判断视频是否需要下载、更新字幕的](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E5%A6%82%E4%BD%95%E5%88%A4%E6%96%AD%E8%A7%86%E9%A2%91%E6%98%AF%E5%90%A6%E9%9C%80%E8%A6%81%E4%B8%8B%E8%BD%BD%E3%80%81%E6%9B%B4%E6%96%B0%E5%AD%97%E5%B9%95%E7%9A%84.md)
+- [设计](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E8%AE%BE%E8%AE%A1.md)
+- [字幕时间轴校正功能实现解析(有待补全)](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/字幕时间轴校正功能实现解析/字幕时间轴校正功能实现解析.md)
 
 ## 如何编译此项目
 
@@ -99,7 +99,7 @@ go mod tidy ,然后需要设置 CGO=1 ,找到 cmd\chinesesubfinder\main.go 
 
 ## 如何参与开发
 
-建议看 [关于中文字幕下载器的中长期规划讨论、求助](https://github.com/allanpk716/ChineseSubFinder/issues/20),里面提及了后续的规划,需要大家的讨论。
+建议看 [关于中文字幕下载器的中长期规划讨论、求助](https://github.com/ChineseSubFinder/ChineseSubFinder/issues/20),里面提及了后续的规划,需要大家的讨论。
 
 目前阶段参与开发可以会遇到项目大范围重构,导致合并代码困难的问题。
 
@@ -109,7 +109,7 @@ go mod tidy ,然后需要设置 CGO=1 ,找到 cmd\chinesesubfinder\main.go 
 
 ## 版本
 
-请务必使用最新版本,这里忘记(懒得)写更新记录的话,可以去 [Releases](https://github.com/allanpk716/ChineseSubFinder/releases) 查看最新到什么版本了。
+请务必使用最新版本,这里忘记(懒得)写更新记录的话,可以去 [Releases](https://github.com/ChineseSubFinder/ChineseSubFinder/releases) 查看最新到什么版本了。
 
 > 因为业余时间不多,都是断断续续做的,基本我只能记得最近两个版本的功能···
 

+ 2 - 2
TestCode/test_imdb_tmdb.go

@@ -3,9 +3,9 @@ package TestCode
 import (
 	"fmt"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	tmdb "github.com/cyruzin/golang-tmdb"
 )
 

+ 11 - 11
TestCode/test_statistics_subs_score.go

@@ -7,25 +7,25 @@ import (
 	"path/filepath"
 	"sync"
 
-	common2 "github.com/allanpk716/ChineseSubFinder/pkg/types/common"
+	common2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/task_control"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/task_control"
 
 	"github.com/sirupsen/logrus"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/ffmpeg_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/subparser"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/ffmpeg_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/subparser"
 	"github.com/huandu/go-clone"
 
 	"github.com/xuri/excelize/v2"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_parser/ass"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_parser/srt"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_parser_hub"
-	"github.com/allanpk716/ChineseSubFinder/pkg/vad"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_parser/ass"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_parser/srt"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_parser_hub"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/vad"
 )
 
 func statistics_subs_score_one(baseAudioFileFPath, baseSubFileFPath, srcSubFileFPath string) {

+ 3 - 3
TestCode/test_statistics_subs_score_test.go

@@ -1,9 +1,9 @@
 package TestCode
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"path/filepath"
 	"testing"
 )

+ 1 - 1
cmd/GetCAPTCHA/backend/get_code.go

@@ -6,7 +6,7 @@ import (
 	"regexp"
 	"strings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/rod_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/rod_helper"
 	"github.com/go-rod/rod/lib/proto"
 	"github.com/sirupsen/logrus"
 )

+ 4 - 4
cmd/GetCAPTCHA/backend/git_helper.go

@@ -5,12 +5,12 @@ import (
 	"os"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
 
-	"github.com/allanpk716/ChineseSubFinder/cmd/GetCAPTCHA/backend/config"
-	"github.com/allanpk716/ChineseSubFinder/pkg/something_static"
+	"github.com/ChineseSubFinder/ChineseSubFinder/cmd/GetCAPTCHA/backend/config"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/something_static"
 	"github.com/go-git/go-git/v5"
 	"github.com/go-git/go-git/v5/plumbing/object"
 	"github.com/go-git/go-git/v5/plumbing/transport/ssh"

+ 7 - 7
cmd/GetCAPTCHA/main.go

@@ -5,15 +5,15 @@ import (
 	"path/filepath"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/random_auth_key"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/random_auth_key"
 
-	"github.com/allanpk716/ChineseSubFinder/cmd/GetCAPTCHA/backend"
-	"github.com/allanpk716/ChineseSubFinder/cmd/GetCAPTCHA/backend/config"
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/notify_center"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/cmd/GetCAPTCHA/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/cmd/GetCAPTCHA/backend/config"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/notify_center"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/robfig/cron/v3"
 	"github.com/sirupsen/logrus"
 )

+ 11 - 11
cmd/chinesesubfinder/main.go

@@ -6,21 +6,21 @@ import (
 	"strings"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/cron_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/file_downloader"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/pre_job"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/cron_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/file_downloader"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/pre_job"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/random_auth_key"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/random_auth_key"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/backend"
-	"github.com/allanpk716/ChineseSubFinder/pkg/cache_center"
-	"github.com/allanpk716/ChineseSubFinder/pkg/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/cache_center"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/sirupsen/logrus"
 )
 

+ 4 - 4
cmd/subtimelinefixer/main.go

@@ -6,12 +6,12 @@ import (
 	"strings"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/sirupsen/logrus"
 
 	"github.com/urfave/cli/v2"

+ 2 - 2
docker/full-release.Dockerfile

@@ -1,4 +1,4 @@
-FROM allanpk716/chinesesubfinder-base:latest
+FROM ChineseSubFinder/ChineseSubFinder-base:latest
 ARG VERSION
 ENV TZ=Asia/Shanghai \
     PERMS=true \
@@ -9,7 +9,7 @@ ENV TZ=Asia/Shanghai \
     PS1="\u@\h:\w \$ "
 RUN cd /tmp \
     && arch=$(uname -m | sed -e 's|aarch64|arm64|' -e 's|armv7l|arm|') \
-    && wget -q --no-check-certificate https://github.com/allanpk716/ChineseSubFinder/releases/download/${VERSION}/chinesesubfinder-${VERSION#*v}-Linux-${arch}.tar.gz \
+    && wget -q --no-check-certificate https://github.com/ChineseSubFinder/ChineseSubFinder/releases/download/${VERSION}/chinesesubfinder-${VERSION#*v}-Linux-${arch}.tar.gz \
     && tar xvf chinesesubfinder-${VERSION#*v}-Linux-${arch}.tar.gz \
     && mv chinesesubfinder /usr/local/bin \
     && chmod +x /usr/local/bin/chinesesubfinder \

+ 1 - 1
docker/lite-make.sh

@@ -13,7 +13,7 @@ export MUSL=/musl
 
 ## 下载源码并下载go mod
 cd ~/go/src
-curl -sSL https://github.com/allanpk716/ChineseSubFinder/archive/refs/tags/${VERSION}.tar.gz | tar xvz --strip-components 1
+curl -sSL https://github.com/ChineseSubFinder/ChineseSubFinder/archive/refs/tags/${VERSION}.tar.gz | tar xvz --strip-components 1
 npm --prefix frontend ci
 npm --prefix frontend run build
 go mod tidy

+ 6 - 6
docker/readme.md

@@ -6,11 +6,11 @@
 
 ### 推荐的电影目录结构
 
-见 [文档](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E7%9A%84%E6%8E%A8%E8%8D%90%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84.md)
+见 [文档](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E7%9A%84%E6%8E%A8%E8%8D%90%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84.md)
 
 ### 推荐的连续剧目录结构
 
-见 [文档](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)
+见 [文档](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)
 
 ## 镜像标签说明
 
@@ -63,7 +63,7 @@ docker run -d \
     --hostname chinesesubfinder \
     --log-driver "json-file" \
     --log-opt "max-size=100m" `# 限制docker控制台日志大小,可自行调整` \
-    allanpk716/chinesesubfinder
+    ChineseSubFinder/ChineseSubFinder
 
 ## latest-lite标签
 docker run -d \
@@ -80,7 +80,7 @@ docker run -d \
     --hostname chinesesubfinder \
     --log-driver "json-file" \
     --log-opt "max-size=100m" `# 限制docker控制台日志大小,可自行调整` \
-    allanpk716/chinesesubfinder:latest-lite
+    ChineseSubFinder/ChineseSubFinder:latest-lite
 ```
 
 创建好后访问`http://<ip>:19035`来进行下一步设置。
@@ -95,7 +95,7 @@ docker run -d \
 version: "3"
 services:
   chinesesubfinder:
-    image: allanpk716/chinesesubfinder:latest
+    image: ChineseSubFinder/ChineseSubFinder:latest
     volumes:
       - ./config:/config  # 冒号左边请修改为你想在主机上保存配置、日志等文件的路径
       - ./media:/media    # 请修改为你的媒体目录,冒号右边可以改成你方便记忆的目录,多个媒体目录需要分别映射进来
@@ -125,7 +125,7 @@ services:
 version: "3"
 services:
   chinesesubfinder:
-    image: allanpk716/chinesesubfinder:latest-lite
+    image: ChineseSubFinder/ChineseSubFinder:latest-lite
     volumes:
       - ./config:/config  # 冒号左边请修改为你想在主机上保存配置、日志等文件的路径
       - ./media:/media    # 请修改为你的媒体目录,冒号右边可以改成你方便记忆的目录,多个媒体目录需要分别映射进来

+ 1 - 1
frontend/NOTIFY.md

@@ -1,5 +1,5 @@
 - v0.44.x 下线直接从 IMDB 查询的逻辑,替换为 TMDB API ,默认使用公用接口,如果不想排队,请使用自己的 TMDB API Key。
 - v0.45.x 暂时下线“共享字幕”上传字幕的功能,依然可以下载字幕。将上线第二个评估版本。
-- 第一次使用,请务必阅读:[电影和连续剧目录结构示例](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/电影和连续剧目录结构示例.md)、[连续剧目录结构要求](https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/连续剧目录结构要求.md),按要求填写电影和连续剧的目录。
+- 第一次使用,请务必阅读:[电影和连续剧目录结构示例](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/电影和连续剧目录结构示例.md)、[连续剧目录结构要求](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/连续剧目录结构要求.md),按要求填写电影和连续剧的目录。
 - 公用服务器资源有限,且近期网络抽风,开发者自己也经常上不去···所以,能用自己的 TMDB API 就用自己的哈。
 - 调整,暂时下线 subhd、zimuku 字幕下载功能,再次上线日期待定。

+ 4 - 1
frontend/src/components/VersionUpdateItem.vue

@@ -47,7 +47,10 @@
             <div>
               参考教程
               <!-- eslint-disable-next-line max-len -->
-              <a href="https://github.com/allanpk716/ChineseSubFinder/blob/master/docker/readme.md" target="_blank">
+              <a
+                href="https://github.com/ChineseSubFinder/ChineseSubFinder/blob/master/docker/readme.md"
+                target="_blank"
+              >
                 Docker部署教程
               </a>
             </div>

+ 1 - 1
frontend/src/layouts/MainLayout.vue

@@ -15,7 +15,7 @@
         </version-update-item>
         <q-item
           clickable
-          @click="openPage('https://github.com/allanpk716/ChineseSubFinder/blob/master/docker/readme.md')"
+          @click="openPage('https://github.com/ChineseSubFinder/ChineseSubFinder/blob/master/docker/readme.md')"
         >
           <q-item-section> 帮助文档 </q-item-section>
         </q-item>

+ 1 - 1
frontend/src/pages/settings/SettingsPanelAdvanced.vue

@@ -158,7 +158,7 @@
             <!--            eslint-disable max-len-->
             如果你使用的是
             <a
-              href="https://github.com/allanpk716/ChineseSubFinder/tree/master/docker#%E9%95%9C%E5%83%8F%E6%A0%87%E7%AD%BE%E8%AF%B4%E6%98%8E"
+              href="https://github.com/ChineseSubFinder/ChineseSubFinder/tree/master/docker#%E9%95%9C%E5%83%8F%E6%A0%87%E7%AD%BE%E8%AF%B4%E6%98%8E"
               target="_blank"
               class="text-negative"
               >lite轻量模式的Docker镜像</a

+ 1 - 1
frontend/src/pages/settings/SettingsPanelExperiment.vue

@@ -180,7 +180,7 @@
             本程序提供一些接口给开发者使用,通过API key鉴权,具体参见
             <!-- eslint-disable -->
             <a
-              href="https://github.com/allanpk716/ChineseSubFinder/blob/docs/DesignFile/ApiKey%E8%AE%BE%E8%AE%A1/ApiKey%E8%AE%BE%E8%AE%A1.md"
+              href="https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/ApiKey%E8%AE%BE%E8%AE%A1/ApiKey%E8%AE%BE%E8%AE%A1.md"
               class="text-primary"
               target="_blank"
               >开发文档</a

+ 1 - 1
frontend/src/utils/common.js

@@ -3,5 +3,5 @@ export const deepCopy = (obj) => JSON.parse(JSON.stringify(obj));
 export const gotoGithubIssuePage = () => {
   const searchParams = new URLSearchParams();
   searchParams.append('template', '----bug----.md');
-  window.open(`https://github.com/allanpk716/ChineseSubFinder/issues/new?${searchParams.toString()}`, '_blank');
+  window.open(`https://github.com/ChineseSubFinder/ChineseSubFinder/issues/new?${searchParams.toString()}`, '_blank');
 };

+ 1 - 1
go.mod

@@ -1,4 +1,4 @@
-module github.com/allanpk716/ChineseSubFinder
+module github.com/ChineseSubFinder/ChineseSubFinder
 
 go 1.17
 

+ 5 - 5
internal/backend/backend.go

@@ -8,18 +8,18 @@ import (
 	"sync"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/local_http_proxy_server"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/local_http_proxy_server"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/frontend/dist"
+	"github.com/ChineseSubFinder/ChineseSubFinder/frontend/dist"
 	"github.com/gin-contrib/cors"
 	"github.com/gin-gonic/gin"
 
 	"github.com/sirupsen/logrus"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/cron_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/cron_helper"
 )
 
 type BackEnd struct {

+ 6 - 6
internal/backend/base_router.go

@@ -6,14 +6,14 @@ import (
 
 	"github.com/arl/statsviz"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/tmdb_api"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/tmdb_api"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/backend/controllers/base"
-	v1 "github.com/allanpk716/ChineseSubFinder/internal/backend/controllers/v1"
-	"github.com/allanpk716/ChineseSubFinder/internal/backend/middle"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/cron_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/backend/controllers/base"
+	v1 "github.com/ChineseSubFinder/ChineseSubFinder/internal/backend/controllers/v1"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/backend/middle"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/cron_helper"
 	"github.com/gin-gonic/gin"
 )
 

+ 1 - 1
internal/backend/controllers/base/backend_static_file_system.go

@@ -6,7 +6,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/gin-gonic/gin"
 	"github.com/sirupsen/logrus"
 	"golang.org/x/net/context"

+ 3 - 3
internal/backend/controllers/base/change_pwd.go

@@ -3,10 +3,10 @@ package base
 import (
 	"net/http"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/gin-gonic/gin"
 )
 

+ 1 - 1
internal/backend/controllers/base/check_cron.go

@@ -3,7 +3,7 @@ package base
 import (
 	"net/http"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 	"github.com/gin-gonic/gin"
 	"github.com/robfig/cron/v3"
 )

+ 3 - 3
internal/backend/controllers/base/check_emby_settings.go

@@ -3,9 +3,9 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/emby_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/emby_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 	"github.com/gin-gonic/gin"
 )
 

+ 3 - 3
internal/backend/controllers/base/controller_base.go

@@ -3,11 +3,11 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/lock"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/lock"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/file_downloader"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/file_downloader"
 	"github.com/gin-gonic/gin"
 )
 

+ 2 - 2
internal/backend/controllers/base/def_settings.go

@@ -3,9 +3,9 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/gin-gonic/gin"
 )
 

+ 4 - 4
internal/backend/controllers/base/login.go

@@ -3,12 +3,12 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/gin-gonic/gin"
 )
 

+ 2 - 2
internal/backend/controllers/base/logout.go

@@ -3,9 +3,9 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/common"
 	"github.com/gin-gonic/gin"
 )
 

+ 4 - 4
internal/backend/controllers/base/path_things.go

@@ -3,12 +3,12 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/emby_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/emby_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/gin-gonic/gin"
 )
 

+ 9 - 9
internal/backend/controllers/base/proxy.go

@@ -3,19 +3,19 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/local_http_proxy_server"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/local_http_proxy_server"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier/a4k"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier/a4k"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	subSupplier "github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier/assrt"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier/csf"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier/shooter"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier/xunlei"
+	subSupplier "github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier/assrt"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier/csf"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier/shooter"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier/xunlei"
 
 	"github.com/gin-gonic/gin"
 )

+ 2 - 2
internal/backend/controllers/base/setup.go

@@ -3,9 +3,9 @@ package base
 import (
 	"net/http"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/gin-gonic/gin"
 )
 

+ 3 - 3
internal/backend/controllers/base/system_status.go

@@ -4,10 +4,10 @@ import (
 	"net/http"
 	"runtime"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	running "github.com/allanpk716/is_running_in_docker"
 	"github.com/gin-gonic/gin"
 )

+ 4 - 4
internal/backend/controllers/base/tmdb_api.go

@@ -3,11 +3,11 @@ package base
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/local_http_proxy_server"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/local_http_proxy_server"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/tmdb_api"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/tmdb_api"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 	"github.com/gin-gonic/gin"
 )
 

+ 7 - 7
internal/backend/controllers/v1/api.go

@@ -6,15 +6,15 @@ import (
 	"net/http"
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
-	TTaskqueue "github.com/allanpk716/ChineseSubFinder/pkg/types/task_queue"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
+	TTaskqueue "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/task_queue"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
 	"github.com/gin-gonic/gin"
 )
 

+ 8 - 8
internal/backend/controllers/v1/controller_base.go

@@ -1,19 +1,19 @@
 package v1
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg/hls_center"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/hls_center"
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/video_list_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/video_list_helper"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/lock"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/cron_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_formatter"
-	"github.com/allanpk716/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/lock"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/cron_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_formatter"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
 	"github.com/gin-gonic/gin"
 	"github.com/sirupsen/logrus"
 )

+ 1 - 1
internal/backend/controllers/v1/daemon_things.go

@@ -3,7 +3,7 @@ package v1
 import (
 	"net/http"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
 	"github.com/gin-gonic/gin"
 )

+ 3 - 3
internal/backend/controllers/v1/hls.go

@@ -3,9 +3,9 @@ package v1
 import (
 	b64 "encoding/base64"
 	"fmt"
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 	"github.com/gin-gonic/gin"
 	"net/http"
 	"net/url"

+ 5 - 5
internal/backend/controllers/v1/jobs_things.go

@@ -8,13 +8,13 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
-	task_queue3 "github.com/allanpk716/ChineseSubFinder/pkg/types/task_queue"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
+	task_queue3 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/task_queue"
 
-	task_queue2 "github.com/allanpk716/ChineseSubFinder/pkg/task_queue"
+	task_queue2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/task_queue"
 	"github.com/gin-gonic/gin"
 )
 

+ 6 - 6
internal/backend/controllers/v1/preview.go

@@ -2,20 +2,20 @@ package v1
 
 import (
 	"fmt"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/mix_media_info"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/Tnze/go.num/v2/zh"
-	"github.com/allanpk716/ChineseSubFinder/pkg/mix_media_info"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
 	"github.com/jinzhu/now"
 	PTN "github.com/middelink/go-parse-torrent-name"
 	"net/http"
 	"strconv"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/preview_queue"
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/preview_queue"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 	"github.com/gin-gonic/gin"
 )
 

+ 3 - 3
internal/backend/controllers/v1/settings.go

@@ -3,10 +3,10 @@ package v1
 import (
 	"net/http"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/gin-gonic/gin"
 )
 

+ 3 - 3
internal/backend/controllers/v1/subtitles.go

@@ -6,11 +6,11 @@ import (
 	"path/filepath"
 	"strconv"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/manual_upload_sub_2_local"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/manual_upload_sub_2_local"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 	"github.com/gin-gonic/gin"
 )
 

+ 5 - 5
internal/backend/controllers/v1/video_list.go

@@ -6,12 +6,12 @@ import (
 	"net/http"
 	"time"
 
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
-	TTaskqueue "github.com/allanpk716/ChineseSubFinder/pkg/types/task_queue"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
+	TTaskqueue "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/task_queue"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
-	"github.com/allanpk716/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
 	"github.com/gin-gonic/gin"
 )
 

+ 6 - 6
internal/backend/controllers/v1/video_list_v2.go

@@ -8,15 +8,15 @@ import (
 
 	PTN "github.com/middelink/go-parse-torrent-name"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/search"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/search"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_helper"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/path_helper"
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
-	vsh "github.com/allanpk716/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/path_helper"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
+	vsh "github.com/ChineseSubFinder/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
 	"github.com/gin-gonic/gin"
 	"github.com/pkg/errors"
 )

+ 2 - 2
internal/backend/middle/auth.go

@@ -4,9 +4,9 @@ import (
 	"net/http"
 	"strings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/common"
 	"github.com/gin-gonic/gin"
 )
 

+ 3 - 3
internal/dao/info.go

@@ -1,9 +1,9 @@
 package dao
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 )
 
 func UpdateInfo(version string, settings *settings.Settings) *models.Info {

+ 2 - 2
internal/dao/init.go

@@ -9,9 +9,9 @@ import (
 
 	"gorm.io/gorm/logger"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 	"gorm.io/driver/sqlite"
 	"gorm.io/gorm"
 )

+ 1 - 1
internal/models/imdb_info.go

@@ -1,7 +1,7 @@
 package models
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/language"
 	"github.com/longbridgeapp/opencc"
 )
 

+ 1 - 1
pkg/archive_helper/unarchiveFile.go

@@ -12,7 +12,7 @@ import (
 	"strings"
 	"unicode/utf8"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
 	"github.com/bodgit/sevenzip"
 	"github.com/mholt/archiver/v3"

+ 2 - 2
pkg/archive_helper/unarchiveFile_test.go

@@ -5,9 +5,9 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/unit_test_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/unit_test_helper"
 )
 
 func TestUnArchiveFile(t *testing.T) {

+ 2 - 2
pkg/cache_center/cache_center.go

@@ -6,9 +6,9 @@ import (
 	"path/filepath"
 	"sync"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/cache_center/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/cache_center/models"
 	"github.com/sirupsen/logrus"
 	"gorm.io/driver/sqlite"
 	"gorm.io/gorm"

+ 1 - 1
pkg/cache_center/daily_download_info.go

@@ -3,7 +3,7 @@ package cache_center
 import (
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/cache_center/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/cache_center/models"
 )
 
 // DailyDownloadCountGet 根据字幕提供者的名称,获取今日下载计数的次数,仅仅统计次数,并不确认是那个视频的字幕下载

+ 4 - 4
pkg/cache_center/download_file_info.go

@@ -7,13 +7,13 @@ import (
 	"path/filepath"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/supplier"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/supplier"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/cache_center/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/cache_center/models"
 )
 
 func (c *CacheCenter) DownloadFileAdd(subInfo *supplier.SubInfo) error {

+ 3 - 3
pkg/cache_center/download_file_info_test.go

@@ -3,10 +3,10 @@ package cache_center
 import (
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/language"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/supplier"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/supplier"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
 )
 
 func TestCacheCenter_DownloadFileAdd(t *testing.T) {

+ 2 - 2
pkg/cache_center/task_queue_info.go

@@ -5,9 +5,9 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/cache_center/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/cache_center/models"
 )
 
 func (c *CacheCenter) TaskQueueClear() error {

+ 1 - 1
pkg/change_file_encode/change_file_encode.go

@@ -5,7 +5,7 @@ import (
 	"fmt"
 	"os"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/language"
 )
 
 func Process(srcSubFileFPath string, desCode int) error {

+ 2 - 2
pkg/chs_cht_changer/chs_cht_changer_test.go

@@ -4,8 +4,8 @@ import (
 	"path/filepath"
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/change_file_encode"
-	"github.com/allanpk716/ChineseSubFinder/pkg/unit_test_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/change_file_encode"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/unit_test_helper"
 )
 
 func TestProcess(t *testing.T) {

+ 3 - 3
pkg/debug_view/debug_view.go

@@ -2,12 +2,12 @@ package debug_view
 
 import (
 	"fmt"
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 	"os"
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/vad"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/vad"
 	"github.com/go-echarts/go-echarts/v2/charts"
 	"github.com/go-echarts/go-echarts/v2/opts"
 )

+ 2 - 2
pkg/decode/decode.go

@@ -9,8 +9,8 @@ import (
 	"strings"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
 
 	"github.com/beevik/etree"
 	PTN "github.com/middelink/go-parse-torrent-name"

+ 2 - 2
pkg/decode/decode_test.go

@@ -5,9 +5,9 @@ import (
 	"reflect"
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/unit_test_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/unit_test_helper"
 )
 
 func TestGetImdbAndYearMovieXml(t *testing.T) {

+ 8 - 8
pkg/downloader/cache_info.go

@@ -3,14 +3,14 @@ package downloader
 import (
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	backend2 "github.com/allanpk716/ChineseSubFinder/pkg/types/backend"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/task_queue"
-	vsh "github.com/allanpk716/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
-
-	"github.com/allanpk716/ChineseSubFinder/pkg/strcut_json"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	backend2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/backend"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/task_queue"
+	vsh "github.com/ChineseSubFinder/ChineseSubFinder/pkg/video_scan_and_refresh_helper"
+
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/strcut_json"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_helper"
 )
 
 func (d *Downloader) SetMovieAndSeasonInfo(movieInfos []backend2.MovieInfo, seasonInfos []backend2.SeasonInfo) {

+ 6 - 6
pkg/downloader/download_processer.go

@@ -5,16 +5,16 @@ import (
 	"fmt"
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	taskQueue2 "github.com/allanpk716/ChineseSubFinder/pkg/types/task_queue"
+	taskQueue2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/task_queue"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/series_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/series_helper"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/task_queue"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/task_queue"
 	"golang.org/x/net/context"
 )
 

+ 17 - 17
pkg/downloader/downloader.go

@@ -5,30 +5,30 @@ import (
 	"fmt"
 	"sync"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/preview_queue"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/preview_queue"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/manual_upload_sub_2_local"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/manual_upload_sub_2_local"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/save_sub_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/save_sub_helper"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/scan_logic"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/scan_logic"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier/assrt"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier/assrt"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/ifaces"
-	embyHelper "github.com/allanpk716/ChineseSubFinder/pkg/logic/emby_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/file_downloader"
-	markSystem "github.com/allanpk716/ChineseSubFinder/pkg/logic/mark_system"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/pre_download_process"
-	subSupplier "github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_supplier"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
-	common2 "github.com/allanpk716/ChineseSubFinder/pkg/types/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/ifaces"
+	embyHelper "github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/emby_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/file_downloader"
+	markSystem "github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/mark_system"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/pre_download_process"
+	subSupplier "github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_supplier"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_timeline_fixer"
+	common2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
-	subCommon "github.com/allanpk716/ChineseSubFinder/pkg/sub_formatter/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/task_queue"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
+	subCommon "github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_formatter/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/task_queue"
 	"github.com/sirupsen/logrus"
 	"golang.org/x/net/context"
 )

+ 8 - 8
pkg/downloader/downloader_things.go

@@ -5,16 +5,16 @@ import (
 	"fmt"
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/series"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/subparser"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/series"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/subparser"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
-	subcommon "github.com/allanpk716/ChineseSubFinder/pkg/sub_formatter/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
+	subcommon "github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_formatter/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_helper"
 )
 
 // oneVideoSelectBestSub 一个视频,选择最佳的一个字幕(也可以保存所有网站第一个最佳字幕)

+ 2 - 2
pkg/downloader/queue_cloud.go

@@ -1,8 +1,8 @@
 package downloader
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 )
 
 func (d *Downloader) queueDownloaderCloud() {

+ 7 - 7
pkg/downloader/queue_local.go

@@ -2,15 +2,15 @@ package downloader
 
 import (
 	"fmt"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/task_queue"
-	common2 "github.com/allanpk716/ChineseSubFinder/pkg/types/common"
-	taskQueue2 "github.com/allanpk716/ChineseSubFinder/pkg/types/task_queue"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/task_queue"
+	common2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
+	taskQueue2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/task_queue"
 )
 
 func (d *Downloader) queueDownloaderLocal() {

+ 3 - 3
pkg/emby_api/emby_api.go

@@ -6,9 +6,9 @@ import (
 	"sync"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/emby"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/emby"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/go-resty/resty/v2"
 	"github.com/panjf2000/ants/v2"
 	"github.com/sirupsen/logrus"
@@ -303,7 +303,7 @@ func (em *EmbyApi) GetSubFileData(embySettings *settings.EmbySettings, videoId,
 }
 
 func (em *EmbyApi) createClient() *resty.Client {
-	// 见 https://github.com/allanpk716/ChineseSubFinder/issues/140
+	// 见 https://github.com/ChineseSubFinder/ChineseSubFinder/issues/140
 	client := resty.New().SetTransport(&http.Transport{
 		DisableKeepAlives:   true,
 		MaxIdleConns:        100,

+ 1 - 1
pkg/emby_api/emby_api_test.go

@@ -3,7 +3,7 @@ package emby_api
 import (
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 )
 
 var ec = settings.EmbySettings{

+ 1 - 1
pkg/extend_log/darwin.go

@@ -5,7 +5,7 @@ package extend_log
 import (
 	"log/syslog"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/sirupsen/logrus"
 	lSyslog "github.com/sirupsen/logrus/hooks/syslog"
 )

+ 1 - 1
pkg/extend_log/linux.go

@@ -5,7 +5,7 @@ package extend_log
 import (
 	"log/syslog"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/sirupsen/logrus"
 	lSyslog "github.com/sirupsen/logrus/hooks/syslog"
 )

+ 1 - 1
pkg/extend_log/windows.go

@@ -3,7 +3,7 @@
 package extend_log
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
 	"github.com/sirupsen/logrus"
 )
 

+ 2 - 2
pkg/ffmpeg_helper/audio_info.go

@@ -3,9 +3,9 @@ package ffmpeg_helper
 import (
 	"fmt"
 
-	language2 "github.com/allanpk716/ChineseSubFinder/pkg/types/language"
+	language2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/language"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/language"
 )
 
 type AudioInfo struct {

+ 7 - 7
pkg/ffmpeg_helper/ffmpeg_helper.go

@@ -9,16 +9,16 @@ import (
 	"path/filepath"
 	"strconv"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/language"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_parser/ass"
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/sub_parser/srt"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_parser_hub"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_parser/ass"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/sub_parser/srt"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_parser_hub"
 	"github.com/sirupsen/logrus"
 	"github.com/tidwall/gjson"
 

+ 3 - 3
pkg/ffmpeg_helper/ffmpeg_helper_test.go

@@ -6,11 +6,11 @@ import (
 	"testing"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/unit_test_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/unit_test_helper"
 )
 
 func TestGetFFMPEGInfo(t *testing.T) {

+ 5 - 5
pkg/ffmpeg_helper/ffmpeg_info.go

@@ -5,12 +5,12 @@ import (
 	"path/filepath"
 	"strings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/common"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/subparser"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/common"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/subparser"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_parser_hub"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_parser_hub"
 	"github.com/sirupsen/logrus"
 )
 

+ 2 - 2
pkg/ffmpeg_helper/subtitile_info.go

@@ -2,9 +2,9 @@ package ffmpeg_helper
 
 import (
 	"fmt"
-	language2 "github.com/allanpk716/ChineseSubFinder/pkg/types/language"
+	language2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/language"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/language"
 )
 
 type SubtitleInfo struct {

+ 1 - 1
pkg/folder.go

@@ -7,7 +7,7 @@ import (
 	"runtime"
 	"time"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/get_access_time"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/get_access_time"
 	"github.com/sirupsen/logrus"
 )
 

+ 1 - 1
pkg/get_access_time/get_access_time_test.go

@@ -4,7 +4,7 @@ import (
 	"path/filepath"
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/unit_test_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/unit_test_helper"
 )
 
 func TestGetAccessTime_GetAccessTime(t *testing.T) {

+ 3 - 3
pkg/hls_center/center.go

@@ -4,9 +4,9 @@ import (
 	"bytes"
 	"errors"
 	"fmt"
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	"github.com/allanpk716/ChineseSubFinder/pkg/ffmpeg_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/hls_center/worker"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/ffmpeg_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/hls_center/worker"
 	"github.com/sirupsen/logrus"
 	"io"
 	"path/filepath"

+ 1 - 1
pkg/hls_center/worker/worker.go

@@ -3,7 +3,7 @@ package worker
 import (
 	"bytes"
 	"context"
-	"github.com/allanpk716/ChineseSubFinder/pkg/hls_center/cache"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/hls_center/cache"
 	"io"
 	"path/filepath"
 

+ 1 - 1
pkg/hls_center/worker/worker_cmd.go

@@ -3,7 +3,7 @@ package worker
 import (
 	"crypto/sha1"
 	"fmt"
-	"github.com/allanpk716/ChineseSubFinder/pkg/cmdutil"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/cmdutil"
 	"io"
 	"os/exec"
 )

+ 6 - 6
pkg/hot_fix/hot_fix_001.go

@@ -4,14 +4,14 @@ import (
 	"errors"
 	"os"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/search"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/search"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	movieHelper "github.com/allanpk716/ChineseSubFinder/pkg/logic/movie_helper"
-	seriesHelper "github.com/allanpk716/ChineseSubFinder/pkg/logic/series_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_formatter/old"
-	"github.com/allanpk716/ChineseSubFinder/pkg/sub_helper"
+	movieHelper "github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/movie_helper"
+	seriesHelper "github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/series_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_formatter/old"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/sub_helper"
 	"github.com/sirupsen/logrus"
 )
 

+ 3 - 3
pkg/hot_fix/hot_fix_001_test.go

@@ -4,10 +4,10 @@ import (
 	"path/filepath"
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/unit_test_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/unit_test_helper"
 )
 
 func TestHotFix001_GetKey(t *testing.T) {

+ 2 - 2
pkg/hot_fix/hot_fix_002.go

@@ -1,8 +1,8 @@
 package hot_fix
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 	"github.com/sirupsen/logrus"
 )
 

+ 2 - 2
pkg/hot_fix/hot_fix_003.go

@@ -1,8 +1,8 @@
 package hot_fix
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 	"github.com/sirupsen/logrus"
 )
 

+ 2 - 2
pkg/hot_fix/hot_fix_004.go

@@ -1,8 +1,8 @@
 package hot_fix
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 	"github.com/sirupsen/logrus"
 )
 

+ 3 - 3
pkg/hot_fix/hot_fix_005.go

@@ -4,12 +4,12 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
 
 	"gorm.io/gorm"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 	"github.com/sirupsen/logrus"
 )
 

+ 2 - 2
pkg/hot_fix/hot_fix_006.go

@@ -1,10 +1,10 @@
 package hot_fix
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 	"gorm.io/gorm"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
 	"github.com/sirupsen/logrus"
 )
 

+ 4 - 4
pkg/hot_fix/hot_fix_hub.go

@@ -4,11 +4,11 @@ import (
 	"errors"
 	"fmt"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/ifaces"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/ifaces"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
 	"github.com/sirupsen/logrus"
 )
 

+ 5 - 5
pkg/hot_fix/hot_fix_hub_test.go

@@ -4,12 +4,12 @@ import (
 	"path/filepath"
 	"testing"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/unit_test_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/unit_test_helper"
 )
 
 func TestHotFixProcess(t *testing.T) {

+ 1 - 1
pkg/ifaces/iSubFormatter.go

@@ -1,7 +1,7 @@
 package ifaces
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/language"
 )
 
 // ISubFormatter 如果新增了更多的字幕命名格式化的实现,需要找所有以下 to do 去增加实现

+ 1 - 1
pkg/ifaces/iSubParser.go

@@ -1,7 +1,7 @@
 package ifaces
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/subparser"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/subparser"
 )
 
 type ISubParser interface {

+ 2 - 2
pkg/ifaces/iSupplier.go

@@ -1,8 +1,8 @@
 package ifaces
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/series"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/supplier"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/series"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/supplier"
 	"github.com/sirupsen/logrus"
 )
 

+ 5 - 5
pkg/imdb_helper/imdb.go

@@ -5,13 +5,13 @@ import (
 	"github.com/jinzhu/now"
 	"strings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/media_info_dealers"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/media_info_dealers"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/decode"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/decode"
 
-	"github.com/allanpk716/ChineseSubFinder/internal/dao"
-	"github.com/allanpk716/ChineseSubFinder/internal/models"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/dao"
+	"github.com/ChineseSubFinder/ChineseSubFinder/internal/models"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types"
 )
 
 // GetIMDBInfoFromVideoFile 先从本地拿缓存,如果没有就从 Web 获取

+ 9 - 9
pkg/imdb_helper/imdb_test.go

@@ -1,15 +1,15 @@
 package imdb_helper
 
 import (
-	"github.com/allanpk716/ChineseSubFinder/pkg"
-	"github.com/allanpk716/ChineseSubFinder/pkg/local_http_proxy_server"
-	"github.com/allanpk716/ChineseSubFinder/pkg/log_helper"
-	"github.com/allanpk716/ChineseSubFinder/pkg/media_info_dealers"
-	"github.com/allanpk716/ChineseSubFinder/pkg/random_auth_key"
-	"github.com/allanpk716/ChineseSubFinder/pkg/settings"
-	"github.com/allanpk716/ChineseSubFinder/pkg/subtitle_best_api"
-	"github.com/allanpk716/ChineseSubFinder/pkg/tmdb_api"
-	"github.com/allanpk716/ChineseSubFinder/pkg/types"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/local_http_proxy_server"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/log_helper"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/media_info_dealers"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/random_auth_key"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/settings"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/subtitle_best_api"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/tmdb_api"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types"
 	"testing"
 )
 

+ 1 - 1
pkg/language/ISOLanguage.go

@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"strings"
 
-	language2 "github.com/allanpk716/ChineseSubFinder/pkg/types/language"
+	language2 "github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/language"
 )
 
 // ISOString2SupportLang 从语言缩写字符串转换为内部的 MyLanguage 类型

+ 1 - 1
pkg/language/my_language.go

@@ -3,7 +3,7 @@ package language
 import (
 	"strings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/types/language"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/types/language"
 )
 
 // LangConverter4Sub_Supplier 语言转换器,给字幕的提供者实例解析使用(xunlei、zimuku等)

+ 1 - 1
pkg/language/string_encoding.go

@@ -3,7 +3,7 @@ package language
 import (
 	"strings"
 
-	"github.com/allanpk716/ChineseSubFinder/pkg/logic/charset"
+	"github.com/ChineseSubFinder/ChineseSubFinder/pkg/logic/charset"
 	"github.com/axgle/mahonia"
 	nzlov "github.com/nzlov/chardet"
 	"github.com/sirupsen/logrus"

Некоторые файлы не были показаны из-за большого количества измененных файлов