aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/francetv.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-10-23 22:30:34 +0700
committerSergey M․ <dstftw@gmail.com>2014-10-23 22:30:34 +0700
commit2399535fd1f2ef3125fcf6c1eabf76de53b9b8ae (patch)
tree3d438e0e1e5ca545a155ab866e4921b57c39847a /youtube_dl/extractor/francetv.py
parent8f3b5397a761d68122bc1bd66d049fbbe31289a2 (diff)
downloadyoutube-dl-2399535fd1f2ef3125fcf6c1eabf76de53b9b8ae.tar.xz
[francetv] Lower preference of direct links (Closes #4010, closes #3947)
Direct links fail with 403, fallback on f4m for now until further investigations.
Diffstat (limited to 'youtube_dl/extractor/francetv.py')
-rw-r--r--youtube_dl/extractor/francetv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py
index 07165e330..566e20d76 100644
--- a/youtube_dl/extractor/francetv.py
+++ b/youtube_dl/extractor/francetv.py
@@ -58,7 +58,7 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
formats.append({
'url': video_url,
'format_id': format_id,
- 'preference': 2,
+ 'preference': -1,
})
self._sort_formats(formats)