File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ As a concept, M2em has different workers that run in a loop. All Chapter/user da
49
49
With the sourceparser you can add support of a Webhost.
50
50
51
51
## Supported Websites
52
- Only Mangastream as of now (Mangafox is in the works)
52
+ * Mangastream
53
+ * MangaFox
53
54
54
55
# Usage
55
56
@@ -92,6 +93,7 @@ To have a working environment you need to add some initial data and create the d
92
93
``` x-sh
93
94
./m2em.py --create-db # Create a DB
94
95
./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
95
97
./m2em.py --add-user # Add a user
96
98
97
99
```
@@ -150,8 +152,8 @@ Finished sending ebooks!
150
152
Everything else should be self-explanatory with the "-h" option.
151
153
152
154
## 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.
155
157
156
158
Please Open an issue if you find anything!
157
159
You can’t perform that action at this time.
0 commit comments