Skip to content

Releases: MichaelYochpaz/iSubRip

v2.1.0

19 Mar 20:59
Compare
Choose a tag to compare

2.1.0 [2022-03-19]

Added:

  • A note will be printed if a newer version is available on PyPI (can be disabled on the config).
  • Config will now be checked for errors before running.

Changes:

  • Big improvements to scraping, which is now far more reliable.
  • Added release year to subtitles file names.
  • Config structure slightly changed.

Notes:

  • If you use a user-config, it might need to be updated to match the new config structure.
    Example of an updated valid structure can be found here.

v2.0.0

30 Jan 17:20
Compare
Choose a tag to compare

2.0.0 [2022-01-30]

The script is now a Python package that can be installed using pip.

Added:

  • Added a config file for changing configurations. (Example can be found here)
  • Added an option to choose subtitles format (vtt / srt).
  • Added an option to choose whether to zip subtitles files or not.
  • Multiple links can be passed for downloading subtitles for multiple movies one after another.
  • Temporary files are automatically removed if the script stops unexpectedly.

Changes:

  • A complete code overhaul from a single python script file to a package, while utilizing OOP and classes.
  • Improved scraping algorithm for faster playlist scraping.
  • FFmpeg will now automatically overwrite existing subtitles with the same file name.

Bug Fixes:

  • Fixed a bug where in some cases, no subtitles were found since the title has HTML escaped characters, which causes bad matching when checking if a valid playlist was found.