Metadata-Version: 2.4
Name: ytdlp-servustv
Version: 2025.10.11
Summary: yt-dlp extractor for servustv.com
License-Expression: Unlicense
License-File: LICENSE
Keywords: yt-dlp,youtube-dl,servustv,extractors,plugins
Author: flashdagger
Author-email: flashdagger@googlemail.com
Requires-Python: >= 3.9
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
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 :: 3.11
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-Dist: yt-dlp (>=2023.01.06)
Description-Content-Type: text/markdown

# servustv.com support for yt-dlp

> **_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


* supported domains: [servustv.com](https://servustv.com) 
* supported live channels:
  * [Hauptkanal](https://www.servustv.com/allgemein/p/jetzt-live/119753/) 
  * [Wetterpanorama](https://www.servustv.com/aktuelles/v/aa9bgcvsvf7sq8y4sm14/) 
  * [Kanal: Natur](https://www.servustv.com/natur/k/natur-kanal/269299/)
  * [Kanal: Wissen](https://www.servustv.com/wissen/k/wissen-kanal/269302/)
  * [Kanal: Sport](https://www.servustv.com/sport/k/sport-kanal/269300/)
  * [Kanal: Wintersport](https://www.servustv.com/sport/k/wintersport-kanal/269301/)
* playlist from topics (e.g. [Servus Nachrichten](https://www.servustv.com/aktuelles/b/servus-nachrichten/aa-1y5rjcd1h2111/)
  or [Motorsport](https://www.servustv.com/sport/p/motorsport/325/))
* playlist from searches (not supported)

## 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 yt_dlp --flat-playlist -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


