1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[ie/S4C] Add series support and extract subs/thumbs (#7776)

Authored by: ifan-t
This commit is contained in:
ifan-t
2023-09-08 13:25:43 +01:00
committed by GitHub
parent d3d81cc98f
commit fe371dcf0b
2 changed files with 54 additions and 8 deletions

View File

@ -1710,7 +1710,10 @@ from .ruv import (
RuvIE,
RuvSpilaIE
)
from .s4c import S4CIE
from .s4c import (
S4CIE,
S4CSeriesIE
)
from .safari import (
SafariIE,
SafariApiIE,