[nytimes] Extend _VALID_URL (#2754)

This commit is contained in:
Yen Chi Hsuan 2015-05-04 23:00:09 +08:00
parent 50aa43b3ae
commit df8418ffcf
2 changed files with 10 additions and 4 deletions

View file

@ -363,7 +363,10 @@ from .nrk import (
)
from .ntvde import NTVDeIE
from .ntvru import NTVRuIE
from .nytimes import NYTimesIE
from .nytimes import (
NYTimesIE,
NYTimesArticleIE,
)
from .nuvid import NuvidIE
from .odnoklassniki import OdnoklassnikiIE
from .oktoberfesttv import OktoberfestTVIE