diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-06 21:31:20 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-06 21:31:20 +0530 |
commit | 41d1cca3289a274bda14c5cca4179861bdad0163 (patch) | |
tree | c87819b605e1caf42e443fcc3ad1297043b757c5 /yt_dlp/extractor/extractors.py | |
parent | 717297545b25a03819764f756edda3f9f4b29929 (diff) | |
download | hypervideo-pre-41d1cca3289a274bda14c5cca4179861bdad0163.tar.lz hypervideo-pre-41d1cca3289a274bda14c5cca4179861bdad0163.tar.xz hypervideo-pre-41d1cca3289a274bda14c5cca4179861bdad0163.zip |
Update to ytdl-commit-a726009
[blinkx] Remove extractor
https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 79f9c74a3..b835ca72c 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -151,7 +151,6 @@ from .bleacherreport import ( BleacherReportIE, BleacherReportCMSIE, ) -from .blinkx import BlinkxIE from .bloomberg import BloombergIE from .bokecc import BokeCCIE from .bongacams import BongaCamsIE |