Skip to main content

This Python library is designed to make downloading Sinhala subtitles for TV series and movies easy. To use it, simply install the library using pip and import it into your Python script.

Project description

Sinhala Subtitles Downloader

This Python library makes it easy to download Sinhala subtitles for TV series and movies. It currently supports two websites, Baiscope and Cineru.

Installation

You can install the library using pip:

pip install sinhala_subtitles

Usage

To use the library, simply import it and call one of the following functions:

search(query, site=None)

Searches for available Sinhala subtitles for a given TV series or movie.

from sinhala_subtitles import SinhalaSubtitles 

# Create an instance of the SinhalaSubtitles class 
subtitles = SinhalaSubtitles 

# Search for  Sinhala subtitles for Pirates of the Caribbean movie" 
results = subtitles.search('Pirates of the Caribbean') 

# Print the list of available subtitle files
for  result  in results: 
	print(result)

search subtitles with mentioning website :

results = subtitles.search('Pirates of the Caribbean', site='baiscopelk')
  • query: The name of the TV series or movie.
  • site: Optional. The website to search on. Can be "baiscopelk" or "cineru".

Returns a list of available Sinhala subtitle files.

download(page_url)

Downloads a Sinhala subtitle file from a given URL.

from sinhala_subtitles import SinhalaSubtitles

# Create an instance of the SinhalaSubtitles class
subtitles = SinhalaSubtitles

# Download Sinhala subtitles for the movie "Pirates of the Caribbean: Dead Men Tell No Tales"
url = 'https://www.baiscopelk.com/pirates-of-the-caribbean-dead-men-tell-no-tales-2017-with-sinhala-subtitles/'
subtitles.download(url)
  • page_url: The URL of the subtitle file to download.

Returns True if the download is successful, False otherwise.

bulk(bulk_url)

Downloads a bulk of Sinhala subtitle files from a given URL.

from sinhala_subtitles import SinhalaSubtitles

# Create an instance of the SinhalaSubtitles class
subtitles = SinhalaSubtitles

# Download a bulk of Sinhala subtitles for the TV series "Supernatural"
url = 'https://www.baiscopelk.com/tv-series/supernatural-2005/'
subtitles.bulk(url,download_path="Downloads")
  • bulk_url: The URL of the subtitle file bulk to download.

Returns a list of downloaded subtitle files.

License

This library is released under the MIT license.

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

sinhala_subtitles-4.0.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sinhala_subtitles-4.0.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file sinhala_subtitles-4.0.1.tar.gz.

File metadata

  • Download URL: sinhala_subtitles-4.0.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for sinhala_subtitles-4.0.1.tar.gz
Algorithm Hash digest
SHA256 03dd0d1e1307f21972a8628a48bc9355ffef1d51c79cdd45efbc8d20f2dae95d
MD5 231e21fa11363fe46eeba4cba234942e
BLAKE2b-256 ed72fbbf8e8512e53c7db12050dc6d8674a29e4d882b1b881159b23b0b95f821

See more details on using hashes here.

File details

Details for the file sinhala_subtitles-4.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for sinhala_subtitles-4.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 526998594cc6c5b704e56071f3690d1e30c41887880aba079545d637516752ca
MD5 e8793c73318400a346d30cf25ed5be00
BLAKE2b-256 548ed23a3afa0b02e88c4908c7cab9e13bfb467e218a4b8b5a6112bfc83deea8

See more details on using hashes here.

Supported by

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