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
[wistia] Fix extraction (
Closes
#8707
)
totalwebcasting
Sergey M․
9 years ago
parent
269dd2c6a7
commit
66ca2cfddd
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
youtube_dl/extractor/wistia.py
+ 2
- 1
youtube_dl/extractor/wistia.py
View File
@ -35,7 +35,8 @@ class WistiaIE(InfoExtractor):
formats
=
[
]
thumbnails
=
[
]
for
atype
,
a
in
data
[
'
assets
'
]
.
items
(
)
:
for
a
in
data
[
'
assets
'
]
:
atype
=
a
.
get
(
'
type
'
)
if
atype
==
'
still
'
:
thumbnails
.
append
(
{
'
url
'
:
a
[
'
url
'
]
,
Write
Preview
Loading…
Cancel
Save