sources: factor out Source::URL::DeviantArt and Source::URL::Stash.

This commit is contained in:
evazion
2022-03-10 00:08:42 -06:00
parent 28f962ccfb
commit 34854185be
5 changed files with 184 additions and 158 deletions

View File

@@ -21,6 +21,7 @@ module Source
Source::URL::Pixiv,
Source::URL::Twitter,
Source::URL::ArtStation,
Source::URL::DeviantArt,
Source::URL::Fanbox,
Source::URL::Foundation,
Source::URL::HentaiFoundry,
@@ -32,6 +33,7 @@ module Source
Source::URL::PixivSketch,
Source::URL::Plurk,
Source::URL::Skeb,
Source::URL::Stash,
Source::URL::Tumblr,
Source::URL::TwitPic,
Source::URL::Weibo,