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
raise ExtractorError if the page doesn't contain a video
totalwebcasting
remitamine
9 years ago
parent
f3003531a5
commit
967c9076a3
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube_dl/extractor/flickr.py
+ 2
- 0
youtube_dl/extractor/flickr.py
View File
@ -79,3 +79,5 @@ class FlickrIE(InfoExtractor):
'
uploader
'
:
owner
.
get
(
'
realname
'
)
,
'
comment_count
'
:
int_or_none
(
video_info
.
get
(
'
comments
'
,
{
}
)
.
get
(
'
_content
'
)
)
,
}
else
:
raise
ExtractorError
(
'
not a video
'
,
expected
=
True
)
Write
Preview
Loading…
Cancel
Save