ytdlp-youmaker


Nameytdlp-youmaker JSON
Version 2023.12.27 PyPI version JSON
download
home_pagehttps://github.com/flashdagger/ytdlp-plugins/tree/youmaker
Summaryyt-dlp extractor for youmaker.com
upload_time2023-12-27 16:15:49
maintainer
docs_urlNone
authorflashdagger
requires_python>=3.7
licenseThe Unlicense
keywords yt-dlp youtube-dl youmaker extractors plugins
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > **_NOTE_:**  
> 
> Since version 2023.01.06 yt-dlp supports plugins from python packages.
> The ytdlp-plugins package is no longer necessary.
> 
> For further details see https://github.com/yt-dlp/yt-dlp#plugins

# youmaker.com support for yt-dlp

## installation

You can install ytdlp-youmaker via pip:

* Use [PyPI package](https://pypi.org/project/yt-dlp):

  `python3 -m pip install --upgrade ytdlp-youmaker`
* Install from GitHub branch:

  `python3 -m pip install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/youmaker.zip`

Note that on some systems, you may need to use `py` or `python` instead of `python3`

## example: show the 20 recent titles from channel

`python3 -m yt_dlp -e --playlist-items :20 --flat-playlist https://youmaker.com/channel/ntd`

## yt-dlp

[yt-dlp](https://github.com/yt-dlp/yt-dlp) is a [youtube-dl](https://github.com/ytdl-org/youtube-dl) fork based on the now
inactive [youtube-dlc](https://github.com/blackjack4494/yt-dlc). The main focus of this project is adding new features
and patches while also keeping up to date with the original project

Note that **all** plugins are imported even if not invoked, and that **there are no checks** performed on plugin code.
Use plugins at your own risk and only if you trust the code


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flashdagger/ytdlp-plugins/tree/youmaker",
    "name": "ytdlp-youmaker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "yt-dlp,youtube-dl,youmaker,extractors,plugins",
    "author": "flashdagger",
    "author_email": "flashdagger@googlemail.com",
    "download_url": "",
    "platform": "any",
    "description": "> **_NOTE_:**  \r\n> \r\n> Since version 2023.01.06 yt-dlp supports plugins from python packages.\r\n> The ytdlp-plugins package is no longer necessary.\r\n> \r\n> For further details see https://github.com/yt-dlp/yt-dlp#plugins\r\n\r\n# youmaker.com support for yt-dlp\r\n\r\n## installation\r\n\r\nYou can install ytdlp-youmaker via pip:\r\n\r\n* Use [PyPI package](https://pypi.org/project/yt-dlp):\r\n\r\n  `python3 -m pip install --upgrade ytdlp-youmaker`\r\n* Install from GitHub branch:\r\n\r\n  `python3 -m pip install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/youmaker.zip`\r\n\r\nNote that on some systems, you may need to use `py` or `python` instead of `python3`\r\n\r\n## example: show the 20 recent titles from channel\r\n\r\n`python3 -m yt_dlp -e --playlist-items :20 --flat-playlist https://youmaker.com/channel/ntd`\r\n\r\n## yt-dlp\r\n\r\n[yt-dlp](https://github.com/yt-dlp/yt-dlp) is a [youtube-dl](https://github.com/ytdl-org/youtube-dl) fork based on the now\r\ninactive [youtube-dlc](https://github.com/blackjack4494/yt-dlc). The main focus of this project is adding new features\r\nand patches while also keeping up to date with the original project\r\n\r\nNote that **all** plugins are imported even if not invoked, and that **there are no checks** performed on plugin code.\r\nUse plugins at your own risk and only if you trust the code\r\n\r\n",
    "bugtrack_url": null,
    "license": "The Unlicense",
    "summary": "yt-dlp extractor for youmaker.com",
    "version": "2023.12.27",
    "project_urls": {
        "Homepage": "https://github.com/flashdagger/ytdlp-plugins/tree/youmaker"
    },
    "split_keywords": [
        "yt-dlp",
        "youtube-dl",
        "youmaker",
        "extractors",
        "plugins"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07a61e6b6dcb7d473c647ac897b949861be635a087ad511ddbbd8752bd6905a2",
                "md5": "bfa67c23ae0e7a6bf9f72c866f51ed97",
                "sha256": "0b766d460382bebd3018dbe6c8577a363cbc288a9252869473f623ecedb2ebc2"
            },
            "downloads": -1,
            "filename": "ytdlp_youmaker-2023.12.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfa67c23ae0e7a6bf9f72c866f51ed97",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8885,
            "upload_time": "2023-12-27T16:15:49",
            "upload_time_iso_8601": "2023-12-27T16:15:49.869529Z",
            "url": "https://files.pythonhosted.org/packages/07/a6/1e6b6dcb7d473c647ac897b949861be635a087ad511ddbbd8752bd6905a2/ytdlp_youmaker-2023.12.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 16:15:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flashdagger",
    "github_project": "ytdlp-plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "ytdlp-youmaker"
}
        
Elapsed time: 0.16557s