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
Improve format listing for long format ids
Now arte.tv videos have quite long ids.
rtmp_test
Jaime Marquínez Ferrándiz
11 years ago
parent
f470c6c812
commit
897d6cc43a
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/YoutubeDL.py
+ 1
- 1
youtube_dl/YoutubeDL.py
View File
@ -782,7 +782,7 @@ class YoutubeDL(object):
def
list_formats
(
self
,
info_dict
)
:
def
line
(
format
)
:
return
(
u
'
%-
15
s
%-10s
%-12s
%s
'
%
(
return
(
u
'
%-
20
s
%-10s
%-12s
%s
'
%
(
format
[
'
format_id
'
]
,
format
[
'
ext
'
]
,
self
.
format_resolution
(
format
)
,
Write
Preview
Loading…
Cancel
Save