forked from minhngoc25a/yt-dlc
[youtube:playlist] Extend _VALID_URL
This commit is contained in:
parent
040ac68679
commit
2e1b928540
|
@ -1566,7 +1566,7 @@ class YoutubePlaylistIE(YoutubeBaseInfoExtractor, YoutubePlaylistBaseInfoExtract
|
||||||
youtube\.com/
|
youtube\.com/
|
||||||
(?:
|
(?:
|
||||||
(?:course|view_play_list|my_playlists|artist|playlist|watch|embed/videoseries)
|
(?:course|view_play_list|my_playlists|artist|playlist|watch|embed/videoseries)
|
||||||
\? (?:.*?&)*? (?:p|a|list)=
|
\? (?:.*?[&;])*? (?:p|a|list)=
|
||||||
| p/
|
| p/
|
||||||
)
|
)
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue