aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/howstuffworks.py
diff options
context:
space:
mode:
authordinesh <dsdiscoverdinesh@gmail.com>2014-10-11 15:59:42 +0530
committerdinesh <dsdiscoverdinesh@gmail.com>2014-10-11 15:59:42 +0530
commitf4cf848d1d4e0eeec5fedfda79fad50f0b55ec4a (patch)
tree89e685d1fe9106a5f71f610b1876405028ad0a6f /youtube_dl/extractor/howstuffworks.py
parentb7b2ca6e2b28454fdf50bfa8febad19f29af6747 (diff)
downloadyoutube-dl-f4cf848d1d4e0eeec5fedfda79fad50f0b55ec4a.zip
youtube-dl-f4cf848d1d4e0eeec5fedfda79fad50f0b55ec4a.tar.gz
youtube-dl-f4cf848d1d4e0eeec5fedfda79fad50f0b55ec4a.tar.bz2
Replace 404 url
Diffstat (limited to 'youtube_dl/extractor/howstuffworks.py')
-rw-r--r--youtube_dl/extractor/howstuffworks.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/howstuffworks.py b/youtube_dl/extractor/howstuffworks.py
index 68684b9..fccc238 100644
--- a/youtube_dl/extractor/howstuffworks.py
+++ b/youtube_dl/extractor/howstuffworks.py
@@ -28,13 +28,13 @@ class HowStuffWorksIE(InfoExtractor):
}
},
{
- 'url': 'http://adventure.howstuffworks.com/39516-deadliest-catch-jakes-farewell-pots-video.htm',
+ 'url': 'http://adventure.howstuffworks.com/7199-survival-zone-food-and-water-in-the-savanna-video.htm',
'info_dict': {
- 'id': '553470',
- 'display_id': 'deadliest-catch-jakes-farewell-pots',
+ 'id': '453464',
+ 'display_id': 'survival-zone-food-and-water-in-the-savanna',
'ext': 'mp4',
- 'title': 'Deadliest Catch: Jake\'s Farewell Pots',
- 'description': 'md5:9632c346d5e43ee238028c9cefd8dbbc',
+ 'title': 'Survival Zone: Food and Water In the Savanna',
+ 'description': 'md5:7e1c89f6411434970c15fa094170c371',
'thumbnail': 're:^https?://.*\.jpg$',
},
'params': {