[Misc] Correct [_]IE_DESC/NAME in a few IEs

* thx seproDev, yt-dlp/yt-dlp/pull/12694/commits/ae69e3c
* also add documenting comment in `InfoExtractor`
This commit is contained in:
dirkf
2025-03-26 12:47:19 +00:00
parent c1ea7f5a24
commit 4e714f9df1
4 changed files with 5 additions and 3 deletions

View File

@@ -422,6 +422,8 @@ class InfoExtractor(object):
_GEO_COUNTRIES = None
_GEO_IP_BLOCKS = None
_WORKING = True
# supply this in public subclasses: used in supported sites list, etc
# IE_DESC = 'short description of IE'
def __init__(self, downloader=None):
"""Constructor. Receives an optional downloader."""