]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/youtube.py
Added RDMM back
[yt-dlp.git] / youtube_dlc / extractor / youtube.py
index 1b4be607515adf0ee1396960ecc86cb4b57b6ac5..f273f4d669e60145ef6c7e2121df6e44b8510426 100644 (file)
@@ -72,7 +72,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
     # If True it will raise an error if no login info is provided
     _LOGIN_REQUIRED = False
 
-    _PLAYLIST_ID_RE = r'(?:(?:PL|LL|EC|UU|FL|RD|UL|TL|PU|OLAK5uy_)[0-9A-Za-z-_]{10,})'
+    _PLAYLIST_ID_RE = r'(?:(?:PL|LL|EC|UU|FL|RD|UL|TL|PU|OLAK5uy_)[0-9A-Za-z-_]{10,}|RDMM)'
 
     _YOUTUBE_CLIENT_HEADERS = {
         'x-youtube-client-name': '1',