Grabber应用程序用于获取元数据或从Putlocker下载电影。网站Putlocker: http://putlockers.ch
项目描述
Grabber应用程序用于获取元数据或从Putlockers (http://putlockers.ch) 下载电影。我只希望这个工具不是非法的。
如果您是http://putlockers.ch的所有者,并且您讨厌这个工具,请联系我们。
安装
$ sudo pip install putlocker
用法
usage: putlocker.py [-h] [-d] [-m] [-l LINK] [-f FOLDER] Grabber app to get meta-data or download the movie from Putlocker. Website Putlocker: http://putlockers.ch optional arguments: -h, --help show this help message and exit -d, --download to direct download multiple videos. -m, --meta to get print out meta data from movie. -l LINK, --link LINK link detail movie from putlocker to be download/get meta data. -f FOLDER, --folder FOLDER optional path/folder to save the movie.
示例
下载
$ sudo putlocker -d -l=http://putlockers.ch/watch-alcoholist-online-free-putlocker.html -f=alcoholist # OR $ sudo putlocker --download --link=http://putlockers.ch/watch-alcoholist-online-free-putlocker.html --folder=alcoholist
获取元数据
$ sudo putlocker -m -l=http://putlockers.ch/watch-alcoholist-online-free-putlocker.html # OR $ sudo putlocker --meta --link=http://putlockers.ch/watch-alcoholist-online-free-putlocker.html
演示
下载
[+] Downloading the cover of movie... [+] Downloading... http://185.45.15.210/i/01/00096/ozgurkbjg0mp.jpg [==================================================] 16812 of 16812 [+] Downloading the tracks(srt) file... [+] Downloading... http://thevideos.tv/srt/00096/6dw6cxtw7por_English.srt [==================================================] 103 of 103 [+] Writing meta-data of movie... [+] Downloading 1 / 3 videos.... [+] Downloading... http://185.45.15.210/4rugfadnwdc4aksautummkq/v.mp4 [==================================================] 223088833 of 223088833 [+] Downloading 2 / 3 videos.... [+] Downloading... http://185.45.15.210/4rugm4dnwdc4ak7g4fbp6sa/v.mp4 [========================= ] 228249600 of 440121604
元数据
{ 'duration': '6432', 'sources': [ {'file': 'http://185.45.15.210/4rugfadnwdc4aksautummkq/v.mp4', 'label': '240p'}, {'file': 'http://185.45.15.210/4rugm4dnwdc4ak7g4fbp6sa/v.mp4', 'label': '360p'}, {'file': 'http://185.45.15.210/4rugxzdnwdc4akumtmdspca/v.mp4', 'label': '720p'}], 'image': 'http://185.45.15.210/i/01/00096/ozgurkbjg0mp.jpg', 'tracks': { 'kind': 'captions', 'file': 'http://thevideos.tv/srt/00096/6dw6cxtw7por_English.srt', 'label': 'English' } }