Browse Source

[folketinget] Add skip_download for test

master
Sergey M․ 9 years ago
parent
commit
dc95bd503e
1 changed files with 4 additions and 0 deletions
  1. 4
      youtube_dl/extractor/folketinget.py

4
youtube_dl/extractor/folketinget.py

@ -30,6 +30,10 @@ class FolketingetIE(InfoExtractor):
'upload_date': '20141120',
'duration': 3960,
},
'params': {
# rtmp download
'skip_download': True,
},
}
def _real_extract(self, url):

Loading…
Cancel
Save