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:
@@ -34,7 +34,7 @@ module Danbooru
|
||||
# @return [Addressable:URI] The parsed and normalized URL.
|
||||
attr_reader :url
|
||||
|
||||
delegate :domain, :host, :port, :site, :path, :query, :password, to: :url
|
||||
delegate :domain, :host, :port, :site, :path, :query, :fragment, :password, to: :url
|
||||
|
||||
# Parse a string into a URL, or raise an exception if the string is not a valid HTTP or HTTPS URL.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user