Add furaffinity support

This commit is contained in:
nonamethanks
2022-04-27 03:42:10 +02:00
parent 47b4e6df2f
commit 8edd5dd810
8 changed files with 179 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ module Source
Source::URL::TwitPic,
Source::URL::Weibo,
Source::URL::Anifty,
Source::URL::Furaffinity,
]
# Parse a URL into a subclass of Source::URL, or raise an exception if the URL is not a valid HTTP or HTTPS URL.