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:
parent
46d03da3dd
commit
70d05cf062
@ -34,4 +34,3 @@ class acidcowIE(InfoExtractor):
|
|||||||
'url': download_url,
|
'url': download_url,
|
||||||
'title': title
|
'title': title
|
||||||
}
|
}
|
||||||
-
|
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user