A Python wrapper for SubScene
Project description
Python wraper for SubScene(.)com
We are working on developing an api for Subscene(.)com. And making the code more managable. Before using in production please be sure it works well.
Usage:
CLI:
Use: -n 'name' -y 'year' -l 'language' [Optional]
Usage:
-h or --help | Show this help message
-n or --name | Name of the movie/media
-y or --year | Year of release
-l or --lang | Language of desired subtitle
Script:
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 love by Rakibul Yeasin and Abdullah Zayed
Project details
Release history Release notifications | RSS feed
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.2.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for subscene2-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 466bb43f6ce9344170b5096e528f502ad2ca1f16b18662721a21516b1fd53a13 |
|
MD5 | 39f8f534161a251f9e311644af50bd19 |
|
BLAKE2b-256 | 9da9763e1796a7bae37f0b0094ca666e05f54af4072db62fba99b82bba1abbc6 |