1
0
Fork 0

[ie/limelight] Remove extractors (#13267)

Authored by: doe1080
This commit is contained in:
doe1080 2025-07-14 07:10:59 +09:00 committed by GitHub
commit 5d693446e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 387 deletions

View file

@ -6,6 +6,7 @@ from ..utils import ExtractorError, clean_html, int_or_none
class TFOIE(InfoExtractor):
_WORKING = False
_GEO_COUNTRIES = ['CA']
_VALID_URL = r'https?://(?:www\.)?tfo\.org/(?:en|fr)/(?:[^/]+/){2}(?P<id>\d+)'
_TEST = {