downloadx


Namedownloadx JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryDownloadX CLI - Content download CLI tools
upload_time2023-06-03 10:40:24
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords downloadx downloadx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DownloadX

Content download CLI tools

## Installation
```sh
pip install downloadx
```

## Using downloadx CLI
### Get help
```sh
downloadx -h
```

### Download YouTube content
#### Get help
```sh
downloadx youtube -h
```

#### Download single url
```sh
downloadx youtube --url https://www.youtube.com/watch?v=aWYgotleA2w
```

#### Download multiple YouTube url
create any file to store the url of the content to be downloaded.
for example, create a **urls.txt** file 
```txt
https://www.youtube.com/watch?v=aWYgotleA2w
https://www.youtube.com/watch?v=26JMKOsc8c8&t=254s
https://www.youtube.com/watch?v=Wqr-uZInkQ0
https://youtu.be/Nq4Mh_jTubA
```

run the download command by defining the `--url-file` argument
```sh
downloadx youtube --url-file urls.txt
```

#### Download audio only
By default download x will download youtube video content. if you want to download audio only, you can add the `--audio-only` argument
```sh
downloadx youtube --url https://www.youtube.com/watch?v=aWYgotleA2w --audio-only
```

#### Download file directory
By default, downloaded files will be stored in the **./outputs** directory, if you want to change the output directory you can add the `--output` argument as follows:
```sh
downloadx youtube --url-file urls.txt --output /mydir/location
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "downloadx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "downloadx,DownloadX",
    "author": "",
    "author_email": "ruriazz <azizruri.s@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fe/ff/d3d741e83f98f4607d085320667552ac53514bf8f5a631154b1785c5fef9/downloadx-0.1.2.tar.gz",
    "platform": null,
    "description": "# DownloadX\n\nContent download CLI tools\n\n## Installation\n```sh\npip install downloadx\n```\n\n## Using downloadx CLI\n### Get help\n```sh\ndownloadx -h\n```\n\n### Download YouTube content\n#### Get help\n```sh\ndownloadx youtube -h\n```\n\n#### Download single url\n```sh\ndownloadx youtube --url https://www.youtube.com/watch?v=aWYgotleA2w\n```\n\n#### Download multiple YouTube url\ncreate any file to store the url of the content to be downloaded.\nfor example, create a **urls.txt** file \n```txt\nhttps://www.youtube.com/watch?v=aWYgotleA2w\nhttps://www.youtube.com/watch?v=26JMKOsc8c8&t=254s\nhttps://www.youtube.com/watch?v=Wqr-uZInkQ0\nhttps://youtu.be/Nq4Mh_jTubA\n```\n\nrun the download command by defining the `--url-file` argument\n```sh\ndownloadx youtube --url-file urls.txt\n```\n\n#### Download audio only\nBy default download x will download youtube video content. if you want to download audio only, you can add the `--audio-only` argument\n```sh\ndownloadx youtube --url https://www.youtube.com/watch?v=aWYgotleA2w --audio-only\n```\n\n#### Download file directory\nBy default, downloaded files will be stored in the **./outputs** directory, if you want to change the output directory you can add the `--output` argument as follows:\n```sh\ndownloadx youtube --url-file urls.txt --output /mydir/location\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "DownloadX CLI - Content download CLI tools",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/ruriazz/downloadx/issues",
        "Homepage": "https://github.com/ruriazz/downloadx"
    },
    "split_keywords": [
        "downloadx",
        "downloadx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5815a980c997a9f0642efb9d4480bbb3bc0094e44b338177696b018692def038",
                "md5": "df126ea747f9b296ffabe1ede07ba990",
                "sha256": "199778fe11017d034ad4525272a738c39552d862fa1534ac0f3af50a55dfb998"
            },
            "downloads": -1,
            "filename": "downloadx-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df126ea747f9b296ffabe1ede07ba990",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8167,
            "upload_time": "2023-06-03T10:40:22",
            "upload_time_iso_8601": "2023-06-03T10:40:22.594325Z",
            "url": "https://files.pythonhosted.org/packages/58/15/a980c997a9f0642efb9d4480bbb3bc0094e44b338177696b018692def038/downloadx-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "feffd3d741e83f98f4607d085320667552ac53514bf8f5a631154b1785c5fef9",
                "md5": "dde425b3a9d0bf2565c8c2cc143cd7fa",
                "sha256": "2959c7ee75581c69fadc96726b7d2bb44c2d73d9529ba0faf9c1d1563de6ff13"
            },
            "downloads": -1,
            "filename": "downloadx-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "dde425b3a9d0bf2565c8c2cc143cd7fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6876,
            "upload_time": "2023-06-03T10:40:24",
            "upload_time_iso_8601": "2023-06-03T10:40:24.886994Z",
            "url": "https://files.pythonhosted.org/packages/fe/ff/d3d741e83f98f4607d085320667552ac53514bf8f5a631154b1785c5fef9/downloadx-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-03 10:40:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ruriazz",
    "github_project": "downloadx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "downloadx"
}
        
Elapsed time: 0.08841s