Important: This project is no longer maintained and is archived as of Jun 21, 2024
A command-line utility program that searches VidSrc's API to provide movies for free.
pip install --upgrade vidsrc-search
vidsrc-search help
usage: vidsrc-search <command> [option] [flags]
available commands:
help shows this menu
version displays version info
search search a movie by its name
library actions regarding the movie lib
optional flags:
-d, --debug enables debug logging and disables
certain features (e.g. progress bars)
use 'vidsrc-search help <command>' for info on a
specific command. arguments are strictly parsed in the
order specified above. when filing a bug report, please
be sure to use the '--debug' flag in log.
This project has been tested on the following requirements and platforms:
- CPython 3.8.19, 3.9.1, 3.12.2
- Windows 11, macOS 14, Debian Linux
Opening issues on GitHub are the preferred way of contributing. Please include the steps to reproduce, what you expected to happen versus what actually happened, as well as the output of vidsrc-search
with the --debug
flag in your issue.
When filing issues, please also make sure that you are using vidsrc-search
by directly cloning the repository as opposed to downloading from pip. This will make sure you have the most up-to-date version of vidsrc-search
.