Skip to content

v1.6.1 - The Vlos update, which login and sub your face!

Latest
Compare
Choose a tag to compare
@Godzil Godzil released this 29 Apr 16:46
· 11 commits to master since this release

Big changes in this update, not really visually, but internally.

There is a new way to get info about the videos (the old way is still there as a fall back for now) and now it stop failing on some videos with a strange error message about invalid headers.

This version is also login fine as far as I can say, either with username/password or using some cookie values. I haven't tested API login for a while so it may be broken.

The new way of getting info is brand new so some it may not be as reliable as the previous one for now as it change a lot of core things in the tool, so please, if anything goes wrong, give it a second try, I've seen situation where it misbehave then works on the second time.

If it does not work the second time, feel free to open a bug report.

What have changed since the last release:

1.6.1:

  • Fix an issue with season numbering,

1.6.0:

  • Big changed in page scrapping. It should be more reliable (🤞) than the old way
  • Possibility now to choose the subtitles languages, you can specify more than one language, they are used in order of preference (the first, then second, etc...) I would recommend to always have enUS last as it is the most likely to always be available
  • [ #100 ] Correct some issue with the config file
  • Add some timing to prevent cloudflare to not like us when going to fast fetching pages (you should not try lower than 1s as it is likely to softban you)

1.5.1:

  • Fix the cookie login
  • cleanup of the login code, should be a bit more maintainable now.
  • [ #97 ] the -e parameter should now support format like XXeYY to specify a season number in XX and episode number in YY. Not fully tested so could be buggy. Please report if any issue found using it.
  • [ #56 / #93 ] It now should support folder in the name template so you could do Series/Season/Episode. Not fully tested yet