diff options
author | coletdjnz <colethedj@protonmail.com> | 2021-05-31 13:12:38 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 01:12:38 +0000 |
commit | 879e7199bbd7c3532bd78dd8b71292a46ae555f0 (patch) | |
tree | c21d5539943abf15442b46b8ca69d6055c0b0cac /yt_dlp/extractor/extractors.py | |
parent | d89da64b1d21b7faf107d26104f3210ea01be7a1 (diff) | |
download | hypervideo-pre-879e7199bbd7c3532bd78dd8b71292a46ae555f0.tar.lz hypervideo-pre-879e7199bbd7c3532bd78dd8b71292a46ae555f0.tar.xz hypervideo-pre-879e7199bbd7c3532bd78dd8b71292a46ae555f0.zip |
[archiveorg] Add YoutubeWebArchiveIE (#356)
Co-authored by: colethedj, pukkandan, alex-gedeon
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 904af702a..8a99b2a3d 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -67,7 +67,10 @@ from .appletrailers import ( AppleTrailersSectionIE, ) from .applepodcasts import ApplePodcastsIE -from .archiveorg import ArchiveOrgIE +from .archiveorg import ( + ArchiveOrgIE, + YoutubeWebArchiveIE, +) from .arcpublishing import ArcPublishingIE from .arkena import ArkenaIE from .ard import ( |