diff options
author | sian1468 <58017832+sian1468@users.noreply.github.com> | 2023-04-11 18:56:39 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 17:26:39 +0530 |
commit | faa0332ed69e070cf3bd31390589a596e962f392 (patch) | |
tree | b32f0b9deb6172b0cff04f096f7d04c0047ca9f9 /yt_dlp/extractor/_extractors.py | |
parent | 7e35526d5b970a034b9d76215ee3e4bd7631edcd (diff) | |
download | hypervideo-pre-faa0332ed69e070cf3bd31390589a596e962f392.tar.lz hypervideo-pre-faa0332ed69e070cf3bd31390589a596e962f392.tar.xz hypervideo-pre-faa0332ed69e070cf3bd31390589a596e962f392.zip |
[extractor/line] Remove extractors (#6734)
Service has shut down - https://archive.ph/txVKy
Authored by: sian1468
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 808b558d1..5f4ae7b8d 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -944,10 +944,6 @@ from .limelight import ( LimelightChannelIE, LimelightChannelListIE, ) -from .line import ( - LineLiveIE, - LineLiveChannelIE, -) from .linkedin import ( LinkedInIE, LinkedInLearningIE, |