> **_NOTE_:**
>
> Since version 2023.01.06 yt-dlp supports plugins from python packages.
> Yet the ytdlp-plugins package remains as a direct dependency.
>
> For further details see https://github.com/yt-dlp/yt-dlp#plugins
# d.tube support for yt-dlp
* support for user channel playlists (e.g. https://d.tube/#!/c/dtube)
* query urls (e.g. https://d.tube/#!/newvideos)
* searches (e.g. https://d.tube/#!/s/crypto)
## installation
You can install ytdlp-dtube via pip:
* Use [PyPI package](https://pypi.org/project/yt-dlp):
`python3 -m pip install --upgrade ytdlp-dtube`
* Install from GitHub branch:
`python3 -m pip install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/dtube.zip`
Note that on some systems, you may need to use `py` or `python` instead of `python3`
## example: show the titles of the 20 most recent trending videos
`python3 -m yt_dlp -e --flat-playlist --playlist-items :20 https://d.tube/trendingvideos`
## 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/dtube",
"name": "ytdlp-dtube",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "yt-dlp,youtube-dl,dtube,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> Yet the ytdlp-plugins package remains as a direct dependency.\r\n> \r\n> For further details see https://github.com/yt-dlp/yt-dlp#plugins\r\n\r\n# d.tube support for yt-dlp\r\n\r\n* support for user channel playlists (e.g. https://d.tube/#!/c/dtube)\r\n* query urls (e.g. https://d.tube/#!/newvideos)\r\n* searches (e.g. https://d.tube/#!/s/crypto)\r\n\r\n## installation\r\n\r\nYou can install ytdlp-dtube 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-dtube`\r\n* Install from GitHub branch:\r\n\r\n `python3 -m pip install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/dtube.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 titles of the 20 most recent trending videos\r\n\r\n`python3 -m yt_dlp -e --flat-playlist --playlist-items :20 https://d.tube/trendingvideos`\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 d.tube",
"version": "2023.12.27",
"project_urls": {
"Homepage": "https://github.com/flashdagger/ytdlp-plugins/tree/dtube"
},
"split_keywords": [
"yt-dlp",
"youtube-dl",
"dtube",
"extractors",
"plugins"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "64eb394b6c406fbafb44360fb988b365de8641285b551692acbf5021e190661a",
"md5": "bad7d3065e2606ffc77e7af5ceb89f78",
"sha256": "6d2556b021bf8feb9e58015fe832f03f1af12ee7ee89731f1b4eaac40914a69d"
},
"downloads": -1,
"filename": "ytdlp_dtube-2023.12.27-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bad7d3065e2606ffc77e7af5ceb89f78",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 7250,
"upload_time": "2023-12-27T17:32:56",
"upload_time_iso_8601": "2023-12-27T17:32:56.367467Z",
"url": "https://files.pythonhosted.org/packages/64/eb/394b6c406fbafb44360fb988b365de8641285b551692acbf5021e190661a/ytdlp_dtube-2023.12.27-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-27 17:32:56",
"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-dtube"
}