Module: E621ExportDownloader::Constants
- Extended by:
- T::Sig
- Defined in:
- lib/e621_export_downloader/version.rb,
lib/e621_export_downloader/constants.rb
Constant Summary collapse
- VERSION =
"0.0.1"- WEBSITE =
"https://github.com/DonovanDMC/E621ExportDownloader.rb"- BASE_URL =
"https://e621.net/db_export/"- EXPORT_NAMES =
%w[pools posts tag_aliases tag_implications tags wiki_pages].freeze
- TEMP_DIR =
T.let(File.join(Dir.tmpdir, "e621-export-downloader"), String)
- USER_AGENT =
T.let("E621ExportDownloader.rb/#{VERSION} (#{WEBSITE})", String)