mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-19 21:04:01 -07:00
[youtube] Improve youtu.be extraction in non-existing playlists (closes #27324)
This commit is contained in:
parent
dccf4932e1
commit
2bf0634d16
2 changed files with 36 additions and 20 deletions
|
@ -1520,6 +1520,7 @@ from .youtube import (
|
|||
YoutubeSubscriptionsIE,
|
||||
YoutubeTruncatedIDIE,
|
||||
YoutubeTruncatedURLIE,
|
||||
YoutubeYtBeIE,
|
||||
YoutubeYtUserIE,
|
||||
YoutubeWatchLaterIE,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue