diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-13 18:05:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-13 18:05:30 -0500 |
commit | bcc2fc0faf3845cc3e95c6fc465e2b203f431f20 (patch) | |
tree | 8928e72dbe53bf35107d749b70eb9026cf9f7488 /yt_dlp/extractor/extractors.py | |
parent | 3a9fe880dddb69cfca33c8438683b69833139cd6 (diff) | |
parent | 86f3d52f8c0ee253827a2c86b9b5e7bd7e6458ed (diff) | |
download | hypervideo-pre-bcc2fc0faf3845cc3e95c6fc465e2b203f431f20.tar.lz hypervideo-pre-bcc2fc0faf3845cc3e95c6fc465e2b203f431f20.tar.xz hypervideo-pre-bcc2fc0faf3845cc3e95c6fc465e2b203f431f20.zip |
updated from upstream | 13/12/2021 at 18:05
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 8d7c54ec4..73eb374ee 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1265,6 +1265,7 @@ from .rutube import ( RutubeMovieIE, RutubePersonIE, RutubePlaylistIE, + RutubeTagsIE, ) from .rutv import RUTVIE from .ruutu import RuutuIE @@ -1513,6 +1514,9 @@ from .toggle import ( ToggleIE, MeWatchIE, ) +from .toggo import ( + ToggoIE, +) from .tokentube import ( TokentubeIE, TokentubeChannelIE |