Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daum-tvpot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daum-tvpot

tvpot library for Node.js

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

daum-tvpot

tvpot library for Node.js

The unofficial module to crawl the content of the site. Therefore, whenever it may not be a normal operation, if problems occur, please add the issue.

version download

js-standard-style

Usage

var tvpot = require('./')

tvpot.search({
  keyword: '런닝맨',
  limit: 1,
  page: 1
}, function (err, result) {
  console.log(err, JSON.stringify(result))
})

{
  "page": 1,
  "limit": 1,
  "keyword": "런닝맨",
  "sort": "regdttm",
  "items": [
    {
      "url": "http://tvpot.daum.net/clip/ClipView.do?clipid=73976309&q=%EB%9F%B0%EB%8B%9D%EB%A7%A8",
      "title": "[1월 31일 예고] 상해 10인의 결사단! [런닝맨] 415회 20160124",
      "thumb_url": "http://i1.daumcdn.net/thumb/C120x68/?fname=http://i1.daumcdn.net/svc/image/U03/tvpot_thumb/sa95aamJ9VIV9momj9mEoeA/thumb.png?t=1453629388759",
      "duration": 1680
    },
    // ...
  ]
}

sort

  • regdttm
  • playcnt
  • upcnt

LICENSE

daum-tvpot is licensed under the MIT license.

Keywords

FAQs

Package last updated on 25 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc