Name | mediagrab JSON |
Version |
0.1.1
JSON |
| download |
home_page | |
Summary | Python CLI for downloading videos from YouTube |
upload_time | 2023-12-02 14:53:16 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.11 |
license | MIT License |
keywords |
python
cli
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# mediagrab
Python CLI to download videos from youtube
[](https://pypi.org/project/mediagrab/)
[](LICENSE)
## Installation
You can install the package using following command:
```sh
pip3 install mediagrab
```
(or)
```sh
pip install mediagrab
```
## Usage
### Getting help with command line arguments
```sh
mediagrab --help
```
### Main functionality
```
usage: mediagrab [-h] [-d DESTINATION] url
positional arguments:
url URL of video on YouTube to download
options:
-h, --help show this help message and exit
-d DESTINATION, --destination DESTINATION
destination path
```
## Development setup
Clone this repository and install packages listed in requirements.txt
```sh
pip3 install -r requirements.txt
```
Raw data
{
"_id": null,
"home_page": "",
"name": "mediagrab",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "python,cli",
"author": "",
"author_email": "mrprikol <prikolus@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/ed/43/b035d2c37a2a297e15564280c6a0dc0b802030213ec34bae8553e81dea73/mediagrab-0.1.1.tar.gz",
"platform": null,
"description": "# mediagrab\nPython CLI to download videos from youtube\n\n[](https://pypi.org/project/mediagrab/)\n[](LICENSE)\n\n## Installation\nYou can install the package using following command:\n```sh\npip3 install mediagrab\n```\n(or)\n```sh\npip install mediagrab\n```\n\n## Usage\n\n### Getting help with command line arguments\n```sh\nmediagrab --help\n```\n\n### Main functionality\n```\nusage: mediagrab [-h] [-d DESTINATION] url\n\npositional arguments:\n url URL of video on YouTube to download\n\noptions:\n -h, --help show this help message and exit\n -d DESTINATION, --destination DESTINATION\n destination path\n```\n\n## Development setup\nClone this repository and install packages listed in requirements.txt\n```sh\npip3 install -r requirements.txt\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Python CLI for downloading videos from YouTube",
"version": "0.1.1",
"project_urls": {
"Repository": "https://github.com/mrprikol/mediagrab"
},
"split_keywords": [
"python",
"cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5ca66d32a43853f97b35bca62579569999244072ca983aa8db78250ce83f71c8",
"md5": "a15c42b7363924901eae788fea54f509",
"sha256": "d2f08cdd746756239ce19a4165fc32c53ae7e0e616852bbb189e8cbba650400e"
},
"downloads": -1,
"filename": "mediagrab-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a15c42b7363924901eae788fea54f509",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 3853,
"upload_time": "2023-12-02T14:53:14",
"upload_time_iso_8601": "2023-12-02T14:53:14.945523Z",
"url": "https://files.pythonhosted.org/packages/5c/a6/6d32a43853f97b35bca62579569999244072ca983aa8db78250ce83f71c8/mediagrab-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed43b035d2c37a2a297e15564280c6a0dc0b802030213ec34bae8553e81dea73",
"md5": "fd97039734713180c63515d4d2891966",
"sha256": "7712700a7dfe3925e1ded650ffbc04c15dcd9c68e7edfec66a10870f69b2ab97"
},
"downloads": -1,
"filename": "mediagrab-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "fd97039734713180c63515d4d2891966",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 4880,
"upload_time": "2023-12-02T14:53:16",
"upload_time_iso_8601": "2023-12-02T14:53:16.490933Z",
"url": "https://files.pythonhosted.org/packages/ed/43/b035d2c37a2a297e15564280c6a0dc0b802030213ec34bae8553e81dea73/mediagrab-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-02 14:53:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mrprikol",
"github_project": "mediagrab",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "mediagrab"
}