From 417bfcf4131672423112a013108b5c532c157efd Mon Sep 17 00:00:00 2001 From: SsSsS <54671367+u-spec-png@users.noreply.github.com> Date: Thu, 17 Jun 2021 12:12:55 +0000 Subject: [PATCH] [newgrounds] whoops --- youtube_dl/extractor/newgrounds.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/youtube_dl/extractor/newgrounds.py b/youtube_dl/extractor/newgrounds.py index 277a96c12..105297005 100644 --- a/youtube_dl/extractor/newgrounds.py +++ b/youtube_dl/extractor/newgrounds.py @@ -149,14 +149,7 @@ class NewgroundsPlaylistIE(InfoExtractor): 'id': 'cats', 'title': 'Cats', }, - 'playlist_mincount': 46, - }, { - 'url': 'http://www.newgrounds.com/portal/search/author/ZONE-SAMA', - 'info_dict': { - 'id': 'ZONE-SAMA', - 'title': 'Portal Search: ZONE-SAMA', - }, - 'playlist_mincount': 47, + 'playlist_mincount': 45, }, { 'url': 'http://www.newgrounds.com/audio/search/title/cats', 'only_matching': True, @@ -184,7 +177,7 @@ class NewgroundsPlaylistIE(InfoExtractor): continue entries.append( self.url_result( - 'https://www.newgrounds.com/ + path + '/' + media_id, + 'https://www.newgrounds.com/' + path + '/' + media_id, ie=NewgroundsIE.ie_key(), video_id=media_id)) return self.playlist_result(entries, playlist_id, title)