1.1.1 • Published 10 months ago

@sl-code-lords/si-subdl v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

📝 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.

1.1.1

10 months ago

1.1.0

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago