Fix some only matching tests (closes #14855)

This commit is contained in:
Sergey M․ 2017-11-26 20:53:10 +07:00
parent 93f3f10cdc
commit 7512aa986f
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
4 changed files with 7 additions and 7 deletions

View file

@ -49,13 +49,13 @@ class ORFTVthekIE(InfoExtractor):
'params': {
'skip_download': True, # rtsp downloads
},
'_skip': 'Blocked outside of Austria / Germany',
'skip': 'Blocked outside of Austria / Germany',
}, {
'url': 'http://tvthek.orf.at/topic/Fluechtlingskrise/10463081/Heimat-Fremde-Heimat/13879132/Senioren-betreuen-Migrantenkinder/13879141',
'skip_download': True,
'only_matching': True,
}, {
'url': 'http://tvthek.orf.at/profile/Universum/35429',
'skip_download': True,
'only_matching': True,
}]
def _real_extract(self, url):