You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varehDownloadRegex={imageURL: [///<a href="(\S+?\/fullimg(?:\.php\?|\/)\S+?)"/,/<img id="img" src="(\S+?)"/,/<\/(?:script|iframe)><a[\s\S]+?><img src="(\S+?)"/// Sometimes preview image may not have id="img"],nextFetchURL: [/<a id="next"[\s\S]+?href="(\S+?\/s\/\S+?)"/,/<a href="(\S+?\/s\/\S+?)"><img src="https?:\/\/ehgt.org\/g\/n.png"/],preFetchURL: /<div class="sn"><a[\s\S]+?href="(\S+?\/s\/\S+?)"/,nl: /return nl\('([\d\w-]+)'\)/,fileName: /g\/l.png"\s?\/><\/a><\/div><div>([\s\S]+?) :: /,resFileName: /filename=['"]?([\s\S]+?)['"]?$/m,dangerChars: /[:"*?|<>\/\\\n]/g,pagesRange: /^(!?\d*(-\d*(\/\d+)?)?\s*,\s*)*!?\d*(-\d*(\/\d+)?)?$/,pagesURL: /(?:<a href=").+?(?=")/gi,mpvKey: /var imagelist\s*=\s*(\[.+?\]);/,imageLimits: /You are currently at <strong>(\d+)<\/strong> towards a limit of <strong>(\d+)<\/strong>/,pagesLength: /<table class="ptt".+>(\d+)<\/a>.+?<\/table>/,IPBanExpires: /The ban expires in \d+ hours?( and \d+ minutes?)?/,donatorPower: /<td>Donations<\/td><td.*>([+-]?[\d\.]+)<\/td>/,postedTime: /<td.*?>Posted:<\/td><td.*?>(.*?)<\/td>/,categoryTag: /g\/c\/(\w+)\./,slashOnly: /^[\\/]*$/,originalImagePattern: /\/hath\.network(?:\.php\?|\/)///originalImagePattern: /\/fullimg(?:\.php\?|\/)/};
The text was updated successfully, but these errors were encountered:
開啟 Hath Perks 的 Source Nexus 後瀏覽任何 4MB 以內原始圖片都不會消耗GP
然而目前的腳本下載會直接找
fullimg
下載,即便開啟Prefer Original Image下載也會消耗GP方便的話希望可以優先搜尋
hath.network
下的圖片路徑下面是我所修改的部分,包含
imageURL
和orignalImagePattern
以2019年的圖檔測試,在尖峰時間下載709張4MB以內原圖只消耗6500左右Image Limit,並沒有消耗GP
謝謝您的腳本
The text was updated successfully, but these errors were encountered: