diff options
| author | rzhxeo <rzhxeot7z81b4700@mailcatch.com> | 2013-12-07 22:17:13 +0100 | 
|---|---|---|
| committer | rzhxeo <rzhxeot7z81b4700@mailcatch.com> | 2013-12-07 22:17:13 +0100 | 
| commit | b860967ce46358f6f54d2374af7e880155339392 (patch) | |
| tree | b5a73e476ae01f73cf1346ed4620518659c7e4dc | |
| parent | 8ca6b8fba1ef0a2e221681a2deff3eea00f0fa35 (diff) | |
[XHamsterIE] Fix md5 in second test
| -rw-r--r-- | youtube_dl/extractor/xhamster.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py index 0dd5e805c..ef9997ee4 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -26,7 +26,7 @@ class XHamsterIE(InfoExtractor):      {          u'url': u'http://xhamster.com/movies/2221348/britney_spears_sexy_booty.html?hd',          u'file': u'2221348.flv', -        u'md5': u'970a94178ca4118c5aa3aaea21211b81', +        u'md5': u'e767b9475de189320f691f49c679c4c7',          u'info_dict': {              u"upload_date": u"20130914",              u"uploader_id": u"jojo747400",  | 
