Browse Source

[nowtv] Add support for .at TLD

totalwebcasting
Sergey M․ 9 years ago
parent
commit
8002ac9e0a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/nowtv.py

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

@ -14,7 +14,7 @@ from ..utils import (
class NowTVIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?nowtv\.de/(?:rtl|rtl2|rtlnitro|superrtl|ntv|vox)/(?P<id>.+?)/(?:player|preview)'
_VALID_URL = r'https?://(?:www\.)?nowtv\.(?:de|at)/(?:rtl|rtl2|rtlnitro|superrtl|ntv|vox)/(?P<id>.+?)/(?:player|preview)'
_TESTS = [{
# rtl


Loading…
Cancel
Save