This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
''' | |
Download subtitles using SPlayer API | |
@author: [email protected] | |
https://docs.google.com/document/d/1ufdzy6jbornkXxsD-OGl3kgWa4P9WO5NZb6_QYZiGI0/preview# | |
射手影音智能字幕查询API(JSON) | |
功能: 根据客户端提交的信息,返回匹配字幕信息和字幕数据包 | |
通讯协议: HTTP POST | |
接口地址: https://www.shooter.cn/api/subapi.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Felix Yan <[email protected]> | |
# 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" |