Skip to main content

A Python wrapper for SubScene

Project description

This is development brach of Subtitle-Finder

We are working on developing an api for Subscene(dot)com. And making the code more managable. Don't use this branch for production use. It will always break.

Usage:

from subscene.SubScene import SubScene

sub = SubScene() # Initialize the api Class
detail = {
    'name': 'Hello',
    'year': '2008'
    }
link = sub.getDetail(detail) # Available Subtitles
print(link)
links = sub.getSubLink(link) # Link to Specific Subtitle
print(links)
down = sub.getDownLink(links[0]) # DownLoad link for Specific Language
print(down)

Making with :heart: by Rakibul Yeasin and Abdullah Zayed

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

subscene2-1.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

subscene2-1.0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page