[nytimes] Extend _VALID_URL (#2754)
This commit is contained in:
parent
50aa43b3ae
commit
df8418ffcf
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue