Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Releases: ssttevee/go-funimation

v1.6.1 - OVAs & Specials

20 Sep 21:56
Compare
Choose a tag to compare
  • fixed crashes for non-numeric episodes (i.e. OVAs and Specials)
  • added support for differentiating between regular episodes, OVAs, and specials
  • small performance improvements

v1.5.3 - UA Spoofing & URL Guessing

11 May 23:07
Compare
Choose a tag to compare
  • 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 to 480p in filenames

v1.4.4 - Better Batching!

04 May 07:52
Compare
Choose a tag to compare
  • Added --url-only flag
  • Added number ranges for selecting episodes
  • Removed --mock flag
  • Removed unused code

v1.3.6 - Batch Downloads!

03 May 02:42
Compare
Choose a tag to compare
  • 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