Skip to content

Commit

Permalink
Remove novelgo.id
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Aug 13, 2019
1 parent 462957e commit 989aa6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ The list of currently available sources and the future plans are given below:
| https://meionovel.com | |
| https://mtled-novels.com | ✔ |
| https://myoniyonitranslations.com | |
| https://novelgo.id/ | |
| https://novelplanet.com | ✔ |
| https://novelraw.blogspot.com | |
| https://volarenovels.com | |
Expand Down Expand Up @@ -303,6 +302,7 @@ Rejected:
| https://comrademao.com | `Removed on request of the owner` |
| https://indomtl.com | `Does not like to be crawled` |
| https://lnindo.org | `Does not like to be crawled` |
| https://novelgo.id/ | `Removed on request of the owner` |
| https://www.noveluniverse.com | `Site is down` |
| https://www.novelupdates.com | `Does not host any novels` |
| https://www.novelv.com | `Site is down` |
Expand Down
3 changes: 1 addition & 2 deletions README.pip
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ List of supported sites are given below.
- https://m.wuxiaworld.co
- https://meionovel.com
- https://mtled-novels.com
- https://myoniyonitranslations.com
- https://novelgo.id
- https://myoniyonitranslations.com
- https://novelplanet.com
- https://novelraw.blogspot.com
- https://volarenovels.com
Expand Down
4 changes: 2 additions & 2 deletions src/spiders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
'https://meionovel.com/': MeionovelCrawler,
'https://mtled-novels.com/': MtledNovelsCrawler,
'https://myoniyonitranslations.com/': MyOniyOniTranslation,
'https://novelgo.id/': NovelGoCrawler,
'https://novelplanet.com/': NovelPlanetCrawler,
'https://novelraw.blogspot.com/': NovelRawCrawler,
'https://readnovelfull.com/': ReadNovelFullCrawler,
Expand All @@ -90,8 +89,9 @@
'https://www.wuxiaworld.com/': WuxiaComCrawler,
'https://yukinovel.id/': YukiNovelCrawler,
# 'http://fullnovel.live/': FullnovelLiveCrawler,
# 'https://comrademao.com/': ComrademaoCrawler,
# 'https://4scanlation.xyz/': FourScanlationCrawler,
# 'https://comrademao.com/': ComrademaoCrawler,
# 'https://novelgo.id/': NovelGoCrawler,
# 'https://www.noveluniverse.com/': NovelUniverseCrawler,
# 'https://www.novelv.com/': NovelvCrawler,
# Do not forget to append a slash(/) at the end of the url
Expand Down

0 comments on commit 989aa6b

Please sign in to comment.