youtube-dl

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

commit dbf0157a26272a43398b986ab65327c150af8432
parent 7deef1ba6743bf11247565e63ed7e31d2e8a9382
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat,  2 Jul 2016 21:57:06 +0800

[generic] Add MD5 checksums

Diffstat:
Myoutube_dl/extractor/generic.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py @@ -1265,6 +1265,7 @@ class GenericIE(InfoExtractor): # Facebook <iframe> embed { 'url': 'https://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html', + 'md5': 'fbcde74f534176ecb015849146dd3aee', 'info_dict': { 'id': '599637780109885', 'ext': 'mp4', @@ -1274,6 +1275,7 @@ class GenericIE(InfoExtractor): # Facebook API embed { 'url': 'http://www.lothype.com/blue-stars-2016-preview-standstill-full-show/', + 'md5': 'a47372ee61b39a7b90287094d447d94e', 'info_dict': { 'id': '10153467542406923', 'ext': 'mp4', @@ -1283,6 +1285,7 @@ class GenericIE(InfoExtractor): # Wordpress "YouTube Video Importer" plugin { 'url': 'http://www.lothype.com/blue-devils-drumline-stanford-lot-2016/', + 'md5': 'd16797741b560b485194eddda8121b48', 'info_dict': { 'id': 'HNTXWDXV9Is', 'ext': 'mp4',