youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 65a40ab82b0ffccc53ec861900db7292e3e80770
parent 4b9cced1034d6048bc859303db2e044e427dbeb1
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  4 Apr 2014 22:47:38 +0700

[pornhd] Update test checksum

Diffstat:
Myoutube_dl/extractor/pornhd.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',