文件名称:pjftv:从 Project Free TV 中抓取链接
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-22 10:11:39
JavaScript
电视 从 Project Free TV 中抓取电视和电影链接。 安装 $ npm install pjftv 例子 var pjftv = require ( 'pjftv' ) ; pjftv ( 'dr. strangelove' , function ( err , links ) { if ( ! err && links && links . length ) { console . log ( links ) ; } } ) ; pjftv ( { title : 'simpsons' , episode : 5 , season : 7 } , function ( err , links ) { if ( ! err && links && links . length ) { console . log ( l
【文件预览】:
pjftv-master
----package.json(679B)
----LICENSE(1KB)
----index.js(5KB)
----test.js(307B)
----README.md(1KB)
----example.js(320B)