utubes


Nameutubes JSON
Version 0.0.59 PyPI version JSON
download
home_pageNone
Summary
upload_time2025-02-03 11:43:36
maintainerNone
docs_urlNone
authorNone
requires_python~=3.10
licenseNone
keywords ytdlp utube youtube
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
 📦 <a href="https://pypi.org/project/utubes" style="text-decoration:none;">UTUBES</a>
</p>


## USAGE
```python
import asyncio
from Utubes.functions import DownloadER

async def main():
    filelink = "https://example.utubes"
    commands = {"quiet": True, "no_warnings": True}
    metadata_result = await DownloadER.metadata(filelink, commands)
    extinfos_result = await DownloadER.extracts(filelink, commands)
    filename_result = await DownloadER.filename(filelink, commands)
    print(metadata_result.result) # metadata_result.errors
    print(extinfos_result.result) # extinfos_result.errors
    print(filename_result.result) # filename_result.errors
    # DO SOMETHING WITH THE RESULTS

asyncio.run(main())
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "utubes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.10",
    "maintainer_email": null,
    "keywords": "Ytdlp, Utube, Youtube",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/90/07/7fac4826d02a35bf9ad48f2d26ba2ead2248ee4899359d001d12f5178264/utubes-0.0.59.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n \ud83d\udce6 <a href=\"https://pypi.org/project/utubes\" style=\"text-decoration:none;\">UTUBES</a>\n</p>\n\n\n## USAGE\n```python\nimport asyncio\nfrom Utubes.functions import DownloadER\n\nasync def main():\n    filelink = \"https://example.utubes\"\n    commands = {\"quiet\": True, \"no_warnings\": True}\n    metadata_result = await DownloadER.metadata(filelink, commands)\n    extinfos_result = await DownloadER.extracts(filelink, commands)\n    filename_result = await DownloadER.filename(filelink, commands)\n    print(metadata_result.result) # metadata_result.errors\n    print(extinfos_result.result) # extinfos_result.errors\n    print(filename_result.result) # filename_result.errors\n    # DO SOMETHING WITH THE RESULTS\n\nasyncio.run(main())\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\u3164",
    "version": "0.0.59",
    "project_urls": null,
    "split_keywords": [
        "ytdlp",
        " utube",
        " youtube"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1a53ac9c54fc47033f1ec15d4a013b98d11029ef929192b70725cd92d3715e9a",
                "md5": "83c63c7965f7e1ade9ef2554351f07a8",
                "sha256": "68cc5e3a60ab155e2b0e7dd65e95ca76b161d7065290bc44167c6d0f25745aec"
            },
            "downloads": -1,
            "filename": "utubes-0.0.59-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "83c63c7965f7e1ade9ef2554351f07a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.10",
            "size": 14066,
            "upload_time": "2025-02-03T11:43:35",
            "upload_time_iso_8601": "2025-02-03T11:43:35.202876Z",
            "url": "https://files.pythonhosted.org/packages/1a/53/ac9c54fc47033f1ec15d4a013b98d11029ef929192b70725cd92d3715e9a/utubes-0.0.59-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90077fac4826d02a35bf9ad48f2d26ba2ead2248ee4899359d001d12f5178264",
                "md5": "f88037b54a9e83b791d5cab12b4ec825",
                "sha256": "ba9acd335ac255e6e8a7f230de963da6b735b478d00cbdfb649096bf3c1431fe"
            },
            "downloads": -1,
            "filename": "utubes-0.0.59.tar.gz",
            "has_sig": false,
            "md5_digest": "f88037b54a9e83b791d5cab12b4ec825",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.10",
            "size": 9843,
            "upload_time": "2025-02-03T11:43:36",
            "upload_time_iso_8601": "2025-02-03T11:43:36.850715Z",
            "url": "https://files.pythonhosted.org/packages/90/07/7fac4826d02a35bf9ad48f2d26ba2ead2248ee4899359d001d12f5178264/utubes-0.0.59.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 11:43:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "utubes"
}
        
Elapsed time: 0.76897s