diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-21 16:08:38 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-21 16:08:38 +0200 |
commit | e35cb78c4099263c26f717669463a3c025c30d17 (patch) | |
tree | 3ad83da551782b678f193e010c13704eee27b405 /youtube_dl/extractor/sbs.py | |
parent | 224ce0d87299cf54469baccb9922e78f9594d029 (diff) |
[theplatform] Correctly extract videos that don't use f4m or rtmp (reported in #3176)
Diffstat (limited to 'youtube_dl/extractor/sbs.py')
-rw-r--r-- | youtube_dl/extractor/sbs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/sbs.py b/youtube_dl/extractor/sbs.py index 34058fd4b..214990e7a 100644 --- a/youtube_dl/extractor/sbs.py +++ b/youtube_dl/extractor/sbs.py @@ -21,7 +21,7 @@ class SBSIE(InfoExtractor): 'md5': '3150cf278965eeabb5b4cea1c963fe0a', 'info_dict': { 'id': '320403011771', - 'ext': 'flv', + 'ext': 'mp4', 'title': 'Dingo Conservation', 'description': 'Dingoes are on the brink of extinction; most of the animals we think are dingoes are in fact crossbred with wild dogs. This family run a dingo conservation park to prevent their extinction', 'thumbnail': 're:http://.*\.jpg', |