Note
English below but kind of useless since this utility is intended to dynamically download manga scans in french on a french website :)
goweeb-sama est un outil très rapide permettant de télécharger proprement les scans de ton manga préféré depuis le site anime-sama (qui fait un excellent travail d'ailleurs, merci à vous).
L'installation est très simple, il suffit d'aller dans l'onglet Releases et de télécharger la dernière version TUI de l'outil pour ton système d'exploitation.
- Télécharge l'archive pour windows
- Place l'exécutable dans un dossier de ton choix
- Ouvre un terminal (PowerShell ou CMD) dans ce dossier et utilise l'outil
- Télécharge l'archive correspondant à ton système (darwin pour macos)
- Rends-le exécutable :
chmod +x goweeb - (Optionnel) Déplace-le dans
/usr/local/binpour l'utiliser depuis n'importe où
goweeb-sama est disponible en deux versions :
Lance simplement l'exécutable TUI :
# Linux / macOS
./goweeb
# Windows
goweeb.exeLaisse-toi guider par l'interface interactive !
- Saisis le nom du manga que tu recherches
- Choisis parmi les résultats trouvés
- Sélectionne la version (couleur/noir et blanc, VF/VA)
- Configure tes options de téléchargement
- Lance le téléchargement et suis la progression en temps réel
Important : Le nom du manga doit être entré entre guillemets. Tu peux utiliser n'importe quel terme de recherche (titre français, anglais, ou japonais).
Exemples :
"one piece""jujutsu kaisen""chainsaw man""attaque des titans"
Si plusieurs résultats correspondent à ta recherche, l'outil te proposera de choisir le bon manga dans une liste interactive.
goweeb [options] "nom-du-manga"| Option | Raccourci | Description |
|---|---|---|
--all |
-a |
Télécharge tous les chapitres disponibles |
--range <plage> |
-r |
Spécifie une plage de chapitres (ex: 10-77, 4 chapitre 4 uniquement, 14- du chapitre 14 jusqu'à la fin, -5 pour les 5 derniers chapitres par exemple) |
--scan-dir <dossier> |
-d |
Dossier où sauvegarder les PDF (par défaut : pdf) |
--keep-images |
-k |
Garde les images après la création du PDF |
--domain <url> |
-u |
Remplace le domaine anime-sama (ex: https://anime-sama.tv) |
goweeb --all "one piece"
# ou
goweeb -a "jujutsu kaisen"# Chapitres 10 à 77
goweeb --range 10-77 "jujutsu kaisen"
# Raccourci
goweeb -r 10-50 "one piece"
# Du chapitre 14 jusqu'au dernier disponible
goweeb -r 14- "chainsaw man"
# Les 3 derniers chapitres
goweeb -r -3 "ao ashi"# Les PDF seront sauvegardés dans le dossier "mes-mangas"
goweeb -d mes-mangas --all "naruto"
# Ou avec le chemin complet (sous linux)
goweeb --scan-dir ~/Documents/Mangas -r 1-100 "one piece"
# Pareil mais sur Windows
goweeb --scan-dir C:\Users\<nom-de-ton-utilisateur>\Documents\Mangas -r 1-100 "one piece"# Si le domaine anime-sama change
goweeb -u https://anime-sama.fr --all "one piece"# Télécharge les chapitres 1 à 50 de One Piece, dans le dossier "scans" sur Windows
# en spécifiant un domaine anime-sama personnalisé
goweeb -r 1-50 -d 'C:\Users\<nom-de-ton-utilisateur>\scans' -u https://anime-sama.tv "one piece"Tip
- La recherche utilise directement le moteur de recherche d'anime-sama, tu peux donc utiliser n'importe quel nom (français, anglais, japonais)
- Si plusieurs versions d'un scan existent (ex: couleur/noir et blanc), l'outil te demandera laquelle télécharger
- N'oublie pas les guillemets autour du nom du manga !
Warning
Garde bien en tête que le domaine d'anime-sama change pour des raisons évidentes... donc n'hésite pas à vérifier anime-sama.pw pour vérifier quel domaine est actif. Tu peux ensuite le spécifier avec l'argument -u comme présenté ci-dessus.
goweeb-sama is a fast tool to download manga scans from the French website anime-sama (which does an excellent job by the way, thanks to them).
Installation is very simple, just go to the Releases tab on the right side of the GitHub interface and download the latest TUI version of the tool for your operating system.
- Download the Windows archive
- Place it in a folder of your choice
- Open a terminal (PowerShell or CMD) in that folder and use the tool
- Download the archive corresponding to your system (darwin for macos)
- Make it executable:
chmod +x goweeb - (Optional) Move it to
/usr/local/binto use it from anywhere
goweeb-sama is available in two versions:
Simply launch the TUI executable:
# Linux / macOS
./goweeb
# Windows
goweeb.exeLet the interactive interface guide you!
- Enter the manga name you're searching for
- Choose from the search results
- Select the version (color/black and white, VF/VA)
- Configure your download options
- Start downloading and follow the progress in real-time
Important: The manga name must be entered in quotes. You can use any search term (French, English, or Japanese title).
Examples:
"one piece""jujutsu kaisen""chainsaw man""attack on titan"
If multiple results match your search, the tool will let you choose the correct manga from an interactive list.
goweeb [options] "manga-name"| Option | Shortcut | Description |
|---|---|---|
--all |
-a |
Download all available chapters |
--range <range> |
-r |
Specify a range of chapters (e.g., 10-77, 14-) |
--scan-dir <folder> |
-d |
Folder to save PDF files (default: pdf) |
--keep-images |
-k |
Keep images after PDF creation |
--domain <url> |
-u |
Override anime-sama domain (e.g., https://anime-sama.tv) |
goweeb --all "one piece"
# or
goweeb -a "jujutsu kaisen"# Chapters 10 to 77
goweeb --range 10-77 "jujutsu kaisen"
# Shortcut
goweeb -r 10-50 "one piece"
# From chapter 14 to the last available
goweeb -r 14- "chainsaw man"# PDFs will be saved in the "my-mangas" folder
goweeb -d my-mangas --all "naruto"
# Or with the full path
goweeb --scan-dir ~/Documents/Mangas -r 1-100 "one piece"# If the anime-sama domain changes
goweeb -u https://anime-sama.fr --all "one piece"# Download chapters 1 to 50 of One Piece, in the "scans" folder on Windows
# while specifying a custom anime-sama domain
goweeb -r 1-50 -d 'C:\Users\<your-username>\scans' -u https://anime-sama.tv "one piece"Tip
- The search uses anime-sama's search engine directly, so you can use any name (French, English, Japanese)
- If multiple scan versions exist (e.g., color/black and white), the tool will ask which one to download
- Don't forget the quotes around the manga name!
Warning
Keep in mind that the anime-sama domain changes for obvious reasons... so don't hesitate to check anime-sama.pw to verify which domain is active. You can then specify it with the -u argument as shown above.
Merci beaucoup à Anime Sama et leur travail colossal sans qui ce projet ne pourrait exister <3
