Skip to content

Commit

Permalink
[philomena] add generalized extractors for philomena sites
Browse files Browse the repository at this point in the history
(closes #1379)
  • Loading branch information
mikf committed Mar 14, 2021
1 parent 6be7df5 commit c485d0a
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 195 deletions.
22 changes: 16 additions & 6 deletions docs/supportedsites.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ Consider all sites to be NSFW unless otherwise known.
<td>Pools, Popular Images, Posts, Tag Searches</td>
<td>Supported</td>
</tr>
<tr>
<td>Derpibooru</td>
<td>https://derpibooru.org/</td>
<td>Galleries, Posts, Search Results</td>
<td><a href="configuration.rst#extractorderpibooruapi-key">API Key</a></td>
</tr>
<tr>
<td>DeviantArt</td>
<td>https://www.deviantart.com/</td>
Expand Down Expand Up @@ -856,6 +850,22 @@ Consider all sites to be NSFW unless otherwise known.
<td></td>
</tr>

<tr>
<td colspan="4"><strong>Philomena Instances</strong></td>
</tr>
<tr>
<td>Derpibooru</td>
<td>https://derpibooru.org/</td>
<td>Galleries, Posts, Search Results</td>
<td><a href="configuration.rst#extractorderpibooruapi-key">API Key</a></td>
</tr>
<tr>
<td>Ponybooru</td>
<td>https://ponybooru.org/</td>
<td>Galleries, Posts, Search Results</td>
<td>API Key</td>
</tr>

<tr>
<td colspan="4"><strong>Moebooru and MyImouto</strong></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/extractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"blogger",
"cyberdrop",
"danbooru",
"derpibooru",
"deviantart",
"dynastyscans",
"e621",
Expand Down Expand Up @@ -87,6 +86,7 @@
"nsfwalbum",
"paheal",
"patreon",
"philomena",
"photobucket",
"photovogue",
"piczel",
Expand Down
188 changes: 0 additions & 188 deletions gallery_dl/extractor/derpibooru.py

This file was deleted.

Loading

0 comments on commit c485d0a

Please sign in to comment.