downvids


Namedownvids JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://x.com/Lanaev0li
SummaryA script to download videos with specified segments using yt-dlp and ffmpeg
upload_time2024-06-29 13:30:36
maintainerNone
docs_urlNone
authorAvinion
requires_python>=3.8
licenseAvinion Group License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # downvids

A script to download videos with specified segments using `yt-dlp` and `ffmpeg`.

## Installation

You can install the package using pip:

```bash
pip install downvids

Usage
After installation, you can run the script using the command:
downvids


This will start an interactive prompt where you can provide the link to the video page, start time, duration, end time, output file name, and output directory.

Example
Enter the video page link: Provide the URL of the video page.
Enter the start time: Specify the start time in HH:MM:SS format or press Enter to start from the beginning.
Enter the duration: Specify the duration in HH:MM:SS format or press Enter to skip.
Enter the end time: Specify the end time in HH:MM:SS format or press Enter to download till the end.
Enter the output file name: Provide the name of the output file (with or without extension).
Enter the local path to save the file: Provide the local path where you want to save the file.



License
This project is licensed under the Avinion Group License - see the LICENSE file for details.

Author: Avinion
Email: shizofrin@gmail.com

            

Raw data

            {
    "_id": null,
    "home_page": "https://x.com/Lanaev0li",
    "name": "downvids",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Avinion",
    "author_email": "shizofrin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/ac/77a9e088941b6bbeb249c1533795ca8055f5c4ce99463545e3aecf25b485/downvids-1.0.0.tar.gz",
    "platform": null,
    "description": "# downvids\n\nA script to download videos with specified segments using `yt-dlp` and `ffmpeg`.\n\n## Installation\n\nYou can install the package using pip:\n\n```bash\npip install downvids\n\nUsage\nAfter installation, you can run the script using the command:\ndownvids\n\n\nThis will start an interactive prompt where you can provide the link to the video page, start time, duration, end time, output file name, and output directory.\n\nExample\nEnter the video page link: Provide the URL of the video page.\nEnter the start time: Specify the start time in HH:MM:SS format or press Enter to start from the beginning.\nEnter the duration: Specify the duration in HH:MM:SS format or press Enter to skip.\nEnter the end time: Specify the end time in HH:MM:SS format or press Enter to download till the end.\nEnter the output file name: Provide the name of the output file (with or without extension).\nEnter the local path to save the file: Provide the local path where you want to save the file.\n\n\n\nLicense\nThis project is licensed under the Avinion Group License - see the LICENSE file for details.\n\nAuthor: Avinion\nEmail: shizofrin@gmail.com\n",
    "bugtrack_url": null,
    "license": "Avinion Group License",
    "summary": "A script to download videos with specified segments using yt-dlp and ffmpeg",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://x.com/Lanaev0li"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21fa2557a753a0fae731efc3e976d6198825f692e650e1d3474b37b7ef1267a8",
                "md5": "67594c0242b69123a50ad84082b4ea4a",
                "sha256": "172793ae1ec163bda392120abd6b40dcd33466ec4aa457a7f7690eeb9d99f648"
            },
            "downloads": -1,
            "filename": "downvids-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67594c0242b69123a50ad84082b4ea4a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4328,
            "upload_time": "2024-06-29T13:30:34",
            "upload_time_iso_8601": "2024-06-29T13:30:34.732270Z",
            "url": "https://files.pythonhosted.org/packages/21/fa/2557a753a0fae731efc3e976d6198825f692e650e1d3474b37b7ef1267a8/downvids-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80ac77a9e088941b6bbeb249c1533795ca8055f5c4ce99463545e3aecf25b485",
                "md5": "fa1954e8d87fef7af5525c3d25791928",
                "sha256": "470bcb19751c3393d884d0bb2b56d43cf6d63a69373f2447681a4b9350cb8a0d"
            },
            "downloads": -1,
            "filename": "downvids-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fa1954e8d87fef7af5525c3d25791928",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3838,
            "upload_time": "2024-06-29T13:30:36",
            "upload_time_iso_8601": "2024-06-29T13:30:36.584716Z",
            "url": "https://files.pythonhosted.org/packages/80/ac/77a9e088941b6bbeb249c1533795ca8055f5c4ce99463545e3aecf25b485/downvids-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-29 13:30:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "downvids"
}
        
Elapsed time: 0.26539s