Skip to content

Commit

Permalink
[erolord] remove extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jan 10, 2020
1 parent b9cbf93 commit 5cac79c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 70 deletions.
1 change: 0 additions & 1 deletion docs/supportedsites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Doki Reader https://kobato.hologfx.com/reader/ Chapters, Manga
Dynasty Reader https://dynasty-scans.com/ Chapters, individual Images, Search Results
E-Hentai https://e-hentai.org/ Favorites, Galleries, Search Results Optional
e621 https://e621.net/ Pools, Popular Images, Posts, Tag-Searches
EroLord.com http://erolord.com/ Galleries
ExHentai https://exhentai.org/ Favorites, Galleries, Search Results Optional
Fallen Angels Scans https://www.fascans.com/ Chapters, Manga
Fashion Nova https://www.fashionnova.com/ Collections, Products
Expand Down
3 changes: 1 addition & 2 deletions gallery_dl/extractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright 2015-2019 Mike Fährmann
# Copyright 2015-2020 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand All @@ -25,7 +25,6 @@
"deviantart",
"dynastyscans",
"e621",
"erolord",
"exhentai",
"fallenangels",
"flickr",
Expand Down
64 changes: 0 additions & 64 deletions gallery_dl/extractor/erolord.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/supportedsites.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"dokireader" : "Doki Reader",
"dynastyscans" : "Dynasty Reader",
"e621" : "e621",
"erolord" : "EroLord.com",
"e-hentai" : "E-Hentai",
"exhentai" : "ExHentai",
"fallenangels" : "Fallen Angels Scans",
Expand Down
3 changes: 1 addition & 2 deletions test/test_results.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright 2015-2019 Mike Fährmann
# Copyright 2015-2020 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand All @@ -26,7 +26,6 @@

# temporary issues, etc.
BROKEN = {
"erolord",
"mangapark",
"photobucket",
}
Expand Down

0 comments on commit 5cac79c

Please sign in to comment.