Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameish committed Nov 15, 2020
2 parents a531828 + 003ebdf commit 32be0bf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Novel-Grabber is a gui based web scrapper that can download and convert chapters
- Unwanted content removal via blacklisted HTML tags
- EPUB metadata
- Desktop and email notifications for new chapter releases of followed novels
- Automatic chapter detection (Able to download via NovelUpdates)
- Automatic chapter body detection
- Headless browser support
- Login support for certain host sites
- CLI
Expand Down
20 changes: 20 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"manifestURL": "https://raw.githubusercontent.com/Flameish/Novel-Grabber/master/manifest.json",
"items":[
{
"filePath":"bin/sources/boxnovel_com.class",
"downloadLink":"https://github.com/Flameish/Novel-Grabber-Sources/raw/main/grabber/sources/boxnovel_com.class",
"timestamp":1605275952513
},
{
"filePath":"bin/sources/fanfiction_net.class",
"downloadLink":"https://github.com/Flameish/Novel-Grabber-Sources/raw/main/grabber/sources/fanfiction_net.class",
"timestamp":-1
},
{
"filePath":"bin/sources/dreame_com.class",
"downloadLink":"https://github.com/Flameish/Novel-Grabber-Sources/raw/main/grabber/sources/dreame_com.class",
"timestamp":1605275952513
}
]
}

0 comments on commit 32be0bf

Please sign in to comment.