[ndr] Extended to support n-joy.de as well (closes #4527)
According to http://en.wikipedia.org/wiki/N-Joy, n-joy.de is a service hosted by NDR, so I put them together.
This commit is contained in:
parent
a909e6ad43
commit
1934f3a0ea
2 changed files with 61 additions and 34 deletions
|
@ -324,7 +324,10 @@ from .nbc import (
|
|||
NBCSportsIE,
|
||||
NBCSportsVPlayerIE,
|
||||
)
|
||||
from .ndr import NDRIE
|
||||
from .ndr import (
|
||||
NDRIE,
|
||||
NJoyIE,
|
||||
)
|
||||
from .ndtv import NDTVIE
|
||||
from .netzkino import NetzkinoIE
|
||||
from .nerdcubed import NerdCubedFeedIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue