Browse Source

[nytimes] Support embed URL

totalwebcasting
Sergey M․ 10 years ago
parent
commit
0ae8bbac2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/nytimes.py

+ 1
- 1
youtube_dl/extractor/nytimes.py View File

@ -7,7 +7,7 @@ from ..utils import parse_iso8601
class NYTimesIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?nytimes\.com/video/(?:[^/]+/)+(?P<id>\d+)'
_VALID_URL = r'https?://(?:(?:www\.)?nytimes\.com/video/(?:[^/]+/)+|graphics8\.nytimes\.com/bcvideo/\d+(?:\.\d+)?/iframe/embed\.html\?videoId=)(?P<id>\d+)'
_TEST = {
'url': 'http://www.nytimes.com/video/opinion/100000002847155/verbatim-what-is-a-photocopier.html?playlistId=100000001150263',


Loading…
Cancel
Save