##// END OF EJS Templates
Fixed youtube url downloader
neko259 -
r1884:00dc6213 default
parent child Browse files
Show More
@@ -69,7 +69,7 b' class YouTubeDownloader(Downloader):'
69 videos = yt.filter(YOUTUBE_VIDEO_FORMAT)
69 videos = yt.filter(YOUTUBE_VIDEO_FORMAT)
70 if len(videos) > 0:
70 if len(videos) > 0:
71 video = videos[0]
71 video = videos[0]
72 return Downloader.download(video.url)
72 return Downloader.download(video.url, validate)
73
73
74 @staticmethod
74 @staticmethod
75 def handles(url: str) -> bool:
75 def handles(url: str) -> bool:
General Comments 0
You need to be logged in to leave comments. Login now