Skip to content

Instantly share code, notes, and snippets.

@springzfx
springzfx / SPlayerSub.py
Last active November 23, 2023 02:24
MPV-射手影音字幕插件
#! /usr/bin/python
'''
Download subtitles using SPlayer API
@author: me@qzane.com
https://docs.google.com/document/d/1ufdzy6jbornkXxsD-OGl3kgWa4P9WO5NZb6_QYZiGI0/preview#
射手影音智能字幕查询API(JSON)
功能: 根据客户端提交的信息,返回匹配字幕信息和字幕数据包
通讯协议: HTTP POST
接口地址: https://www.shooter.cn/api/subapi.php
@springzfx
springzfx / PKGBUILD
Last active March 28, 2022 16:58
Fix copytoclipboard in kde for deepin-screenshot
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-screenshot
pkgver=5.0.0
pkgrel=1
pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-screenshot"