mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
[youtube] Add a pseudo-extractor for truncated YouTube video IDs (#4610)
This commit is contained in:
parent
50a0f6df7e
commit
772fd5cc44
2 changed files with 18 additions and 0 deletions
|
@ -545,6 +545,7 @@ from .youtube import (
|
|||
YoutubeShowIE,
|
||||
YoutubeSubscriptionsIE,
|
||||
YoutubeTopListIE,
|
||||
YoutubeTruncatedIDIE,
|
||||
YoutubeTruncatedURLIE,
|
||||
YoutubeUserIE,
|
||||
YoutubeWatchLaterIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue