Browse Source

Initial commit.

master
ThePendulum 3 years ago
commit
cf8051408a
  1. 4
      .gitignore
  2. 1
      README.md
  3. 22
      package.json

4
.gitignore

@ -0,0 +1,4 @@
node_modules/
config/*
!config/default.js
output/

1
README.md

@ -0,0 +1 @@
# ripunzel 2

22
package.json

@ -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"
}
Loading…
Cancel
Save