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
match only the test url
totalwebcasting
remitamine
10 years ago
parent
1186e3f91a
commit
c4fe07c7af
1 changed files
with
1 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-8
youtube_dl/extractor/howstuffworks.py
+ 1
- 8
youtube_dl/extractor/howstuffworks.py
View File
@ -48,14 +48,7 @@ class HowStuffWorksIE(InfoExtractor):
}
,
{
'
url
'
:
'
http://shows.howstuffworks.com/stuff-to-blow-your-mind/optical-illusions-video.htm
'
,
'
info_dict
'
:
{
'
id
'
:
'
855410
'
,
'
ext
'
:
'
mp4
'
,
'
title
'
:
'
Stuff to Blow Your Mind
'
,
'
description
'
:
'
When it comes to optical illusions it’s pretty easy to jailbreak the operating system of your mind and load a new program onto it. Find out why your visual system willingly makes errors in interpretation.
'
,
'
display_id
'
:
'
optical-illusions
'
,
'
thumbnail
'
:
'
re:^https?://.*
\
.jpg$
'
,
}
,
'
only_matching
'
:
True
,
}
]
Write
Preview
Loading…
Cancel
Save