sources: add 4chan.org upload support.

Add upload support for 4chan.org. You can upload either individual posts or entire threads at a time.
This commit is contained in:
evazion
2022-11-17 03:32:08 -06:00
parent 94824fb171
commit 902cd0bbdf
8 changed files with 263 additions and 4 deletions

View File

@@ -61,6 +61,7 @@ module Source
Source::URL::Furaffinity,
Source::URL::Bilibili,
Source::URL::Rule34DotUs,
Source::URL::FourChan,
]
# Parse a URL into a subclass of Source::URL, or raise an exception if the URL is not a valid HTTP or HTTPS URL.