Browse Source

[rtp] Add skip_download for test

totalwebcasting
Sergey M․ 9 years ago
parent
commit
5d003e29b1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      youtube_dl/extractor/rtp.py

+ 4
- 0
youtube_dl/extractor/rtp.py 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,


Loading…
Cancel
Save