Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@sl-code-lords/si-subdl

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sl-code-lords/si-subdl

sinhala subtitle files downloader

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
4
Created
Source

Baiscope

Sinhala Subtitle Downloader

📝 Table of Contents

🧐 About

The unofficial Scrap [Baiscopelk.com]

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

yarn add @sl-code-lords/si-subdl

or

npm i @sl-code-lords/si-subdl

🎈 Usage

var {subsearch , subdl }  = require('@sl-code-lords/si-subdl')

search subtitles

await subsearch('avengers')
{
  status: true,
  code_creator: { name: 'Thisal Sanujaya', github: '@sanuwaofficial' },
  results: [
    {
      title: 'Ultimate Avengers II (2006) AKA Ultimate Avengers 2: Rise of the Panther Sinhala Subtitles | පෘථිවියේ බලවත්ම වීරයෝ නැවතත්  [සිංහල උපසිරැසි සමග]',
      link: 'https://www.baiscopelk.com/ultimate-avengers-ii-2006-aka-ultimate-avengers-2-rise-of-the-panther-sinhala-subtitles/'
    },
    {
      title: 'Avengers: Endgame (2019) Sinhala Subtitles | මිතුරුතොමෝ දුක සැප දෙකෙහිම පැවති…[සිංහල උපසිරසි සමඟ] (500)',
      link: 'https://www.baiscopelk.com/avengers-endgame-2019-sinhala-subtitles/'
    },
    {
      title: 'Ultimate Avengers (2006) Sinhala Subtitles | ඇවෙන්ජර් ව්‍යාපෘතියේ මූලාරම්භය [සිංහල උපසිරැසි සමඟ]',
      link: 'https://www.baiscopelk.com/ultimate-avengers-2006-sinhala-subtitles/'
    },
    {
      title: 'Avengers: Infinity War (2018) Sinhala Subtitles | නොවෙන් මෙවන් විපතක් කිසිදා….! [සිංහල උපසිරසි සමඟ] (400*)',
      link: 'https://www.baiscopelk.com/avengers-infinity-war-2018-sinhala-subtitles/'
    },
    {
      title: 'Lego Marvel Super Heroes: Avengers Reassembled (2015) with Sinhala Subtitles  |ඇවෙන්ජර්ස්ලාගේ නැවත එක්වීම [සිංහල උපසිරසි සමඟ]',
      link: 'https://www.baiscopelk.com/lego-marvel-super-heroes-avengers-reassembled-2015-with-sinhala-subtitles/'
    },
    ... 15 more items
  ]
}

download subtitles

await subdl('https://www.baiscopelk.com/ultimate-avengers-ii-2006-aka-ultimate-avengers-2-rise-of-the-panther-sinhala-subtitles/')
{
  status: true,
  code_creator: { name: 'Thisal Sanujaya', github: '@sanuwaofficial' },
  results: {
    title: 'Ultimate Avengers II (2006) AKA Ultimate Avengers 2: Rise of the Panther Sinhala Subtitles | පෘථිවියේ බලවත්ම වීරයෝ නැවතත් [සිංහල උපසිරැසි සමග] ',
    creater: ' යුරාන් ධනුක',
    img: 'https://www.baiscopelk.com/wp-content/uploads/2019/09/Ultimate-Avengers-II-2006.jpg',
    dl_link: 'https://www.baiscopelk.com/Downloads/ultimate-avengers-ii-2006-zip/?tmstv=1688413330'
  }
}

✍️ Authors

See also the list of contributors who participated in this project.

Keywords

sinhalasub

FAQs

Package last updated on 06 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts