Xget URL 转换规则详解


Xget URL 转换规则详解

概述

Xget 使用简单直观的 URL 转换规则,只需替换域名并添加平台前缀即可实现加速。本文档详细介绍了所有支持平台的 URL 转换规则。

基本转换格式

转换公式

1
2
原始 URL: https://platform.com/path/to/resource
加速 URL: https://xget.xi-xu.me/{platform-prefix}/path/to/resource

转换步骤

  1. 识别平台:确定原始 URL 所属平台
  2. 查找前缀:找到对应的平台前缀
  3. 替换域名:将原始域名替换为 Xget 域名
  4. 添加前缀:在路径前添加平台前缀

平台前缀对照表

平台平台前缀原始域名支持类型
GitHubghgithub.com代码、Git
GitHub Gistgistgist.github.com代码片段
GitLabglgitlab.com代码、Git
Giteagiteagitea.com代码、Git
Codebergcodebergcodeberg.org代码、Git
SourceForgesfsourceforge.net软件
AOSPaospandroid.googlesource.com代码、Git
Hugging Facehfhuggingface.co模型、数据集
Civitaicivitaicivitai.comAI 模型
npmnpmregistry.npmjs.org包管理
PyPIpypipypi.org包管理
condacondarepo.anaconda.com包管理
Mavenmavenrepo1.maven.org包管理
Apacheapachedownloads.apache.org软件
Gradlegradleplugins.gradle.org包管理
Homebrewhomebrewgithub.com/Homebrew包管理
RubyGemsrubygemsrubygems.org包管理
CRANcrancran.r-project.org包管理
CPANcpanwww.cpan.org包管理
CTANctantug.ctan.org包管理
Go 模块golangproxy.golang.org包管理
NuGetnugetapi.nuget.org包管理
Rust Cratescratescrates.io包管理
Packagistpackagistrepo.packagist.org包管理
Debiandebiandeb.debian.org系统包
Ubuntuubuntuarchive.ubuntu.com系统包
Fedorafedoradl.fedoraproject.org系统包
Rocky Linuxrockydownload.rockylinux.org系统包
openSUSEopensusedownload.opensuse.org系统包
Arch Linuxarchgeo.mirror.pkgbuild.com系统包
arXivarxivarxiv.org论文
F-Droidfdroidf-droid.org应用
Jenkins 插件jenkinsupdates.jenkins.io插件
容器注册表cr多个容器镜像
AI 推理提供商ip多个AI 推理

各平台转换详解

代码托管平台

GitHub

平台前缀gh

原始 URL 格式

1
https://github.com/{owner}/{repo}/path/to/file

加速 URL 格式

1
https://xget.xi-xu.me/gh/{owner}/{repo}/path/to/file

转换示例

  1. 下载压缩包

    1
    2
    原始: https://github.com/microsoft/vscode/archive/refs/heads/main.zip
    加速: https://xget.xi-xu.me/gh/microsoft/vscode/archive/refs/heads/main.zip
  2. 下载 Release 文件

    1
    2
    原始: https://github.com/nodejs/node/releases/download/v20.10.0/node-v20.10.0-x64.msi
    加速: https://xget.xi-xu.me/gh/nodejs/node/releases/download/v20.10.0/node-v20.10.0-x64.msi
  3. Git Clone

    1
    2
    原始: https://github.com/microsoft/vscode.git
    加速: https://xget.xi-xu.me/gh/microsoft/vscode.git

特殊说明

  • 支持 Git 协议完整操作(clone、push、pull、fetch)
  • 支持 Git LFS 大文件传输
  • 自动识别 Git 端点并配置专用请求头

GitHub Gist

平台前缀gist

原始 URL 格式

1
https://gist.github.com/{username}/{gist-id}/path/to/file

加速 URL 格式

1
https://xget.xi-xu.me/gist/{username}/{gist-id}/path/to/file

转换示例

1
2
原始: https://gist.github.com/xixu-me/e2ea9db6b1f143892495f796fef18631/raw/3b8807172ee492d0da3a7e370b0fb88fc97b53e6/Free-ChatGPT-Paid-Plan.md
加速: https://xget.xi-xu.me/gist/xixu-me/e2ea9db6b1f143892495f796fef18631/raw/3b8807172ee492d0da3a7e370b0fb88fc97b53e6/Free-ChatGPT-Paid-Plan.md

GitLab

平台前缀gl

原始 URL 格式

1
https://gitlab.com/{owner}/{repo}/path/to/file

加速 URL 格式

1
https://xget.xi-xu.me/gl/{owner}/{repo}/path/to/file

转换示例

1
2
原始: https://gitlab.com/gitlab-org/gitlab/-/archive/master/gitlab-master.zip
加速: https://xget.xi-xu.me/gl/gitlab-org/gitlab/-/archive/master/gitlab-master.zip

特殊说明

  • GitLab 使用 /-/ 分隔符,保持原样
  • 支持 Git 协议完整操作

Gitea

平台前缀gitea

原始 URL 格式

1
https://gitea.com/{owner}/{repo}/path/to/file

加速 URL 格式

1
https://xget.xi-xu.me/gitea/{owner}/{repo}/path/to/file

转换示例

1
2
原始: https://gitea.com/gitea/gitea/archive/master.zip
加速: https://xget.xi-xu.me/gitea/gitea/gitea/archive/master.zip

Codeberg

平台前缀codeberg

原始 URL 格式

1
https://codeberg.org/{owner}/{repo}/path/to/file

加速 URL 格式

1
https://xget.xi-xu.me/codeberg/{owner}/{repo}/path/to/file

转换示例

1
2
原始: https://codeberg.org/forgejo/forgejo/archive/forgejo.zip
加速: https://xget.xi-xu.me/codeberg/forgejo/forgejo/archive/forgejo.zip

SourceForge

平台前缀sf

原始 URL 格式

1
https://sourceforge.net/projects/{project}/files/{path}/download

加速 URL 格式

1
https://xget.xi-xu.me/sf/projects/{project}/files/{path}/download

转换示例

1
2
原始: https://sourceforge.net/projects/sevenzip/files/7-Zip/23.01/7z2301-x64.exe/download
加速: https://xget.xi-xu.me/sf/projects/sevenzip/files/7-Zip/23.01/7z2301-x64.exe/download

AOSP (Android 开源项目)

平台前缀aosp

原始 URL 格式

1
https://android.googlesource.com/{path}

加速 URL 格式

1
https://xget.xi-xu.me/aosp/{path}

转换示例

  1. AOSP 项目

    1
    2
    原始: https://android.googlesource.com/platform/frameworks/base
    加速: https://xget.xi-xu.me/aosp/platform/frameworks/base
  2. AOSP 设备树

    1
    2
    原始: https://android.googlesource.com/device/google/pixel
    加速: https://xget.xi-xu.me/aosp/device/google/pixel

AI/ML 平台

Hugging Face

平台前缀hf

原始 URL 格式

1
https://huggingface.co/{type}/{owner}/{model}/resolve/main/{file}

加速 URL 格式

1
https://xget.xi-xu.me/hf/{type}/{owner}/{model}/resolve/main/{file}

转换示例

  1. 模型文件

    1
    2
    原始: https://huggingface.co/microsoft/DialoGPT-medium/resolve/main/pytorch_model.bin
    加速: https://xget.xi-xu.me/hf/microsoft/DialoGPT-medium/resolve/main/pytorch_model.bin
  2. 数据集文件

    1
    2
    原始: https://huggingface.co/datasets/rajpurkar/squad/resolve/main/plain_text/train-00000-of-00001.parquet
    加速: https://xget.xi-xu.me/hf/datasets/rajpurkar/squad/resolve/main/plain_text/train-00000-of-00001.parquet

特殊说明

  • 支持 modelsdatasets 两种类型
  • 支持大文件分片下载
  • 自动处理 Hugging Face 的认证

Civitai

平台前缀civitai

原始 URL 格式

1
https://civitai.com/api/{version}/{endpoint}

加速 URL 格式

1
https://xget.xi-xu.me/civitai/api/{version}/{endpoint}

转换示例

  1. 模型下载

    1
    2
    原始: https://civitai.com/api/download/models/128713
    加速: https://xget.xi-xu.me/civitai/api/download/models/128713
  2. 模型 API

    1
    2
    原始: https://civitai.com/api/v1/models/7240
    加速: https://xget.xi-xu.me/civitai/api/v1/models/7240
  3. 模型版本 API

    1
    2
    原始: https://civitai.com/api/v1/model-versions/128713
    加速: https://xget.xi-xu.me/civitai/api/v1/model-versions/128713

包管理平台

npm

平台前缀npm

原始 URL 格式

1
https://registry.npmjs.org/{package}/-/{package}-{version}.tgz

加速 URL 格式

1
https://xget.xi-xu.me/npm/{package}/-/{package}-{version}.tgz

转换示例

  1. 包文件

    1
    2
    原始: https://registry.npmjs.org/react/-/react-18.2.0.tgz
    加速: https://xget.xi-xu.me/npm/react/-/react-18.2.0.tgz
  2. 包元数据

    1
    2
    原始: https://registry.npmjs.org/lodash
    加速: https://xget.xi-xu.me/npm/lodash

PyPI

平台前缀pypi

原始 URL 格式

1
https://pypi.org/packages/{type}/{package[0]}/{package}/{package}-{version}.{ext}

加速 URL 格式

1
https://xget.xi-xu.me/pypi/packages/{type}/{package[0]}/{package}/{package}-{version}.{ext}

转换示例

  1. 源码包

    1
    2
    原始: https://pypi.org/packages/source/r/requests/requests-2.31.0.tar.gz
    加速: https://xget.xi-xu.me/pypi/packages/source/r/requests/requests-2.31.0.tar.gz
  2. Wheel 文件

    1
    2
    原始: https://pypi.org/packages/py3/n/numpy/numpy-1.26.2-cp312-cp312-win_amd64.whl
    加速: https://xget.xi-xu.me/pypi/packages/py3/n/numpy/numpy-1.26.2-cp312-cp312-win_amd64.whl

conda

平台前缀conda

原始 URL 格式

1
2
https://repo.anaconda.com/pkgs/{channel}/{package}
https://conda.anaconda.org/{channel}/{package}

加速 URL 格式

1
2
https://xget.xi-xu.me/conda/pkgs/{channel}/{package}
https://xget.xi-xu.me/conda/community/{channel}/{package}

转换示例

  1. 主仓库

    1
    2
    原始: https://repo.anaconda.com/pkgs/main/win-64/python-3.11.0-h955f1ad_0.conda
    加速: https://xget.xi-xu.me/conda/pkgs/main/win-64/python-3.11.0-h955f1ad_0.conda
  2. 社区仓库

    1
    2
    原始: https://conda.anaconda.org/conda-forge/win-64/pytorch-2.1.0-py311_cuda121_cudnn8_0.tar.bz2
    加速: https://xget.xi-xu.me/conda/community/conda-forge/win-64/pytorch-2.1.0-py311_cuda121_cudnn8_0.tar.bz2

Maven

平台前缀maven

原始 URL 格式

1
https://repo1.maven.org/maven2/{group}/{artifact}/{version}/{artifact}-{version}.{ext}

加速 URL 格式

1
https://xget.xi-xu.me/maven2/{group}/{artifact}/{version}/{artifact}-{version}.{ext}

转换示例

1
2
原始: https://repo1.maven.org/maven2/org/springframework/spring-core/6.1.1/spring-core-6.1.1.jar
加速: https://xget.xi-xu.me/maven2/org/springframework/spring-core/6.1.1/spring-core-6.1.1.jar

Gradle

平台前缀gradle

原始 URL 格式

1
https://plugins.gradle.org/m2/{group}/{artifact}/{version}/{artifact}-{version}.{ext}

加速 URL 格式

1
https://xget.xi-xu.me/gradle/m2/{group}/{artifact}/{version}/{artifact}-{version}.{ext}

转换示例

1
2
原始: https://plugins.gradle.org/m2/com/github/ben-manes/gradle-caches-plugin/0.9.0/gradle-caches-plugin-0.9.0.pom
加速: https://xget.xi-xu.me/gradle/m2/com/github/ben-manes/gradle-caches-plugin/0.9.0/gradle-caches-plugin-0.9.0.pom

Homebrew

平台前缀homebrew

原始 URL 格式

1
https://github.com/Homebrew/{repo}/archive/refs/tags/{tag}.tar.gz

加速 URL 格式

1
https://xget.xi-xu.me/homebrew/{repo}/archive/refs/tags/{tag}.tar.gz

转换示例

