#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
#author:Wos
#github.com下载加速器
import pyperclip
import random
import time

ulist = [
    'https://gh.api.99988866.xyz/',
    'https://gh.ddlc.top/',
    'https://ghdl.feizhuqwq.cf/',
    'https://git.xfj0.cn/',
    'https://hub.gitmirror.com/',
    'https://ghps.cc/']


url = pyperclip.paste()
if str(url).startswith("https://"):
    random.seed(time.time())
    url_ = random.choice(ulist)+str(url)
    pyperclip.copy(url_)