maco

Last updated:

0 purchases

maco Image
maco Images
Add to Cart

Description:

maco

maco #




An anime downloading cli based on libanime.

Getting Started ๐Ÿš€ #
If the CLI application is available on pub, activate globally via:
dart pub global activate maco
copied to clipboard
Or locally via:
dart pub global activate --source=path <path to this package>
copied to clipboard
Also you can use portable version in Releases page.
Usage #
# Parse direct mp4 url for kodik player and download.
$ maco kodik -u //kodik.info/seria/428055/cf7b8847a36a6904743111e46c2b77d1/720p -d

# Parse direct mp4 url for sibnet player.
$ maco sibnet -u https://video.sibnet.ru/shell.php?videoid=2235917

# Show CLI version
$ maco --version

# Show usage help
$ maco --help
copied to clipboard
Running Tests with coverage ๐Ÿงช #
To run all unit tests use the following command:
$ dart pub global activate coverage 1.2.0
$ dart test --coverage=coverage
$ dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info
copied to clipboard
To view the generated coverage report you can use lcov
.
# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.