]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/extractor/generic.py
[youtube] Correct description in test case
[yt-dlp.git] / youtube_dl / extractor / generic.py
index 1b7697870bde93fd5bb4218d12eac8c166a306ba..2bfa20606cd7846b0d15e8c441de3fce2a8982f6 100644 (file)
@@ -628,7 +628,7 @@ def _playlist_from_matches(matches, getter, ie=None):
                 embedSWF\(?:\s*
             )
             (["\'])
-                (?P<url>(?:https?:)?//(?:www\.)?youtube\.com/
+                (?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/
                 (?:embed|v)/.+?)
             \1''', webpage)
         if matches: