4chan-list-webm
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -9,3 +9,3 @@ const axios = require('axios') | ||
const getWebmUrl = tim => `http://i.4cdn.org/wsg/${tim}.webm` | ||
const getWebmUrl = tim => `http://i.4cdn.org/${board}/${tim}.webm` | ||
const isWebm = x => x.ext === '.webm' | ||
@@ -12,0 +12,0 @@ const reducer = (acc, cur) => acc.concat([{filename: cur.filename, url: getWebmUrl(cur.tim)}]) |
{ | ||
"name": "4chan-list-webm", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "List all webms within a 4chan thread", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
3766