1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 02:14:32 +01:00

corrected spaces in extractor.py

This commit is contained in:
Dante 2020-04-12 11:30:15 -07:00
parent d878b8dd2b
commit e4ef85b49b
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class acidcowIE(InfoExtractor):
'ext': 'mp4', 'ext': 'mp4',
'title': 'that_was_really_close', 'title': 'that_was_really_close',
}, },
}, { }, {
'url': 'https://acidcow.com/video/118850-it_reminds_me_of_cars_scene.html', 'url': 'https://acidcow.com/video/118850-it_reminds_me_of_cars_scene.html',
'info_dict': { 'info_dict': {
'id': '118850', 'id': '118850',

View File

@ -1033,7 +1033,6 @@ from .southpark import (
SouthParkEsIE, SouthParkEsIE,
SouthParkNlIE SouthParkNlIE
) )
from .spankbang import ( from .spankbang import (
SpankBangIE, SpankBangIE,
SpankBangPlaylistIE, SpankBangPlaylistIE,