Hi,
das Sommer Update ist da (v2025.2.0). Könnt alles im Changelog nochmal nachlesen.
Beide neue Versionen könnt Ihr wie gewohnt herunterladen.
GO-UPPER – Version 2025.2.0
Allgemein
- []Update Go Version von 1.24 auf 1.25
[]Alle Dependencies aktualisiert
Features
- []Neuer Filehoster: uploady.io
[]Neuer Imagehoster: fastpic.org
[][User-Wunsch] 1fichier Affiliate-ID in der Config hinterlegbar
[]Steam-Unterstützung für Contentgrabber (SteamID, Name, Cover)
[]YouTube-Unterstützung für Contentgrabber (Trailer-Crawler, API-Key erforderlich)
[]Neue Option tmdb: withTrailer = true ? Trailer wird in die Response integriert
[]Neue Option nfo: fetchIfNotExist = true ? lädt fehlende NFOs automatisch und integriert sie in JSON/XML
[]Neues Publish-Modul ? direkte Veröffentlichung des BBCodes im Forum (aktuell: boerse.cx), vollständige Automatisierung
Verbesserungen
- []Statische Curl-Binaries im „tools“-Ordner hinzugefügt
[]Curl-Support erweitert für: ddownload.com, katfile.com, drop.download, clicknupload.to, send.cm, filerice.com, uploady.io - Reparatur Imagehoster: directupload.net ? directupload.eu
Bugfixes
- []Fix: kritische Filecrypt-Response-Änderung
[]Fix: Panic in copyfiles-Funktion
[]Fix: Windows Template Bug beim Publish-Modul
[]Verbesserte Log-Ausgabe & Fehlerhandling für 1fichier - Fix: Fehler bei 1fichier-Link-Ersetzung
Sonstiges
- Entfernte Filehoster: uptobox, uploaded, zippyshare, oboom, share-online.to
GO-REUPPER – Version 2025.2.0
Allgemein
- []Update Go Version von 1.24 auf 1.25
[]Alle Dependencies aktualisiert
Features
- []Neuer Filehoster: uploady.io
[][User-Wunsch] 1fichier Affiliate-ID in der Config hinterlegbar - [User-Wunsch] Arbeitszeit-Funktion: Zeitfenster definierbar, wann das Tool laufen soll
Verbesserungen
- []Statische Curl-Binaries im „tools“-Ordner hinzugefügt
[]Curl-Support erweitert für: ddownload.com, katfile.com, drop.download, clicknupload.to, send.cm, filerice.com, uploady.io
[]UI: .exe erhält Icon
[]UI: Neuer Starttitel im Terminal
Bugfixes
- []Fix: kritische Filecrypt-Response-Änderung
[]Verbesserte Log-Ausgabe & Fehlerhandling für 1fichier - Fix: Fehler bei 1fichier-Link-Ersetzung
Sonstiges
- Entfernte Filehoster: uptobox, uploaded, zippyshare, oboom, share-online.to
Code:
## GO-UPPER
## v2025.2.0
- update Go Version from 1.24 to 1.25
- update all dependencies
- feature:
- [x] new filehoster: uploady.io
- [x] new imagehoster: fastpic.org
- [x] [userwish] its possible to set your 1fichier affiliate id in the config
- [x] added Steam support to Contentgrabber for game info (currently only: steamID, name and cover image)
- [x] added YouTube support to Contentgrabber -> youtube trailer crawler (youtube API key required)
- [x] new option "tmdb":"withTrailer": true -> add trailer to response (see config/templates/README.txt for more infos)
- [x] new option "nfo":"fetchIfNotExist": true -> download NFOs if no local NFO available and put the infos to the json and xmls
- [x] new Publish module -> you can directly post your bbcode template to a forum! (currently only boerse cx), that's full automation
- improvements:
- [x] added curl binaries to the "tools" folder, we use static curl binaries now
- [x] added curl support for hoster 'ddownload.com', 'katfile.com', 'drop.download', 'clicknupload.to', 'send.cm', 'filerice.com', 'uploady.io'
- [x] repair imagehoster: directupload.net -> .eu
- bugfixes:
- [x] fix critical filecrypt response change
- [x] fix critical panic in copyfiles func
- [x] fix windows template bug when using publishing module
- [x] improve logging and error handling for 1fichier
- [x] fix fichier replace links bug
- other:
- [x] remove filehoster uptobox, uploaded, zippyshare, oboom, share-online.to
## GO-REUPPER
## v2025.2.0
- update Go Version from 1.24 to 1.25
- update all dependencies
- feature:
- [x] new filehoster: uploady.io
- [x] [userwish] its possible to set your 1fichier affiliate id in the config
- [x] [userwish] workingtime, set the time when the reupper tool should run and work
- improvements:
- [x] added curl binaries to the "tools" folder, we use static curl binaries now
- [x] added curl support for hoster 'ddownload.com', 'katfile.com', 'drop.download', 'clicknupload.to', 'send.cm', 'filerice.com', 'uploady.io'
- [x] UI: .exe should have no an icon
- [x] UI: new start title in the terminal
- bugfixes:
- [x] fix critical filecrypt response change
- [x] improve logging and error handling for 1fichier
- [x] fix fichier replace links bug
- other:
- [x] remove filehoster uptobox, uploaded, zippyshare, oboom, share-online.to