yt-dlp extractor for d.tube
Project description
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:
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 is a youtube-dl fork based on the now inactive youtube-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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for ytdlp_dtube-2023.12.27-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d2556b021bf8feb9e58015fe832f03f1af12ee7ee89731f1b4eaac40914a69d |
|
MD5 | bad7d3065e2606ffc77e7af5ceb89f78 |
|
BLAKE2b-256 | 64eb394b6c406fbafb44360fb988b365de8641285b551692acbf5021e190661a |