Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cainky/SoundcloudDownloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d60b91
Choose a base ref
...
head repository: cainky/SoundcloudDownloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 656164f
Choose a head ref
  • 1 commit
  • 3 files changed
  • 2 contributors

Commits on Nov 12, 2025

  1. Add auto-proxy feature for geo-restricted tracks

    Implements automatic proxy rotation to handle geo-restricted tracks
    without manual configuration. When enabled, the downloader will
    automatically try a list of public proxies when encountering
    geo-restrictions.
    
    Changes:
    - Add PUBLIC_PROXIES list with rotating proxy servers
    - Add --auto-proxy CLI flag to enable automatic proxy retry
    - Refactor download_track() to use _download_track_with_options()
    - Implement proxy rotation logic in _download_track_with_options()
    - Add auto_proxy parameter to SoundCloudDownloader.__init__()
    - Update interactive mode to prompt for auto-proxy option
    - Update README with auto-proxy documentation and examples
    
    This feature is particularly useful for CI/CD environments where
    geo-restricted content needs to be downloaded automatically without
    manual proxy configuration.
    
    Relates to #39
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    cainky and claude committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    656164f View commit details
    Browse the repository at this point in the history
Loading