• v2.1.5 b28196281c

    v2.1.5 Stable

    kerem released this 2025-06-12 18:35:39 +03:00 | 0 commits to master since this release

    📅 Originally published on GitHub: Thu, 12 Jun 2025 15:36:27 GMT
    🏷️ Git tag created: Thu, 12 Jun 2025 15:35:39 GMT

    What's Changed

    • fix: Apply isort formatting to test file
    • fix: Apply Black formatting to test file
    • fix: Fix critical NoneType error in JSON parser (Issue #71)
    • fix: Fix line length to satisfy flake8 E501 error
    • fix: Apply isort to fix import ordering in selenium_browser.py
    • fix: Apply Black formatting to pass CI checks

    Installation

    pip install spotifyscraper==v2.1.5
    

    Full Changelog

    https://github.com/AliAkhtari78/SpotifyScraper/compare/$(git describe --tags --abbrev=0 HEAD^)...v2.1.5

    Downloads
  • v2.1.4 a5c33679fb

    v2.1.4 Stable

    kerem released this 2025-06-09 10:57:37 +03:00 | 6 commits to master since this release

    📅 Originally published on GitHub: Mon, 09 Jun 2025 07:58:08 GMT
    🏷️ Git tag created: Mon, 09 Jun 2025 07:57:37 GMT

    What's Changed

    • feat: Release v2.1.4 with Firefox support and enhanced metadata extraction
    • feat: Add comprehensive code examples and selenium testing
    • feat: Enhance SpotifyScraper with rate limiting and improved data extraction
    • feat: Add Firefox browser support to SeleniumBrowser
    • Clean up repository: Update .gitignore and remove non-project files
    • Update Claude PR Assistant workflow (#70)
    • Fix isort import ordering in test files
    • Fix tests to handle exception-based error handling
    • Fix Pylint W0707 errors: Add explicit exception chaining

    Installation

    pip install spotifyscraper==v2.1.4
    

    Full Changelog

    https://github.com/AliAkhtari78/SpotifyScraper/compare/$(git describe --tags --abbrev=0 HEAD^)...v2.1.4

    Downloads
  • v2.1.3 fdaedc2de7

    v2.1.3 Stable

    kerem released this 2025-06-07 12:16:17 +03:00 | 15 commits to master since this release

    📅 Originally published on GitHub: Sat, 07 Jun 2025 09:23:09 GMT
    🏷️ Git tag created: Sat, 07 Jun 2025 09:16:17 GMT

    What's Changed

    • Release v2.1.3: Fix error handling, OAuth clarification, and unified documentation
    • Fix final Pylint issue: remove assignment from none
    • Fix Pylint issues: protected access, assignment from none, and exception chaining
    • Fix Flake8 issues: remove unused imports and variable
    • Fix isort import ordering in lyrics.py

    Installation

    pip install spotifyscraper==v2.1.3
    

    Full Changelog

    https://github.com/AliAkhtari78/SpotifyScraper/compare/$(git describe --tags --abbrev=0 HEAD^)...v2.1.3

    Downloads
  • v2.1.2 1b85c20402

    v2.1.2 Stable

    kerem released this 2025-06-06 18:12:24 +03:00 | 20 commits to master since this release

    📅 Originally published on GitHub: Fri, 06 Jun 2025 15:13:31 GMT
    🏷️ Git tag created: Fri, 06 Jun 2025 15:12:24 GMT

    What's Changed

    • Bump version to 2.1.2

    Installation

    pip install spotifyscraper==v2.1.2
    

    Full Changelog

    https://github.com/AliAkhtari78/SpotifyScraper/compare/$(git describe --tags --abbrev=0 HEAD^)...v2.1.2

    Downloads
  • v2.1.1 7cb4e1d61b

    v2.1.1 Stable

    kerem released this 2025-06-06 18:08:35 +03:00 | 21 commits to master since this release

    📅 Originally published on GitHub: Fri, 06 Jun 2025 15:06:15 GMT
    🏷️ Git tag created: Fri, 06 Jun 2025 15:08:35 GMT

    What's Changed

    • Fix lyrics extraction and update documentation to clarify OAuth requirements
    • Fix flake8 line length issues in constants.py
    • Fix security issues found by bandit
    • Fix pylint issues in CLI commands and utils
    • Fix black formatting issue in episode.py
    • Fix flake8 linting errors
    • Fix import sorting with isort
    • Apply black formatting to all podcast files
    • Fix test failures: Update mock patterns in podcast tests
    • Fix duplicate tool.black section in pyproject.toml
    • Add black configuration to pyproject.toml
    • Fix remaining linting issues: Format additional files with black
    • Fix linting issues: Apply black formatting to podcast files

    Installation

    pip install spotifyscraper==v2.1.1
    

    Full Changelog

    https://github.com/AliAkhtari78/SpotifyScraper/compare/$(git describe --tags --abbrev=0 HEAD^)...v2.1.1

    Downloads