aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorFerdinand Bachmann <theferdi265@gmail.com>2022-07-15 12:48:21 +0200
committerGitHub <noreply@github.com>2022-07-15 16:18:21 +0530
commit49afc1d84a767ab2576d2c7d51d28c8920fc96f9 (patch)
tree7b6dc812a6143d5c74b804374e0bb9f63b29778a /yt_dlp/extractor/_extractors.py
parent6edf28081f297c1db98ce982e911c985b679e1a1 (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.py1
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,