diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-22 20:00:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-22 20:00:08 -0500 |
commit | 686b215b741f888475f3608a5dc58ef28aa5e163 (patch) | |
tree | 657ead2bbee70945315fb85145a927f1f0b12d79 /youtube_dl/extractor/extractors.py | |
parent | c4e268a48c8c85170b565cd57b5e571530929b0f (diff) | |
parent | 379f52a4954013767219d25099cce9e0f9401961 (diff) | |
download | hypervideo-pre-686b215b741f888475f3608a5dc58ef28aa5e163.tar.lz hypervideo-pre-686b215b741f888475f3608a5dc58ef28aa5e163.tar.xz hypervideo-pre-686b215b741f888475f3608a5dc58ef28aa5e163.zip |
updated from upstream | 22/06/2021 at 20:00
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 402e542ae..6e8fc3961 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -610,10 +610,6 @@ from .linkedin import ( from .linuxacademy import LinuxAcademyIE from .litv import LiTVIE from .livejournal import LiveJournalIE -from .liveleak import ( - LiveLeakIE, - LiveLeakEmbedIE, -) from .livestream import ( LivestreamIE, LivestreamOriginalIE, |