1
0
Fork 0

[ie/once] Remove extractor (#13164)

Authored by: bashonly
This commit is contained in:
bashonly 2025-05-16 18:16:58 -05:00 committed by GitHub
commit f475e8b529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 76 deletions

View file

@ -1,9 +1,9 @@
import urllib.parse
from .once import OnceIE
from .common import InfoExtractor
class GameSpotIE(OnceIE):
class GameSpotIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?gamespot\.com/(?:video|article|review)s/(?:[^/]+/\d+-|embed/)(?P<id>\d+)'
_TESTS = [{
'url': 'http://www.gamespot.com/videos/arma-3-community-guide-sitrep-i/2300-6410818/',