Skip to content

Commit

Permalink
[readcomics] remove module
Browse files Browse the repository at this point in the history
- site has been unavailable for two weeks
- (#12)
  • Loading branch information
mikf committed May 1, 2017
1 parent a610b35 commit d948ba1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 91 deletions.
1 change: 0 additions & 1 deletion gallery_dl/extractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"pinterest",
"powermanga",
"readcomiconline",
"readcomics",
"rule34",
"safebooru",
"sankaku",
Expand Down
85 changes: 0 additions & 85 deletions gallery_dl/extractor/readcomics.py

This file was deleted.

4 changes: 0 additions & 4 deletions supportedsites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ Supported Sites
+-------------------+---------------------------------------+----------------------------------------------------------+
|Mangareader |http://www.mangareader.net/ |Chapters, Manga |
+-------------------+---------------------------------------+----------------------------------------------------------+
|Mangashare |http://www.mangashare.com/ |Chapters, Manga |
+-------------------+---------------------------------------+----------------------------------------------------------+
|nhentai |https://nhentai.net/ |Galleries |
+-------------------+---------------------------------------+----------------------------------------------------------+
|Niconico Seiga |http://seiga.nicovideo.jp |Images from Users, individual Images |
Expand All @@ -95,8 +93,6 @@ Supported Sites
+-------------------+---------------------------------------+----------------------------------------------------------+
|Read Comic Online |http://readcomiconline.to/ |Comic-Issues, Comics |
+-------------------+---------------------------------------+----------------------------------------------------------+
|Readcomics |http://readcomics.tv/ |Comic-Issues, Comics |
+-------------------+---------------------------------------+----------------------------------------------------------+
|Rule 34 |https://rule34.xxx/ |Posts, Tag-Searches |
+-------------------+---------------------------------------+----------------------------------------------------------+
|Safebooru |https://safebooru.org/ |Posts, Tag-Searches |
Expand Down
2 changes: 1 addition & 1 deletion test/test_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test(self):
# dont work on travis-ci
"exhentai", "kissmanga", "mangafox", "dynastyscans",
# temporary issues
"mangashare", "readcomics",
"fallenangels",
]
# enable selective testing for direct calls
if __name__ == '__main__' and len(sys.argv) > 1:
Expand Down

0 comments on commit d948ba1

Please sign in to comment.