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

@@ -58,6 +58,7 @@ module Source
Source::Extractor::Reddit,
Source::Extractor::Bilibili,
Source::Extractor::Rule34DotUs,
Source::Extractor::FourChan,
]
# Should return true if the extractor is configured correctly. Return false
@@ -299,7 +300,7 @@ module Source
:dtext_title => dtext_artist_commentary_title,
:dtext_description => dtext_artist_commentary_desc
},
:api_response => api_response.to_h
:api_response => api_response
}
end