diff options
author | Ferdinand Bachmann <theferdi265@gmail.com> | 2022-07-15 12:48:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 16:18:21 +0530 |
commit | 49afc1d84a767ab2576d2c7d51d28c8920fc96f9 (patch) | |
tree | 7b6dc812a6143d5c74b804374e0bb9f63b29778a /yt_dlp/extractor/_extractors.py | |
parent | 6edf28081f297c1db98ce982e911c985b679e1a1 (diff) |
[extractor/TubeTuGraz] Add extractor (#2397)
Based on https://github.com/ytdl-org/youtube-dl/pull/26778
Authored by: Ferdi265, pukkandan
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 070729ce5..6cf4677d2 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1794,6 +1794,7 @@ from .trueid import TrueIDIE from .trunews import TruNewsIE from .trutv import TruTVIE from .tube8 import Tube8IE +from .tubetugraz import TubeTuGrazIE, TubeTuGrazSeriesIE from .tubitv import ( TubiTvIE, TubiTvShowIE, |