[nowtv] Mark broken
This commit is contained in:
parent
3f3343cd3e
commit
ea6abd740f
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class NowTVBaseIE(InfoExtractor):
|
|||
|
||||
|
||||
class NowTVIE(NowTVBaseIE):
|
||||
_WORKING = False
|
||||
_VALID_URL = r'https?://(?:www\.)?nowtv\.(?:de|at|ch)/(?:rtl|rtl2|rtlnitro|superrtl|ntv|vox)/(?P<show_id>[^/]+)/(?:(?:list/[^/]+|jahr/\d{4}/\d{1,2})/)?(?P<id>[^/]+)/(?:player|preview)'
|
||||
|
||||
_TESTS = [{
|
||||
|
|
Loading…
Reference in a new issue