0.3.0 • Published 2 years ago
soapy-dl-beta v0.3.0
soapy-dl
Download TV series and movies from soap2day in your terminal
Overview
Installation
- Install with any package manager as global
npm install -g soapy-dl
or
yarn global add soapy-dl
or
pnpm i -g soapy-dl
- 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
- X-11 termux repo for Chromium /data/data/com.termux/files/usr/bin/chromium-browser
- 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>