[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:
Yen Chi Hsuan 2015-05-10 18:22:07 +08:00
parent a909e6ad43
commit 1934f3a0ea
2 changed files with 61 additions and 34 deletions

View file

@ -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