lib/saber/tracker/what.rb in saber-1.1.1 vs lib/saber/tracker/what.rb in saber-1.2.0
- old
+ new
@@ -1,10 +1,10 @@
module Saber
module Tracker
# DON'T WORK for mechanize does not support javascript.
class What < Base
- @@BASE_URL = "https://what.cd"
- @@LOGIN_CHECK_PATH = "/inbox.php"
+ BASE_URL = "https://what.cd"
+ LOGIN_CHECK_PATH = "/inbox.php"
FIELDS = {
"E-Books" => {
"file_input" => :file_upload,
"type" => :select_list,