Skip to content

Commit

Permalink
[ie/idoltv] Add extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
kclauhk authored Mar 11, 2024
1 parent 8463fb5 commit ac3c6c4
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,11 @@
IchinanaLiveClipIE,
)
from .idolplus import IdolPlusIE
from .idoltv import (
IdoltvIE,
IdoltvVodIE,
IdoltvSearchIE,
)
from .ign import (
IGNIE,
IGNVideoIE,
Expand Down
Loading

0 comments on commit ac3c6c4

Please sign in to comment.