https://github.com/71zenith/clove
an attempt at making a vidsrc scraper in clojure
https://github.com/71zenith/clove
Last synced: about 1 year ago
JSON representation
an attempt at making a vidsrc scraper in clojure
- Host: GitHub
- URL: https://github.com/71zenith/clove
- Owner: 71zenith
- License: gpl-3.0
- Created: 2024-03-18T07:15:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T05:57:32.000Z (over 2 years ago)
- Last Synced: 2025-03-30T22:14:23.744Z (over 1 year ago)
- Language: Clojure
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clove
clove is an [imdb](https://www.imdb.com) and [vidsrc](https://vidsrc.to) scraper written in clojure
## Installation
Download from http://github.com/71zenith/clove/releases/
## Usage
```sh
$ java -jar clove.jar [args]
```
## Examples
```sh
$ java -jar clove.jar Kung Fu Panda 1 # play in mpv
$ java -jar clove.jar Kung Fu Panda 1 -p vlc # play in vlc
$ java -jar clove.jar Kung Fu Panda 1 -d # print link
```
### TODO
* [DONE] introduce a menu
* provide common flags