]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
[youtube] Add `shorts` to `_VALID_URL`
authorpukkandan <redacted>
Sun, 22 Aug 2021 15:04:59 +0000 (20:34 +0530)
committerpukkandan <redacted>
Sun, 22 Aug 2021 19:20:42 +0000 (00:50 +0530)
commit8fc54b1230e360fe6543bbbe8eea19ca2e8e06f3
tree9efd85f222113a6830ef7569b92eeb08671798c8
parentda33e35b055100cc98419873f7219a778489f403
[youtube] Add `shorts` to `_VALID_URL`
Normally the generic extractor will redirect the URL,
but the cookies consent screen may sometimes appear instead

Closes #752
yt_dlp/extractor/youtube.py