Don't inherit from SBSIE
It's unclear from https://github.com/ytdl-org/youtube-dl/pull/21066#discussion_r407193002 why this is the case as the codebase has many examples of other InfoExtractor classes inheriting from derived classes.
This commit is contained in:
parent
685ed27a4f
commit
a6376446ec
@ -69,7 +69,7 @@ class SBSIE(InfoExtractor):
|
|||||||
return self._match_id(url)
|
return self._match_id(url)
|
||||||
|
|
||||||
|
|
||||||
class SBSNewsIE(SBSIE):
|
class SBSNewsIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?sbs\.com\.au/news/(?P<id>[0-9a-z-]+)'
|
_VALID_URL = r'https?://(?:www\.)?sbs\.com\.au/news/(?P<id>[0-9a-z-]+)'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user