[ie/difm] Add new extractor (#12520)

Add complete show and individual episode extractor

Closes #12520
Authored by: Subrat Lima
This commit is contained in:
Subrat Lima
2025-03-24 03:27:18 +05:30
parent 9bf23902ce
commit af9d6ae75e
2 changed files with 87 additions and 0 deletions
+4
View File
@@ -504,6 +504,10 @@ from .deuxm import (
)
from .dfb import DFBIE
from .dhm import DHMIE
from .difm import (
DIFMShowEpisodeIE,
DIFMShowIE,
)
from .digitalconcerthall import DigitalConcertHallIE
from .digiteka import DigitekaIE
from .digiview import DigiviewIE