MyTube-dlp


NameMyTube-dlp JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/SuperZombi/MyTube
SummaryPython YouTube Downloader
upload_time2025-10-24 18:33:45
maintainerNone
docs_urlNone
authorSuper_Zombi
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">MyTube</h1>

<p align="center">
    <img src="https://raw.githubusercontent.com/SuperZombi/MyTube/main/github/images/icon.png" width="128px">
</p>
<p align="center">
    <a href="https://pypi.org/project/MyTube-dlp/"><img src="https://img.shields.io/pypi/v/MyTube-dlp"></a><br>
    <a href="https://superzombi.github.io/MyTube/"><img src="https://shields.io/badge/📖-Documentation-ffbc5c"></a><br>
    <a href="#donate"><img src="https://shields.io/badge/💲-Support_Project-2ea043"></a>
</p>
<p align="center">
    MyTube is a wrapper around <a href="https://github.com/yt-dlp/yt-dlp">yt-dlp</a> that is similar in functionality to <a href="https://github.com/pytube/pytube">pytube</a>.<br>
    I made it because I was tired of pytube being unstable and throwing errors over time. 
</p>

### Requirements:

* [FFMPEG](https://ffmpeg.org/download.html) installed in $PATH

### Quick Start
```
pip install MyTube_dlp
```
```python
import MyTube
import asyncio

async def main():
	link = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
	yt = MyTube.YouTube(link)
	stream = yt.streams.filter(only_muxed=True).order_by("res").first()
	file = await stream.download("downloads")

asyncio.run(main())
```

### See also:
* [GUI for MyTube](https://github.com/SuperZombi/MyTube-GUI)


## 💲Donate

<table>
  <tr>
    <td>
       <img width="18px" src="https://www.google.com/s2/favicons?domain=https://donatello.to&sz=256">
    </td>
    <td>
      <a href="https://donatello.to/super_zombi">Donatello</a>
    </td>
  </tr>
  <tr>
    <td>
       <img width="18px" src="https://www.google.com/s2/favicons?domain=https://www.donationalerts.com&sz=256">
    </td>
    <td>
      <a href="https://www.donationalerts.com/r/super_zombi">Donation Alerts</a>
    </td>
  </tr>
</table>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SuperZombi/MyTube",
    "name": "MyTube-dlp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Super_Zombi",
    "author_email": "super.zombi.yt@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/87/61/33ac4e2b7808e80783535e6f05f2bc517290e3b8311ea3e839f1884d6db5/mytube_dlp-2.0.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">MyTube</h1>\r\n\r\n<p align=\"center\">\r\n    <img src=\"https://raw.githubusercontent.com/SuperZombi/MyTube/main/github/images/icon.png\" width=\"128px\">\r\n</p>\r\n<p align=\"center\">\r\n    <a href=\"https://pypi.org/project/MyTube-dlp/\"><img src=\"https://img.shields.io/pypi/v/MyTube-dlp\"></a><br>\r\n    <a href=\"https://superzombi.github.io/MyTube/\"><img src=\"https://shields.io/badge/\ud83d\udcd6-Documentation-ffbc5c\"></a><br>\r\n    <a href=\"#donate\"><img src=\"https://shields.io/badge/\ud83d\udcb2-Support_Project-2ea043\"></a>\r\n</p>\r\n<p align=\"center\">\r\n    MyTube is a wrapper around <a href=\"https://github.com/yt-dlp/yt-dlp\">yt-dlp</a> that is similar in functionality to <a href=\"https://github.com/pytube/pytube\">pytube</a>.<br>\r\n    I made it because I was tired of pytube being unstable and throwing errors over time. \r\n</p>\r\n\r\n### Requirements:\r\n\r\n* [FFMPEG](https://ffmpeg.org/download.html) installed in $PATH\r\n\r\n### Quick Start\r\n```\r\npip install MyTube_dlp\r\n```\r\n```python\r\nimport MyTube\r\nimport asyncio\r\n\r\nasync def main():\r\n\tlink = \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\"\r\n\tyt = MyTube.YouTube(link)\r\n\tstream = yt.streams.filter(only_muxed=True).order_by(\"res\").first()\r\n\tfile = await stream.download(\"downloads\")\r\n\r\nasyncio.run(main())\r\n```\r\n\r\n### See also:\r\n* [GUI for MyTube](https://github.com/SuperZombi/MyTube-GUI)\r\n\r\n\r\n## \ud83d\udcb2Donate\r\n\r\n<table>\r\n  <tr>\r\n    <td>\r\n       <img width=\"18px\" src=\"https://www.google.com/s2/favicons?domain=https://donatello.to&sz=256\">\r\n    </td>\r\n    <td>\r\n      <a href=\"https://donatello.to/super_zombi\">Donatello</a>\r\n    </td>\r\n  </tr>\r\n  <tr>\r\n    <td>\r\n       <img width=\"18px\" src=\"https://www.google.com/s2/favicons?domain=https://www.donationalerts.com&sz=256\">\r\n    </td>\r\n    <td>\r\n      <a href=\"https://www.donationalerts.com/r/super_zombi\">Donation Alerts</a>\r\n    </td>\r\n  </tr>\r\n</table>\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python YouTube Downloader",
    "version": "2.0.1",
    "project_urls": {
        "Documentation": "https://superzombi.github.io/MyTube/",
        "Homepage": "https://github.com/SuperZombi/MyTube"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56ce4d2a396d064b5aa54f0bc4e63a32bd7f30cbcb10edcd907ee429b4bebe59",
                "md5": "5d32b7920651d091ab9e69964b2163ed",
                "sha256": "a8b0b497087d11e3daee481a4667edc9588c4e8927ec2678f91fdbec7f64dfa9"
            },
            "downloads": -1,
            "filename": "mytube_dlp-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d32b7920651d091ab9e69964b2163ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13574,
            "upload_time": "2025-10-24T18:33:44",
            "upload_time_iso_8601": "2025-10-24T18:33:44.283246Z",
            "url": "https://files.pythonhosted.org/packages/56/ce/4d2a396d064b5aa54f0bc4e63a32bd7f30cbcb10edcd907ee429b4bebe59/mytube_dlp-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "876133ac4e2b7808e80783535e6f05f2bc517290e3b8311ea3e839f1884d6db5",
                "md5": "b3c7c8e48448ab225dcff5cee147945c",
                "sha256": "8bdb91c455ebcf1b5948aae9d30d4b58f45ac27dc9443fe6a51a8c0eddf6f106"
            },
            "downloads": -1,
            "filename": "mytube_dlp-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b3c7c8e48448ab225dcff5cee147945c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10406,
            "upload_time": "2025-10-24T18:33:45",
            "upload_time_iso_8601": "2025-10-24T18:33:45.345660Z",
            "url": "https://files.pythonhosted.org/packages/87/61/33ac4e2b7808e80783535e6f05f2bc517290e3b8311ea3e839f1884d6db5/mytube_dlp-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-24 18:33:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SuperZombi",
    "github_project": "MyTube",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mytube-dlp"
}
        
Elapsed time: 3.27654s