Fix #5078: Pixiv booth upload broken.

Allow image URLs from https://booth.pximg.net to be uploaded. Fix bug
where Booth.pm URLs were incorrectly caught by the Pixiv extractor.
This commit is contained in:
evazion
2022-03-30 03:22:02 -05:00
parent 04551b8154
commit a272c19b98
5 changed files with 77 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ module Source
Source::URL::Pixiv,
Source::URL::Twitter,
Source::URL::ArtStation,
Source::URL::Booth,
Source::URL::DeviantArt,
Source::URL::Fanbox,
Source::URL::Fantia,