This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[francetv] Lower preference of direct links (
Closes
#4010
,
closes
#3947
)
Direct links fail with 403, fallback on f4m for now until further investigations.
totalwebcasting
Sergey M․
10 years ago
parent
8f3b5397a7
commit
2399535fd1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/francetv.py
+ 1
- 1
youtube_dl/extractor/francetv.py
View File
@ -58,7 +58,7 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
formats
.
append
(
{
'
url
'
:
video_url
,
'
format_id
'
:
format_id
,
'
preference
'
:
2
,
'
preference
'
:
-
1
,
}
)
self
.
_sort_formats
(
formats
)
Write
Preview
Loading…
Cancel
Save