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

acidcow_ver_1.1

This commit is contained in:
Dante 2020-03-29 20:17:58 -07:00
parent 46d03da3dd
commit 70d05cf062
2 changed files with 2 additions and 2 deletions

View File

@ -34,4 +34,3 @@ class acidcowIE(InfoExtractor):
'url': download_url, 'url': download_url,
'title': title 'title': title
} }
-

View File

@ -18,6 +18,7 @@ from .acast import (
ACastIE, ACastIE,
ACastChannelIE, ACastChannelIE,
) )
from .acidcow import acidcowIE
from .adn import ADNIE from .adn import ADNIE
from .adobeconnect import AdobeConnectIE from .adobeconnect import AdobeConnectIE
from .adobetv import ( from .adobetv import (
@ -1033,7 +1034,7 @@ from .southpark import (
SouthParkNlIE SouthParkNlIE
) )
from .sonuma import sonumaIE from .sonuma import sonumaIE
from .acidcow import acidcowIE
from .spankbang import ( from .spankbang import (
SpankBangIE, SpankBangIE,
SpankBangPlaylistIE, SpankBangPlaylistIE,