summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-21 08:56:05 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-21 08:56:05 +0600
commit5d003e29b188dd2f140fe1b9b93f1bb1ad8263a0 (patch)
treebab3b4951057967631d65d66d74ecc73aba0a4a7
parentdc95bd503e82d3eb04c347ac0cdbcbabd7e14552 (diff)
downloadyoutube-dl-5d003e29b188dd2f140fe1b9b93f1bb1ad8263a0.tar.gz
youtube-dl-5d003e29b188dd2f140fe1b9b93f1bb1ad8263a0.tar.xz
youtube-dl-5d003e29b188dd2f140fe1b9b93f1bb1ad8263a0.zip
[rtp] Add skip_download for test
-rw-r--r--youtube_dl/extractor/rtp.py4
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,