diff options
author | SirElderling <148036781+SirElderling@users.noreply.github.com> | 2023-11-18 21:54:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 21:54:00 +0000 |
commit | 1fa3f24d4b5d22176b11d78420f1f4b64a5af0a8 (patch) | |
tree | 812c12aa970754091899ca7bb54927521945106a /yt_dlp/extractor/_extractors.py | |
parent | ddb2d7588bea48bae965dbfabe6df6550c9d3d43 (diff) |
[ie/theguardian] Add extractors (#8535)
Closes #8520
Authored by: SirElderling
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index a9e33d32a..b8e6a1619 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -2029,6 +2029,10 @@ from .tenplay import ( from .testurl import TestURLIE from .tf1 import TF1IE from .tfo import TFOIE +from .theguardian import ( + TheGuardianPodcastIE, + TheGuardianPodcastPlaylistIE, +) from .theholetv import TheHoleTvIE from .theintercept import TheInterceptIE from .theplatform import ( |