Metadata-Version: 2.1
Name: ytdlp-servustv
Version: 2022.5.3
Summary: yt-dlp extractor for servustv.com
Home-page: https://github.com/flashdagger/ytdlp-plugins/tree/servustv
Author: flashdagger
Author-email: flashdagger@googlemail.com
License: The Unlicense
Keywords: yt-dlp,youtube-dl,servustv,extractors,plugins
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ytdlp-plugins (>=2021.11.19)

# servustv.com support for yt-dlp

* support for live stream, topic playlists and searches

## installation

You can install ytdlp-servustv via pip:

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

  `python3 -m pip install --upgrade ytdlp-servustv`
* Install from Github branch:

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

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

## example: show all titles from channel

  `python3 -m ytdlp_plugins -e https://www.servustv.com/unterhaltung/b/spielfilme/aa-1u4ebfxk52111/`


## 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



