[rtp] Add skip_download for test

This commit is contained in:
Sergey M․ 2015-08-21 08:56:05 +06:00
parent dc95bd503e
commit 5d003e29b1
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ class RTPIE(InfoExtractor):
'description': 'As paixões musicais de António Cartaxo e António Macedo',
'thumbnail': 're:^https?://.*\.jpg',
},
'params': {
# rtmp download
'skip_download': True,
},
}, {
'url': 'http://www.rtp.pt/play/p831/a-quimica-das-coisas',
'only_matching': True,