Browse Source

[srf] Fix direct links ext

totalwebcasting
Sergey M․ 10 years ago
parent
commit
fbbb219409
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/srf.py

+ 1
- 1
youtube_dl/extractor/srf.py View File

@ -75,7 +75,7 @@ class SrfIE(InfoExtractor):
else:
formats.append({
'url': full_url,
'ext': 'mp4' if original_ext == 'm3u8' else original_ext,
'ext': original_ext,
'format_id': format_id,
'quality': 0 if 'HD' in quality else -1,
'preference': 1,


Loading…
Cancel
Save