ytdlp-servustv


Nameytdlp-servustv JSON
Version 2023.12.27 PyPI version JSON
download
home_pagehttps://github.com/flashdagger/ytdlp-plugins/tree/servustv
Summaryyt-dlp extractor for servustv.com
upload_time2023-12-27 16:36:30
maintainer
docs_urlNone
authorflashdagger
requires_python>=3.7
licenseThe Unlicense
keywords yt-dlp youtube-dl servustv extractors plugins
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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) and [pm-wissen.com](https://pm-wissen.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 (e.g. [search term 'Spielfilme\'](https://www.servustv.com/search/spielfilme/))

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flashdagger/ytdlp-plugins/tree/servustv",
    "name": "ytdlp-servustv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "yt-dlp,youtube-dl,servustv,extractors,plugins",
    "author": "flashdagger",
    "author_email": "flashdagger@googlemail.com",
    "download_url": "",
    "platform": "any",
    "description": "# servustv.com support for yt-dlp\r\n\r\n> **_NOTE_:**  \r\n> \r\n> Since version 2023.01.06 yt-dlp supports plugins from python packages.\r\n> 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\r\n* supported domains: [servustv.com](https://servustv.com) and [pm-wissen.com](https://pm-wissen.com)\r\n* supported live channels:\r\n  * [Hauptkanal](https://www.servustv.com/allgemein/p/jetzt-live/119753/) \r\n  * [Wetterpanorama](https://www.servustv.com/aktuelles/v/aa9bgcvsvf7sq8y4sm14/) \r\n  * [Kanal: Natur](https://www.servustv.com/natur/k/natur-kanal/269299/)\r\n  * [Kanal: Wissen](https://www.servustv.com/wissen/k/wissen-kanal/269302/)\r\n  * [Kanal: Sport](https://www.servustv.com/sport/k/sport-kanal/269300/)\r\n  * [Kanal: Wintersport](https://www.servustv.com/sport/k/wintersport-kanal/269301/)\r\n* playlist from topics (e.g. [Servus Nachrichten](https://www.servustv.com/aktuelles/b/servus-nachrichten/aa-1y5rjcd1h2111/)\r\n  or [Motorsport](https://www.servustv.com/sport/p/motorsport/325/))\r\n* playlist from searches (e.g. [search term 'Spielfilme\\'](https://www.servustv.com/search/spielfilme/))\r\n\r\n## installation\r\n\r\nYou can install ytdlp-servustv 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-servustv`\r\n* Install from GitHub branch:\r\n\r\n  `python3 -m pip install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/servustv.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 all titles from channel\r\n\r\n`python3 -m yt_dlp --flat-playlist -e https://www.servustv.com/unterhaltung/b/spielfilme/aa-1u4ebfxk52111/`\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 servustv.com",
    "version": "2023.12.27",
    "project_urls": {
        "Homepage": "https://github.com/flashdagger/ytdlp-plugins/tree/servustv"
    },
    "split_keywords": [
        "yt-dlp",
        "youtube-dl",
        "servustv",
        "extractors",
        "plugins"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8adce0ec55fffd469f7c2e7b59d5b3481baeb974f774a4bbac71abfbb175e61b",
                "md5": "5369bf699e070a3c6cb4b098cc17a163",
                "sha256": "edde3886569f7680c89e2f0e1325862a4ff745f213f351b70044633f85a55d2e"
            },
            "downloads": -1,
            "filename": "ytdlp_servustv-2023.12.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5369bf699e070a3c6cb4b098cc17a163",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10289,
            "upload_time": "2023-12-27T16:36:30",
            "upload_time_iso_8601": "2023-12-27T16:36:30.394762Z",
            "url": "https://files.pythonhosted.org/packages/8a/dc/e0ec55fffd469f7c2e7b59d5b3481baeb974f774a4bbac71abfbb175e61b/ytdlp_servustv-2023.12.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 16:36:30",
    "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-servustv"
}
        
Elapsed time: 0.16028s