1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-28 22:35:52 +00:00

[newgrounds] whoops

This commit is contained in:
SsSsS 2021-06-17 12:12:55 +00:00 committed by GitHub
parent 1abfe53cda
commit 417bfcf413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)