mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-12 22:14:00 +03:00
[extractor/rai] using new _VALID_URLS property
- implemented _VALID_URLS property - deleted a couple of subclasses - added '_old_archive_ids' to manage back-compatibility with removed subclasses (by @pukkandan)
This commit is contained in:
@@ -1479,10 +1479,8 @@ from .radlive import (
|
||||
)
|
||||
from .rai import (
|
||||
RaiPlayIE,
|
||||
RaiPlayLiveIE,
|
||||
RaiPlayPlaylistIE,
|
||||
RaiPlaySoundIE,
|
||||
RaiPlaySoundLiveIE,
|
||||
RaiPlaySoundPlaylistIE,
|
||||
RaiNewsIE,
|
||||
RaiSudtirolIE,
|
||||
|
||||
Reference in New Issue
Block a user