Add RingTVIE (Thanks @yasoob)
This commit is contained in:
parent
bf64ff72db
commit
f46d31f948
2 changed files with 39 additions and 0 deletions
|
@ -39,6 +39,7 @@ from .photobucket import PhotobucketIE
|
|||
from .pornotube import PornotubeIE
|
||||
from .rbmaradio import RBMARadioIE
|
||||
from .redtube import RedTubeIE
|
||||
from .ringtv import RingTVIE
|
||||
from .soundcloud import SoundcloudIE, SoundcloudSetIE
|
||||
from .spiegel import SpiegelIE
|
||||
from .stanfordoc import StanfordOpenClassroomIE
|
||||
|
@ -65,6 +66,7 @@ from .youporn import YouPornIE
|
|||
from .youtube import YoutubeIE, YoutubePlaylistIE, YoutubeSearchIE, YoutubeUserIE, YoutubeChannelIE
|
||||
from .zdf import ZDFIE
|
||||
|
||||
|
||||
_ALL_CLASSES = [
|
||||
klass
|
||||
for name, klass in globals().items()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue