This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
Releases: ssttevee/go-funimation
Releases · ssttevee/go-funimation
v1.6.1 - OVAs & Specials
v1.5.3 - UA Spoofing & URL Guessing
- Added user agent spoofing to get direct mp4 url (will work even if funimation changes their url patterns)
- Added url guessing by piecing a url together (will break if url pattern changes)
- Improved error messages
- Changed
SD
to480p
in filenames
v1.4.4 - Better Batching!
- Added
--url-only
flag - Added number ranges for selecting episodes
- Removed
--mock
flag - Removed unused code
v1.3.6 - Batch Downloads!
- Bug fixes
- Tries gettings episode data twice before giving up
- Added batch downloads
- Added the ability to use asterisk in place of the episode number to get all episodes
- Directly download mp4s instead of concatenating HLS fragments
- Removed the
--out
flag - Use actual file size instead of fragment estimated size when resuming downloads
- Show download result based on returned value instead of progress value