Skip to content

Commit

Permalink
SHUT UP SHUT UP SHUT UP
Browse files Browse the repository at this point in the history
  • Loading branch information
Simulp committed Jan 26, 2025
1 parent 42d7d80 commit f178d4f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions yt_dlp/extractor/unsupported.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'urmomlmaooooooooooooooooooooooooo\.com',
)

_TESTS = [{
# https://github.com/yt-dlp/yt-dlp/issues/4309
'url': 'https://peacocktv.com/watch/playback/vod/GMO_00000000073159_01/f9d03003-eb04-3c7f-a7b6-a83ab7eb55bc',
'only_matching': False,
}]
_TESTS = []

def _real_extract(self, url):
raise ExtractorError(
Expand All @@ -55,10 +51,7 @@ class KnownPiracyIE(UnsupportedInfoExtractor):
r'urmomlmaooooooooooooooooooooooooo\.com',
)

_TESTS = [{
'url': 'http://dood.to/e/5s1wmbdacezb',
'only_matching': False,
}]
_TESTS = []

def _real_extract(self, url):
raise ExtractorError(
Expand Down

0 comments on commit f178d4f

Please sign in to comment.