Skip to content

Commit 3f76042

Browse files
committed
Merge branch 'devel'
2 parents 77e198e + 5df0ef1 commit 3f76042

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ As a concept, M2em has different workers that run in a loop. All Chapter/user da
4949
With the sourceparser you can add support of a Webhost.
5050

5151
## Supported Websites
52-
Only Mangastream as of now (Mangafox is in the works)
52+
* Mangastream
53+
* MangaFox
5354

5455
# Usage
5556

@@ -92,6 +93,7 @@ To have a working environment you need to add some initial data and create the d
9293
```x-sh
9394
./m2em.py --create-db # Create a DB
9495
./m2em.py --rss-feed <URL> # Add an RSS Feed you want to pull
96+
# Please note that you should set the sending AFTER a complete run for now
9597
./m2em.py --add-user # Add a user
9698
9799
```
@@ -150,8 +152,8 @@ Finished sending ebooks!
150152
Everything else should be self-explanatory with the "-h" option.
151153

152154
## Known Issues
153-
* Mangafox is not yet supported, in the works
154-
* None other so far
155+
* There is a huge data load in the beginning. It is recommended to only activate sending of Emails after one complete run
156+
* MangaFox has issues with SSL Verification on some systems. For now, Simply add the http feed.
155157

156158
Please Open an issue if you find anything!
157159

0 commit comments

Comments
 (0)