1
2
原始: https://github.com/Homebrew/brew/archive/refs/tags/4.2.0.tar.gz
加速: https://xget.xi-xu.me/homebrew/brew/archive/refs/tags/4.2.0.tar.gz

RubyGems

平台前缀rubygems

原始 URL 格式

1
https://rubygems.org/gems/{gem}-{version}.gem

加速 URL 格式

1
https://xget.xi-xu.me/rubygems/gems/{gem}-{version}.gem

转换示例

1
2
原始: https://rubygems.org/gems/rails-7.1.2.gem
加速: https://xget.xi-xu.me/rubygems/gems/rails-7.1.2.gem

CRAN ®

平台前缀cran

原始 URL 格式

1
https://cran.r-project.org/src/contrib/{package}_{version}.tar.gz

加速 URL 格式

1
https://xget.xi-xu.me/cran/src/contrib/{package}_{version}.tar.gz

转换示例

1
2
原始: https://cran.r-project.org/src/contrib/ggplot2_3.4.4.tar.gz
加速: https://xget.xi-xu.me/cran/src/contrib/ggplot2_3.4.4.tar.gz

CPAN (Perl)

平台前缀cpan

原始 URL 格式

1
https://www.cpan.org/authors/id/{author}/{package}-{version}.tar.gz

加速 URL 格式

1
https://xget.xi-xu.me/cpan/authors/id/{author}/{package}-{version}.tar.gz

转换示例

1
2
原始: https://www.cpan.org/authors/id/M/MI/MIYAGAWA/Plack-1.050.tar.gz
加速: https://xget.xi-xu.me/cpan/authors/id/M/MI/MIYAGAWA/Plack-1.050.tar.gz

CTAN (TeX/LaTeX)

平台前缀ctan

原始 URL 格式

1
https://tug.ctan.org/tex-archive/{path}

加速 URL 格式

1
https://xget.xi-xu.me/ctan/tex-archive/{path}

转换示例

1
2
原始: https://tug.ctan.org/tex-archive/macros/latex/contrib/beamer.zip
加速: https://xget.xi-xu.me/ctan/tex-archive/macros/latex/contrib/beamer.zip

Go 模块

平台前缀golang

原始 URL 格式

1
https://proxy.golang.org/{module}/@v/{version}.zip

加速 URL 格式

1
https://xget.xi-xu.me/golang/{module}/@v/{version}.zip

转换示例

1
2
原始: https://proxy.golang.org/github.com/golang/go/@v/v1.21.5.zip
加速: https://xget.xi-xu.me/golang/github.com/golang/go/@v/v1.21.5.zip

NuGet (.NET)

平台前缀nuget

原始 URL 格式

1
https://api.nuget.org/v3-flatcontainer/{package}/{version}/{package}.{version}.nupkg

加速 URL 格式

1
https://xget.xi-xu.me/nuget/v3-flatcontainer/{package}/{version}/{package}.{version}.nupkg

转换示例

1
2
原始: https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg
加速: https://xget.xi-xu.me/nuget/v3-flatcontainer/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg

Rust Crates

平台前缀crates

原始 URL 格式

1
https://crates.io/api/v1/crates/{crate}/{version}/download

加速 URL 格式

1
https://xget.xi-xu.me/crates/api/v1/crates/{crate}/{version}/download

转换示例

1
2
原始: https://crates.io/api/v1/crates/serde/1.0.195/download
加速: https://xget.xi-xu.me/crates/api/v1/crates/serde/1.0.195/download

Packagist (PHP)

平台前缀packagist

原始 URL 格式

1
https://repo.packagist.org/p/{vendor}/{package}.json

加速 URL 格式

1
https://xget.xi-xu.me/packagist/p/{vendor}/{package}.json

转换示例

1
2
原始: https://repo.packagist.org/p/laravel/framework.json
加速: https://xget.xi-xu.me/packagist/p/laravel/framework.json

系统包管理平台

Debian

平台前缀debian

原始 URL 格式

1
https://deb.debian.org/debian/{pool}/{path}

加速 URL 格式

1
https://xget.xi-xu.me/debian/{pool}/{path}

转换示例

1
2
原始: https://deb.debian.org/debian/pool/main/n/nginx/nginx_1.25.3-1_amd64.deb
加速: https://xget.xi-xu.me/debian/pool/main/n/nginx/nginx_1.25.3-1_amd64.deb

