Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somedudex/vidsrc-search
A pirate movie and tv shows searcher written in Python
https://github.com/somedudex/vidsrc-search
pip piracy python
Last synced: 2 months ago
JSON representation
A pirate movie and tv shows searcher written in Python
- Host: GitHub
- URL: https://github.com/somedudex/vidsrc-search
- Owner: SomedudeX
- License: mit
- Created: 2023-11-30T01:55:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:15:22.000Z (9 months ago)
- Last Synced: 2024-04-14T00:22:49.923Z (9 months ago)
- Topics: pip, piracy, python
- Language: Python
- Homepage: https://pypi.org/project/vidsrc-search/
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
**Important: This project is no longer maintained and is archived as of Jun 21, 2024**
![GitHub Release](https://img.shields.io/github/v/release/SomedudeX/vidsrc-search?style=for-the-badge) ![PyPI - Status](https://img.shields.io/pypi/status/vidsrc-search?style=for-the-badge) ![PyPI - Downloads](https://img.shields.io/pypi/dm/vidsrc-search?style=for-the-badge)
A command-line utility program that searches [VidSrc](https://vidsrc.to)'s API to provide movies for free.
## Installation
```bash
pip install --upgrade vidsrc-search
vidsrc-search help
```## Usage
```
usage: vidsrc-search [option] [flags]available commands:
help shows this menu
version displays version info
search search a movie by its name
library actions regarding the movie liboptional flags:
-d, --debug enables debug logging and disables
certain features (e.g. progress bars)use 'vidsrc-search help ' 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.
```## Notes
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## Contributing
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`.
## Links
* [License](https://github.com/SomedudeX/vidsrc-search/blob/main/LICENSE)
* [Github](https://github.com/SomedudeX/vidsrc-search)
* [PyPi](https://pypi.org/project/vidsrc-search/)