[nbc] Fix downloading classic-tv videos

This commit is contained in:
einstein95 2017-10-25 02:44:06 +13:00
parent cdd1ce92c4
commit 594df602d2

View File

@ -15,7 +15,7 @@ from ..utils import (
class NBCIE(AdobePassIE):
_VALID_URL = r'https?(?P<permalink>://(?:www\.)?nbc\.com/[^/]+/video/[^/]+/(?P<id>n?\d+))'
_VALID_URL = r'https?(?P<permalink>://(?:www\.)?nbc\.com/(?:classic-tv/|)[^/]+/video/[^/]+/(?P<id>n?\d+))'
_TESTS = [
{