Ubuntu

平台前缀ubuntu

原始 URL 格式

1
https://archive.ubuntu.com/ubuntu/{pool}/{path}

加速 URL 格式

1
https://xget.xi-xu.me/ubuntu/{pool}/{path}

转换示例

1
2
原始: https://archive.ubuntu.com/ubuntu/pool/main/c/curl/curl_8.4.0-2ubuntu1_amd64.deb
加速: https://xget.xi-xu.me/ubuntu/pool/main/c/curl/curl_8.4.0-2ubuntu1_amd64.deb

Fedora

平台前缀fedora

原始 URL 格式

1
https://dl.fedoraproject.org/pub/fedora/linux/releases/{version}/Everything/{arch}/os/Packages/{path}

加速 URL 格式

1
https://xget.xi-xu.me/fedora/linux/releases/{version}/Everything/{arch}/os/Packages/{path}

转换示例

1
2
原始: https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/os/Packages/n/nginx-1.25.3-1.fc39.x86_64.rpm
加速: https://xget.xi-xu.me/fedora/linux/releases/39/Everything/x86_64/os/Packages/n/nginx-1.25.3-1.fc39.x86_64.rpm

Rocky Linux

平台前缀rocky

原始 URL 格式

1
https://download.rockylinux.org/pub/rocky/{version}/BaseOS/{arch}/os/Packages/{path}

加速 URL 格式

1
https://xget.xi-xu.me/rocky/{version}/BaseOS/{arch}/os/Packages/{path}

转换示例

1
2
原始: https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/Packages/n/nginx-1.20.1-14.el9_2.1.x86_64.rpm
加速: https://xget.xi-xu.me/rocky/9/BaseOS/x86_64/os/Packages/n/nginx-1.20.1-14.el9_2.1.x86_64.rpm

openSUSE

平台前缀opensuse

原始 URL 格式

1
https://download.opensuse.org/{distribution}/repo/{repo}/{arch}/{package}.rpm

加速 URL 格式

1
https://xget.xi-xu.me/opensuse/{distribution}/repo/{repo}/{arch}/{package}.rpm

转换示例

1
2
原始: https://download.opensuse.org/tumbleweed/repo/oss/x86_64/nginx-1.25.3-1.1.x86_64.rpm
加速: https://xget.xi-xu.me/opensuse/tumbleweed/repo/oss/x86_64/nginx-1.25.3-1.1.x86_64.rpm

Arch Linux

平台前缀arch

原始 URL 格式

1
https://geo.mirror.pkgbuild.com/{repo}/os/{arch}/{package}.pkg.tar.zst

加速 URL 格式

1
https://xget.xi-xu.me/arch/{repo}/os/{arch}/{package}.pkg.tar.zst

转换示例

1
2
原始: https://geo.mirror.pkgbuild.com/core/os/x86_64/nginx-1.25.3-1-x86_64.pkg.tar.zst
加速: https://xget.xi-xu.me/arch/core/os/x86_64/nginx-1.25.3-1-x86_64.pkg.tar.zst

其他平台

arXiv

平台前缀arxiv

原始 URL 格式

1
https://arxiv.org/pdf/{paper-id}.pdf

加速 URL 格式

1
https://xget.xi-xu.me/arxiv/pdf/{paper-id}.pdf

转换示例

1
2
原始: https://arxiv.org/pdf/2312.12345.pdf
加速: https://xget.xi-xu.me/arxiv/pdf/2312.12345.pdf

F-Droid

平台前缀fdroid

原始 URL 格式

1
https://f-droid.org/repo/{path}

加速 URL 格式

1
https://xget.xi-xu.me/fdroid/repo/{path}

转换示例

1
2
原始: https://f-droid.org/repo/com.example.app_100.apk
加速: https://xget.xi-xu.me/fdroid/repo/com.example.app_100.apk

Jenkins 插件

平台前缀jenkins

原始 URL 格式

1
https://updates.jenkins.io/latest/{plugin}.hpi

加速 URL 格式

1
https://xget.xi-xu.me/jenkins/latest/{plugin}.hpi

转换示例

1
2
原始: https://updates.jenkins.io/latest/git.hpi
加速: https://xget.xi-xu.me/jenkins/latest/git.hpi

Apache 软件下载

平台前缀apache

原始 URL 格式

1
https://downloads.apache.org/{project}/{file}

加速 URL 格式

1
https://xget.xi-xu.me/apache/{project}/{file}

转换示例

1
2
原始: https://downloads.apache.org/tomcat/tomcat-10/v10.1.15/bin/apache-tomcat-10.1.15.tar.gz
加速: https://xget.xi-xu.me/apache/tomcat/tomcat-10/v10.1.15/bin/apache-tomcat-10.1.15.tar.gz

容器注册表

平台前缀cr

支持的注册表

  • Docker Hub (docker.io)
  • GitHub Container Registry (ghcr.io)
  • Google Container Registry (gcr.io)
  • Azure Container Registry (azurecr.io)
  • AWS Elastic Container Registry (public.ecr.aws)
  • Quay.io (quay.io)

原始 URL 格式

1
https://{registry}/v2/{image}/manifests/{tag}

加速 URL 格式

1
https://xget.xi-xu.me/cr/{registry}/{image}/manifests/{tag}

转换示例

  1. Docker Hub

    1
    2
    原始: https://registry-1.docker.io/v2/library/nginx/manifests/latest
    加速: https://xget.xi-xu.me/cr/registry-1.docker.io/library/nginx/manifests/latest
  2. GitHub Container Registry

    1
    2
    原始: https://ghcr.io/v2/user/image/manifests/v1.0
    加速: https://xget.xi-xu.me/cr/ghcr.io/user/image/manifests/v1.0

AI 推理提供商

平台前缀ip

支持的提供商

  • OpenAI (api.openai.com)
  • Anthropic (api.anthropic.com)
  • Google AI (generativelanguage.googleapis.com)
  • 其他兼容 OpenAI API 的服务

原始 URL 格式

1
https://{provider}/v1/{endpoint}

加速 URL 格式

1
https://xget.xi-xu.me/ip/{provider}/v1/{endpoint}

转换示例

  1. OpenAI

    1
    2
    原始: https://api.openai.com/v1/chat/completions
    加速: https://xget.xi-xu.me/ip/api.openai.com/v1/chat/completions
  2. Anthropic

    1
    2
    原始: https://api.anthropic.com/v1/messages
    加速: https://xget.xi-xu.me/ip/api.anthropic.com/v1/messages

URL 转换器

为了简化 URL 转换过程,Xget 提供了在线 URL 转换器:

xuc.xi-xu.me

使用方法

  1. 访问 xuc.xi-xu.me
  2. 粘贴原始 URL
  3. 点击转换按钮
  4. 获取加速 URL

功能特性

  • 自动识别平台
  • 一键转换 URL
  • 支持批量转换
  • 复制到剪贴板

注意事项

1. 大小写敏感

  • 平台前缀必须小写
  • 路径保持原始大小写

2. 特殊字符

  • URL 中的特殊字符需要正确编码
  • 查询参数保持原样

3. Git 操作

  • Git 操作使用相同的转换规则
  • 自动识别 Git 端点
  • 支持 .git 后缀

4. 认证信息

  • 不支持在 URL 中传递认证信息
  • 使用环境变量或配置文件

5. 自定义域名

  • 可以使用自己部署的 Xget 实例
  • 替换 xget.xi-xu.me 为你的域名

常见问题

Q1: 如何验证转换后的 URL 是否正确?

A: 访问转换后的 URL,如果返回预期的内容,说明转换正确。

Q2: 转换后的 URL 可以在浏览器中直接访问吗?

A: 可以,但某些平台可能需要特定的请求头,建议使用对应的工具。

Q3: 支持自定义平台吗?

A: 可以通过修改配置文件添加自定义平台。

Q4: 转换后的 URL 会失效吗?

A: 不会,只要 Xget 实例正常运行,转换后的 URL 持续有效。

Q5: 如何批量转换多个 URL?

A: 使用在线转换器的批量转换功能,或编写脚本进行批量转换。

总结

Xget 的 URL 转换规则简单直观,只需:

  1. 替换域名为 Xget 域名
  2. 在路径前添加平台前缀
  3. 保持原始路径不变

通过这种简单的转换规则,Xget 为 40+ 开发者常用平台提供了统一的加速服务。


文章作者: ZeroXin
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 ZeroXin !
评论
  目录