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:
parent
d878b8dd2b
commit
e4ef85b49b
@ -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',
|
||||||
|
@ -1033,7 +1033,6 @@ from .southpark import (
|
|||||||
SouthParkEsIE,
|
SouthParkEsIE,
|
||||||
SouthParkNlIE
|
SouthParkNlIE
|
||||||
)
|
)
|
||||||
|
|
||||||
from .spankbang import (
|
from .spankbang import (
|
||||||
SpankBangIE,
|
SpankBangIE,
|
||||||
SpankBangPlaylistIE,
|
SpankBangPlaylistIE,
|
||||||
|
Loading…
Reference in New Issue
Block a user