Skip to content

s-4-m-a-n/Subtitle-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subtitle Downloader (v 0.1)🔗

Open Source Love MIT Licence forthebadge made-with-python
Generic badge Generic badge Generic badge

subtitle downloader is a light weighted command line app that allows us to download subtitle from the web-site subscene in a most convenient way.

🔹How to install ?

Dependencies :

subtitle downloader requires:

don't worry about dependencies, all you need to do is install python and pip on your system(this is a prerequisite)

below given code works in both terminal and cmd✔️

run the below given code in the terminal(for linux user) or cmd(for windows user)

  $  pip install subsceneAPI==0.2

Now, You are ready to download subtitle in any language for any movie. But first, let's check if the subtitle downloader has been installed properly or not. Try:

  $  subtitleDownloader -v 
    OR
  $  subtitleDownloader --version

For successful installation, the expected output is :

      $  subtitleDownloader 0.1

Usage:

It can be used as an application software or as a python package. All the commands for subscene API can be found using help flag.

  $  subtitleDownloader -h
    OR
  $  subtitleDownloader --help

To download a subtitle, run the given code:

 $  subtitleDownloader -t "<movie's title/name>" -y "<release year>" -lng "language" -l <limit>
   OR
 $  subtitleDownloader --title "<movie's title/name>" --year "<release year>" --language "<language>" --limit <limit>

Here, title and release year is mandatory. And the default value for language is "english" and for limit, it is 1 (the number of different subtitles that are going to be downloaded)

once you run the above command with appropirate arguments(ie title,year,language and limit value), a pop-up (file) box will be opened and you have to select a movie whose subtitle you want to have. That's all, now all you need to do is wait till it is successfully downloaded.

TIPS

I will personally recommend you to download both python and subtitleDownloader in the administrative mode(for windows user) or in the sudo mode(for linux user). so that, you just have to open the cmd or terminal and run the command to download any subtitle.

Developement:

Contibuters of all experience levels are warmly welcomed to be the part of this subtitleDownloader community.The community goals are to be helpful,welcoming,effective.

important links:

source code:

you can check the latest sources with the command :

       git clone https://github.com/s-4-m-a-n/subscene-API.git

LICENSE:

It is an open source project and is being licensed under MIT LICENSE - click me to get to the license file for more details. It is not an official subscene version : 4.0 product.

Facebook Twitter

About

CLI based subtitle downloader (using python3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages