mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 20:48:58 +00:00
[cleanup] Mark broken and remove dead extractors (#9238)
Authored by: seproDev
This commit is contained in:
@@ -3,6 +3,7 @@ from ..utils import ExtractorError, try_get
|
||||
|
||||
|
||||
class SaitosanIE(InfoExtractor):
|
||||
_WORKING = False
|
||||
IE_NAME = 'Saitosan'
|
||||
_VALID_URL = r'https?://(?:www\.)?saitosan\.net/bview.html\?id=(?P<id>[0-9]+)'
|
||||
_TESTS = [{
|
||||
|
||||
Reference in New Issue
Block a user