0.3.0 • Published 11 months ago

soapy-dl-beta v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

soapy-dl

Download TV series and movies from soap2day in your terminal

Overview

Installation

  1. Install with any package manager as global
  npm install -g soapy-dl
    or
  yarn global add soapy-dl
    or
  pnpm i -g soapy-dl
  1. Install from source
    git clone https://github.com/iamstarcode/soapy-dl.git \
    && cd soapy-dl \
    && npm install \
    or
    && yarn install \
    or
    && pnpm i \
    && npm install -g .

How to use

This package installs Puppeteer, when you install Puppeteer, it automatically downloads a recent version of Chrome that is guaranteed to work with Puppeteer. The browser is downloaded to the $HOME/.cache/puppeteer folder by default (starting with Puppeteer v19.0.0).

For whatever reason Puppeteer might fail in installing the browser(like in termux android terminal), you can however point to the executable path for where you have a browser installed, by passing the -ep=<chrome|chromium-path> when using the download command. eg "soapy-dl download <movie|series name to search> -ep=/data/data/com.termux/files/usr/bin/chromium-browser

Examples of browser location tested and working

  1. X-11 termux repo for Chromium /data/data/com.termux/files/usr/bin/chromium-browser
  2. Debian Linux Flavours for Google Chrome /usr/bin/google-chrome
 $ npx soapy-dl download <movie|series name to search> -ep="/data/data/com.termux/files/usr/bin/chromium-browser"
    or
 $ soapy-dl download <movie|series name to search>