diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-21 08:56:05 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-21 08:56:05 +0600 |
commit | 5d003e29b188dd2f140fe1b9b93f1bb1ad8263a0 (patch) | |
tree | bab3b4951057967631d65d66d74ecc73aba0a4a7 /youtube_dl | |
parent | dc95bd503e82d3eb04c347ac0cdbcbabd7e14552 (diff) |
[rtp] Add skip_download for test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/rtp.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rtp.py b/youtube_dl/extractor/rtp.py index ecf4939cd..82b323cdd 100644 --- a/youtube_dl/extractor/rtp.py +++ b/youtube_dl/extractor/rtp.py @@ -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, |