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
[arte+7] Check formats (
Closes
#5224
)
totalwebcasting
Sergey M․
10 years ago
parent
90183a46d8
commit
c06a9f8730
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/arte.py
+ 1
- 0
youtube_dl/extractor/arte.py
View File
@ -146,6 +146,7 @@ class ArteTVPlus7IE(InfoExtractor):
formats
.
append
(
format
)
self
.
_check_formats
(
formats
,
video_id
)
self
.
_sort_formats
(
formats
)
info_dict
[
'
formats
'
]
=
formats
Write
Preview
Loading…
Cancel
Save