1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-09 09:57:07 -05:00

Restore warning when user forgets to quote URL (#1396)

This commit is contained in:
Philipp Hagemeister
2013-10-07 12:21:24 +02:00
parent 387ae5f30b
commit 15870e90b0
3 changed files with 19 additions and 4 deletions

View File

@@ -141,6 +141,7 @@ from .youtube import (
YoutubeShowIE,
YoutubeSubscriptionsIE,
YoutubeRecommendedIE,
YoutubeTruncatedURLIE,
YoutubeWatchLaterIE,
YoutubeFavouritesIE,
)