1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-28 08:15:26 +00:00

[youtube] Improve youtu.be extraction in non-existing playlists (closes #27324)

This commit is contained in:
Sergey M․
2020-12-07 01:48:10 +07:00
parent dccf4932e1
commit 2bf0634d16
2 changed files with 36 additions and 20 deletions
+1
View File
@@ -1520,6 +1520,7 @@ from .youtube import (
YoutubeSubscriptionsIE,
YoutubeTruncatedIDIE,
YoutubeTruncatedURLIE,
YoutubeYtBeIE,
YoutubeYtUserIE,
YoutubeWatchLaterIE,
)