[nytimes] Add new cooking.nytimes.com extractor (#27143)

* [nytimes] support cooking.nytimes.com, resolves #27112

Co-authored-by: remitamine <remitamine@gmail.com>
This commit is contained in:
Jia Rong Yee
2020-11-22 21:12:47 +08:00
committed by GitHub
parent cb6e24f946
commit 15f2734791
2 changed files with 39 additions and 0 deletions

View File

@@ -782,6 +782,7 @@ from .ntvru import NTVRuIE
from .nytimes import (
NYTimesIE,
NYTimesArticleIE,
NYTimesCookingIE,
)
from .nuvid import NuvidIE
from .nzz import NZZIE