https://github.com/xmine64/subteez-subscene-proxy
Subteez-Subscene Proxy Server
https://github.com/xmine64/subteez-subscene-proxy
gin golang server subscene subtitles
Last synced: 10 months ago
JSON representation
Subteez-Subscene Proxy Server
- Host: GitHub
- URL: https://github.com/xmine64/subteez-subscene-proxy
- Owner: xmine64
- License: mit
- Created: 2021-07-05T08:41:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T19:24:55.000Z (over 4 years ago)
- Last Synced: 2025-04-12T13:11:51.684Z (about 1 year ago)
- Topics: gin, golang, server, subscene, subtitles
- Language: Go
- Homepage: https://subteez1.herokuapp.com/
- Size: 41.5 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subteez-Subscene Proxy Server
This is a server for Subteez that proxies content from subscene.com
and provides them to you using Subteez API, so you can use it with
[Subteez App](https://play.google.com/store/apps/details?id=madamin.subtitles).
It also proxies banners and subtitle files, so people with censored
Internet (like Iranians) can use it without any problem.
## Using Subteez API
Send POST requests to endpoints, with parameters as json in body.
Responses are in json too.
```
endpoint | description
-------- | -----------
/api/search | Search for movies or series
/api/details | Get details and subtitles files available for a movie or series
/api/download | Download subtitle file
```
You can check data structures that used for each request and response, [here](subteez/types.go).
## Using custom server with Subteez App
Go to settings and long press on Server, then you can enter your server address.