@ -0,0 +1,4 @@
node_modules/
config/*
!config/default.js
output/
@ -0,0 +1 @@
# ripunzel 2
@ -0,0 +1,22 @@
{
"name": "ripunzel2",
"version": "2.0.0",
"description": "Content archiver for reddit users, subreddits, YouTube channels, supporting many popular media hosts.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.unknown.name/pendulum/ripunzel2"
"keywords": [
"reddit",
"archive",
"scraper",
"library",
"download"
],
"author": "pendulum",
"license": "ISC"
}