> **_NOTE_:**
>
> Since version 2023.01.06 yt-dlp supports plugins from python packages.
> This means you can now download from brighteon URLs by calling yt-dlp
> and the ytdlp-plugins package is no longer necessary.
>
> For further details see https://github.com/yt-dlp/yt-dlp#plugins
# brighteon.com support for yt-dlp
* support for un-nested channels, categories and playlists
* live stream support for brighteon.tv
## release notes
**Broken formats:** Some MPD manifests cannot be parsed by yt-dlp. They will be
skipped with a warning until the issue is resolved.
## installation
You can install ytdlp-brighteon via pip:
* Use [PyPI package](https://pypi.org/project/yt-dlp):
`python3 -m pip install --upgrade ytdlp-brighteon`
* Install from GitHub branch:
`python3 -m pip install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/brighteon.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 --flat-playlist --playlist-items 1:20 https://www.brighteon.com/channels/brighteontv`
## 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/brighteon",
"name": "ytdlp-brighteon",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "yt-dlp,youtube-dl,brighteon,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> This means you can now download from brighteon URLs by calling yt-dlp\r\n> and 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# brighteon.com support for yt-dlp\r\n\r\n* support for un-nested channels, categories and playlists\r\n* live stream support for brighteon.tv\r\n\r\n## release notes\r\n\r\n**Broken formats:** Some MPD manifests cannot be parsed by yt-dlp. They will be\r\nskipped with a warning until the issue is resolved.\r\n\r\n## installation\r\n\r\nYou can install ytdlp-brighteon 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-brighteon`\r\n* Install from GitHub branch:\r\n\r\n `python3 -m pip install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/brighteon.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 --flat-playlist --playlist-items 1:20 https://www.brighteon.com/channels/brighteontv`\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 brighteon.com",
"version": "2023.10.3",
"project_urls": {
"Homepage": "https://github.com/flashdagger/ytdlp-plugins/tree/brighteon"
},
"split_keywords": [
"yt-dlp",
"youtube-dl",
"brighteon",
"extractors",
"plugins"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6bb11e448ca821a71e588cde5dab3f6c7e68ceea94baf50b01f45fca0d0fdde7",
"md5": "9db0dea4625d0cb8bd88deb09e807521",
"sha256": "cbf4335d836e2db9c6d82eaae6a5cfd2aacd881561703d899b3f25f9c428deb7"
},
"downloads": -1,
"filename": "ytdlp_brighteon-2023.10.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9db0dea4625d0cb8bd88deb09e807521",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 8776,
"upload_time": "2023-10-03T08:54:16",
"upload_time_iso_8601": "2023-10-03T08:54:16.826058Z",
"url": "https://files.pythonhosted.org/packages/6b/b1/1e448ca821a71e588cde5dab3f6c7e68ceea94baf50b01f45fca0d0fdde7/ytdlp_brighteon-2023.10.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-03 08:54:16",
"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-brighteon"
}