[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

@@ -9,7 +9,7 @@ from ..utils import (
class CloudyIE(InfoExtractor):
_IE_DESC = 'cloudy.ec'
IE_DESC = 'cloudy.ec'
_VALID_URL = r'https?://(?:www\.)?cloudy\.ec/(?:v/|embed\.php\?.*?\bid=)(?P<id>[A-Za-z0-9]+)'
_TESTS = [{
'url': 'https://www.cloudy.ec/v/af511e2527aac',