Skip to content

Commit

Permalink
[ie/loom] Add extractors (#8686)
Browse files Browse the repository at this point in the history
Closes #3715
Authored by: bashonly, hruzgar

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
  • Loading branch information
hruzgar and bashonly committed Mar 20, 2024
1 parent 17d248a commit f859ed3
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,10 @@
LnkGoIE,
LnkIE,
)
from .loom import (
LoomIE,
LoomFolderIE,
)
from .lovehomeporn import LoveHomePornIE
from .lrt import (
LRTVODIE,
Expand Down
Loading

0 comments on commit f859ed3

Please sign in to comment.