[S4C] Add thumbnail extraction, extract series as playlist

Based on https://github.com/yt-dlp/yt-dlp/pull/7776: thx ifan-t, bashonly
This commit is contained in:
dirkf
2023-08-27 19:08:28 +01:00
committed by GitHub Actions
parent 8939619eaf
commit 3515eb625c
2 changed files with 59 additions and 8 deletions

View File

@@ -1087,7 +1087,10 @@ from .rutube import (
from .rutv import RUTVIE
from .ruutu import RuutuIE
from .ruv import RuvIE
from .s4c import S4CIE
from .s4c import (
S4CIE,
S4CSeriesIE,
)
from .safari import (
SafariIE,
SafariApiIE,