diff --git a/CHANGELOG.md b/CHANGELOG.md index acc98e4..9eb8294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 2.4.3 [2023-06-18] +### Bug Fixes: +* Fixed an issue where some AppleTV URLs (or iTunes links that refer to such URLs) would not be matched in some cases, resulting in a `No matching scraper was found...` Error. ([Issue #46](https://github.com/MichaelYochpaz/iSubRip/issues/46)) +--- ## 2.4.2 [2023-06-02] ### Changes: * Improved error handling for subtitles downloads. ([Issue #44](https://github.com/MichaelYochpaz/iSubRip/issues/44)) diff --git a/README.md b/README.md index d0eb3b3..82d0d1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # iSubRip A Python package for scraping and downloading subtitles from AppleTV / iTunes movie pages. -Latest version: 2.4.2 ([changelog](https://github.com/MichaelYochpaz/iSubRip/blob/main/CHANGELOG.md)) +Latest version: 2.4.3 ([changelog](https://github.com/MichaelYochpaz/iSubRip/blob/main/CHANGELOG.md))
diff --git a/isubrip/__init__.py b/isubrip/__init__.py index 60be088..5a8e098 100644 --- a/isubrip/__init__.py +++ b/isubrip/__init__.py @@ -1 +1 @@ -__version__ = "2.4.2" +__version__ = "2.4.3"