Skip to content

Commit

Permalink
[cleanup] Remove questionable extractors (#9911)
Browse files Browse the repository at this point in the history
Closes #6279, Closes #6799
Authored by: seproDev
  • Loading branch information
seproDev committed May 12, 2024
1 parent cf212d0 commit 01395a3
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 651 deletions.
10 changes: 0 additions & 10 deletions yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@
from .buzzfeed import BuzzFeedIE
from .byutv import BYUtvIE
from .c56 import C56IE
from .cableav import CableAVIE
from .callin import CallinIE
from .caltrans import CaltransIE
from .cam4 import CAM4IE
Expand Down Expand Up @@ -548,7 +547,6 @@
EggheadLessonIE,
)
from .eighttracks import EightTracksIE
from .einthusan import EinthusanIE
from .eitb import EitbIE
from .elementorembed import ElementorEmbedIE
from .elonet import ElonetIE
Expand Down Expand Up @@ -861,10 +859,6 @@
)
from .ixigua import IxiguaIE
from .izlesene import IzleseneIE
from .jable import (
JableIE,
JablePlaylistIE,
)
from .jamendo import (
JamendoIE,
JamendoAlbumIE,
Expand Down Expand Up @@ -1499,7 +1493,6 @@
)
from .popcorntimes import PopcorntimesIE
from .popcorntv import PopcornTVIE
from .porn91 import Porn91IE
from .pornbox import PornboxIE
from .pornflip import PornFlipIE
from .pornhub import (
Expand Down Expand Up @@ -2377,7 +2370,6 @@
)
from .xanimu import XanimuIE
from .xboxclips import XboxClipsIE
from .xfileshare import XFileShareIE
from .xhamster import (
XHamsterIE,
XHamsterEmbedIE,
Expand Down Expand Up @@ -2432,8 +2424,6 @@
YouNowMomentIE,
)
from .youporn import YouPornIE
from .yourporn import YourPornIE
from .yourupload import YourUploadIE
from .zaiko import (
ZaikoIE,
ZaikoETicketIE,
Expand Down
32 changes: 0 additions & 32 deletions yt_dlp/extractor/cableav.py

This file was deleted.

105 changes: 0 additions & 105 deletions yt_dlp/extractor/einthusan.py

This file was deleted.

103 changes: 0 additions & 103 deletions yt_dlp/extractor/jable.py

This file was deleted.

95 changes: 0 additions & 95 deletions yt_dlp/extractor/porn91.py

This file was deleted.

Loading

0 comments on commit 01395a3

Please sign in to comment.