diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-22 12:53:41 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-22 12:53:41 +0200 |
commit | 45c85d7ba1dbca09c7ded9130fa5670b302e099b (patch) | |
tree | 8352b3afcdb8f4599257533216c52b678b0b0d4a /youtube_dl/extractor/sbs.py | |
parent | df8f53f752c0f01577dcc5d63c6d9a81d924770b (diff) | |
parent | d0df92928bc099775e18f6413e387713839012ba (diff) |
Merge remote-tracking branch 'origin/master'
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', |