Skip to content

SL-CODE-LORDS/si-subdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sinhala Subtitle Downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published