diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-04 22:47:38 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-04 22:47:38 +0700 |
commit | 65a40ab82b0ffccc53ec861900db7292e3e80770 (patch) | |
tree | a826f3700485519b960803f7e2dc979a3b80d65c /youtube_dl | |
parent | 4b9cced1034d6048bc859303db2e044e427dbeb1 (diff) |
[pornhd] Update test checksum
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/pornhd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pornhd.py b/youtube_dl/extractor/pornhd.py index f0c175e9d..42b852566 100644 --- a/youtube_dl/extractor/pornhd.py +++ b/youtube_dl/extractor/pornhd.py @@ -11,7 +11,7 @@ class PornHdIE(InfoExtractor): _VALID_URL = r'http://(?:www\.)?pornhd\.com/(?:[a-z]{2,4}/)?videos/(?P<id>\d+)' _TEST = { 'url': 'http://www.pornhd.com/videos/1962/sierra-day-gets-his-cum-all-over-herself-hd-porn-video', - 'md5': '35272469887dca97abd30abecc6cdf75', + 'md5': '956b8ca569f7f4d8ec563e2c41598441', 'info_dict': { 'id': '1962', 'ext': 'mp4', |