xvideos-cli

0.0.3 • Public • Published

XVideos

Access xvideos (WARNING: NSFW) on the command line.

Overview

This application provides a command line interface for searching xvideos.com. It uses the xvideos module to do the heavy lifting.

Installation

Available via npm:

$ npm install xvideos-cli

Or via git:

$ git clone git://github.com/deoxxa/xvideos-cli.git

Usage

This package provides a single executable, xvideos. It is used to interact with the search function of xvideos.com.

XVideos Usage

You must provide at least one keyword.

$ xvideos [--sort <sort>] [--date <date filter>] [--duration <duration filter>] <keywords ...>

sort

The --sort option changes how the results from xvideos.com are sorted. The available sorting options are rating, relevance, and uploaddate. The default is uploaddate.

date

The --date option adds a "date filter" to the query. The available filters are all, today, week, and month. The default is all.

duration

The --duration option adds a "duration filter" to the query. The available filters are allduration, 1-3min, 3-10min, and 10min_more. The default is allduration.

License

3-clause BSD. A copy is included with the source.

Contact

Readme

Keywords

none

Package Sidebar

Install

npm i xvideos-cli

Weekly Downloads

0

Version

0.0.3

License

BSD

Last publish

Collaborators

  • deoxxa