4chan-list-webm
Version:
Generate a list of webms posted in a 4chan thread
20 lines (18 loc) • 333 B
JavaScript
module.exports = {
normal: {
board: 'wsg',
threadNo: 2339426,
json: require('./normal-thread.json')
},
subject: {
board: 'wsg',
threadNo: 2332032,
json: require('./subject-thread.json')
},
empty: {
board: 'wsr',
threadNo: 556676,
json: require('./empty-thread.json')
}
}