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
[pbs] Add `format_id` for direct links
totalwebcasting
Sergey M․
10 years ago
parent
74f728249f
commit
e8b9ab8957
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/pbs.py
+ 1
- 0
youtube_dl/extractor/pbs.py
View File
@ -187,6 +187,7 @@ class PBSIE(InfoExtractor):
else
:
formats
.
append
(
{
'
url
'
:
format_url
,
'
format_id
'
:
redirect
.
get
(
'
eeid
'
)
,
}
)
self
.
_sort_formats
(
formats
)
Write
Preview
Loading…
Cancel
Save